I am developing an app. Its first page is a login screen. When successfully logged in I want to take the user to a tabbed activity. How can I do this in android? Thanks
Asked
Active
Viewed 159 times
0
-
Call [startActivity](http://developer.android.com/reference/android/content/Context.html#startActivity%28android.content.Intent%29) once the login is successful – zapl Apr 28 '12 at 23:50