Question

I have some text data in database which I have retrieved in a Cursor, and I am displaying it in a ListView. What I want to do now is that when you select click a particular row in the list its text content should be displayed in full screen and the user should be able to scroll horizontally (like scrolling between iPhone home screens) to view the contents of the Cursor.

Was it helpful?

Solution

this can be achieved by overriding the onFling method

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top