During the practical works we will develop an OnlineShop application which should provide an user the possibility to purchase products or services. The design, content, type of products/services are to choose at will.
The tasks for the current lab are the following:
· Create the layout (a list view and a text view at least) and fill the list with example content (a few products/services)
· Implement the selection action for an item from the list such that when selected the details of that product/service are displayed
References:
http://developer.android.com/reference/android/R.layout.html
http://developer.android.com/reference/android/widget/ListView.html
http://developer.android.com/reference/android/widget/ArrayAdapter.html
http://developer.android.com/reference/android/widget/SimpleAdapter.html
http://developer.android.com/reference/android/app/ListActivity.html