Hi all
I have the need to create an APP within more than 1 "form" (as we can define into the old Visual Basic 6)
and I read some manual and (mostly) examples.
By trial and error, I have created what I needed.
My project has a login "form" and a contact "form".
This way I can load what is needed for login
then I call a webservice (to check user/pass) and then, if the result is positive, I should display the second activity
that contains the fields of the contact form, but this call does not work ....
frmContatti is a second Activity independent of the first (main).
- do I have to (somehow) hide/destroy the active Activity (Login)?
- how should the second Activity be started?
- is it possible that during the debug phase (step by step) the second form/activity (frmContatti) is not started?
Thank you