Hey Guys,
I am designing an app, which asks for login credentials from users before starting the app. If the user does not have an account, he signs up. If he has an account He signs in. If he does not do either of them, he cannot proceed. Once the user has signed in or signed up, the user can see the app normally. However, when he signs out (not close the application), the user can see only sign in page.
In order to solve the issue, I have created two tab groups. 1. login tab group 2. Main app tab group. Depending on users' sign in status, I try to toggle between two tab groups.
Here is my code. http://pastie.org/2517334
I am developing on Google Nexus One device. Let me know, if you need more information.
Any help is appreciated.
Your Answer
Think you can help? Login to answer this question!