Android viewpager for screen slides -


i trying build app following requirements:

  1. each page has image , text, , right-left page swipe refreshes page display new image , text.
  2. the user should able swipe right-left endlessly (with no limits on number of pages).
  3. i want able fetch content next pages (from server), prior user swiping next page, better response times.
  4. 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

Popular posts from this blog

html - Sizing a high-res image (~8MB) to display entirely in a small div (circular, diameter 100px) -

java - IntelliJ - No such instance method -

identifier - Is it possible for an html5 document to have two ids? -