gw-mobile-15-fall / SeatMe

0 stars 1 forks source link

Login Requirement & Session management #3

Open hhz1992 opened 8 years ago

hhz1992 commented 8 years ago

Since it is very annoyed that one app can be used only after user enter their username and password, we should allow user to use some function without login, such as to see availability statistics. But when using some functions related to account action, such as sharing information, chatting online and so on, it requires user to login. Therefore our app needs a kind of session management, to judge user whether or not has already login.

profjared commented 8 years ago

FYI - if you use Parse (which we will talk about in a future lecture), it is very easy to handle user logins, and also detect if a user is currently logged in (https://parse.com/docs/android/guide#users).