pakerfeldt / android-viewflow

A horizontal view scroller library for Android
1.78k stars 695 forks source link

Add new viewgroup? #67

Closed aeroperf closed 12 years ago

aeroperf commented 12 years ago

This may not be the correct forum for this question, but is it possible to add a new view group (a new page) upon a button click at run time? Same with removal of a page. I've been searching the code for something to add/remove view, but did not see anything. The number of view seem to be set up in code. Thanks.

pakerfeldt commented 12 years ago

A ViewFlow is always backed up by an Adapter and what you want to do is to simply add/remove items to/from this Adapter.