On Tue, Sep 6, 2011 at 12:10 PM, Appaholics <[email protected]> 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 involved to have everything show at once.

>> 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 in that activity?

If you are aiming for a "wizard" style UI, I'd use a ViewFlipper for
the "pages" plus Button widgets to move forward and back.

(note to self: work out strategy for handling this sort of UI with
fragments and different screen sizes, as it might all fit on one
screen on a tablet...)

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

_The Busy Coder's Guide to Android Development_ Version 3.6 Available!

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to