[android-developers] Multi-Page Form with Fragments and Tabs

2013-02-14 Thread Evan Ruff
Hey guys, I was hoping someone could give me a little insight as to how I can make my multi-page form work a little better. Currently, each page (two pages) on my form is a separate fragment. I use the ActionBar Tabs to display the pages and then a Next button in each page that switches the

[android-developers] multi page form

2011-09-06 Thread ksmobilejava
Hello , I am new to android paltform. How to navigate through multi page form application? how to handle next and back button click event? My point of confusion is that, form filling is single activity , then how to display multiple pages of the form and how to navigate back and forth from pages

Re: [android-developers] multi page form

2011-09-06 Thread Appaholics
Use a view that scrolls. That way everything will be on one page. Thanks On Tue, Sep 6, 2011 at 6:33 PM, ksmobilejava ksmobilej...@gmail.com wrote: Hello , I am new to android paltform. How to navigate through multi page form application? how to handle next and back button click event? My

Re: [android-developers] multi page form

2011-09-06 Thread Mark Murphy
On Tue, Sep 6, 2011 at 12:10 PM, Appaholics raghavs...@appaholics.in wrote: Use a view that scrolls. That way everything will be on one page. The downside of that is the user might not realize that the whole form scrolls. On the plus side, if everything happens to fit, there's no extra work

Re: [android-developers] multi page form

2011-09-06 Thread Logesh rajendren
my advice is to shrink your UI so that it fits into a single page. because Users dont like to use scrolls. Design your form in such a way if its feasible . On Tue, Sep 6, 2011 at 6:03 AM, ksmobilejava ksmobilej...@gmail.com wrote: Hello , I am new to android paltform. How to navigate through