Project of an sdk user, for default implementations of login/register user

Login_Manager

Project of an sdk user, for default implementations of login/register user

Implementation

For use, is necessary:

  • configure the feature call in a CustomApplication for start your app, call LoginManager.Builder(), passing the context application and the activity class that will be called after login

Sample:

obs: Your CustomApplication need be registered in AndroidManifest.

Working

If you configured correctly the feature, when you open your app, the first activity that the user will see is the Login Screen

Clicking in register account, will be directed to Register Screen

GitHub

View Github