Android viewpager for screen slides -
i trying build app following requirements:
- each page has image , text, , right-left page swipe refreshes page display new image , text.
- the user should able swipe right-left endlessly (with no limits on number of pages).
- i want able fetch content next pages (from server), prior user swiping next page, better response times.
- i want restrict user allow right-left swipes , no way swipe older pages (only ensure don't need save older pages in memory). therefore can discard older views/pages memory.
not sure how need modify examples given @ http://developer.android.com/training/animation/screen-slide.html achieve expected results.
Comments
Post a Comment