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:

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/