jimbokroneus / SmartCharterAndroid

0 stars 0 forks source link

Login Screen #4

Open jimbokroneus opened 9 years ago

jimbokroneus commented 9 years ago

right now there is a login fragment that allows the user to login to parse. I want to change this so it is a dialog that pops up over the current screen (using a custom AlertDialog).

From the options menu, the user would see the option to sign in clicking on sign in will open up dialog with a 2 editTexts and a checkbox for "keep me signed in" and user can sign in or click another button that opens a fragment to create a new account. once the user is successfully signed into parse, change the Sign in button to say Sign out

Use Shared Preferences to keep the user logged in if they choose to do so

If the user is logged in, user specific functions will be unclocked (reserve flight, post flight, etc)