hi people!

I m developing an app and a i have a little doubt. It is the
following:

My app first activity is very simple. it shows two buttons: ENTER  &
EXIT. When the user press the button ENTER the app displays a dialog
where the user have to log. I want that the app access to an external
database to check the user and the password. Once it is checked the
app starts the next activity. This is the idea.
I ve implemented the access to a an external database by a web service
(REST).

I ve done access to the database and display the result in an activity
with the well-known process of expanding another thead, create a
handler and execute runneable object.But in this case where must i
put the startActivity to start the next activity is the user exits? in
the handler? any advice?

thanks in advance

nep0x

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

Reply via email to