Android horizontal scrolling showing Cursor data

Posted by androidharry on Stack Overflow See other posts from Stack Overflow or by androidharry
Published on 2010-04-23T07:40:25Z Indexed on 2010/04/23 7:43 UTC
Read the original article Hit count: 405

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.

© Stack Overflow or respective owner

Related posts about android

Related posts about scrolling