hi,
not sure if this is possible, in .Net there is paging for a data grid,
can we do the same thing for a ListView/GridView in android? what i
want to do is to have either of the following:
1) in the view i want to have an image, a line of text, and then
programmatically switch to the "next page" with a different image and
line of text.
2) in the GridView/ListView, each item will contain an image and line
of text. at a certain time interval, i want to programmatically
highlight the next item (kind of like scrolling down)
the time interval will be determined by a timer. can someone help me?