Hello,

I am trying to implement a login form for an Android application and I
am wondering what options are there.

So far I've tried this:

1. add non-visible input controls to the main layout, and, when the
login form is supposed to appear, I hide the other views and show the
login form controls and I handle the events in the main activity class
and on submit I switch back

2. show a popup window that coves 90% of the screen and have it load a
separate layout file with all the input controls needed. I am having
problems getting the onclick events to work and also the soft keyboard
goes above a text control and one cannot see what he/she types.

So, what other options are there for the implementation of a screen
such as a login form?

Thanks.

-- 
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