0

I have a database table containing several entries, see below. These rows are first displayed in a list view using a SimpleCursorAdapter, the values displayed are the competing teams. When an item is selected I want to display all information in that row as a detailed showing all information, how do I do this?

Edit : The problem is not how to start the activity etc. It was just a background description to give an understanding of what I want to do. The problem is how to display a row from database in a list view!

Picture of database table:

Database table

me_and
  • 15,158
  • 7
  • 59
  • 96
Eric Lundmark
  • 229
  • 3
  • 13

2 Answers2

0

ok, the screen size of the Android phones in very less compared to the desktop/laptop screen size. Samsung Galaxy S III is around 4.8 inch whereas a laptop is around 13 inch. Therefor the UI/UX for phones have to thought off differently and therefore you did not find even a single implementation of what you are looking. You will have to rethink your UI. There are some wonderful blogs on UI/UX for Android/Mobile phone. Google.

Gaurav Agarwal
  • 18,754
  • 29
  • 105
  • 166
0

See it..
Display a single row in a listview (one listview-entry for every column)
Also be helpful this..
http://appfulcrum.com/2011/09/21/listview-example-5-using-sqlite-database/

Community
  • 1
  • 1
ridoy
  • 6,274
  • 2
  • 29
  • 60