Login Screen - GhostBusters-APM/GhostHouse GitHub Wiki

It's the login screen, it allows the user to login into de app. It's an activity that has integrated the Google Sign-In system to simplify the login in the application.

To integrate Google Sign-In in our app, we must configure the settings in Google API Console. We need to provide the app's package name and the SHA-1 hash of our signing certificate. Its create a OAuth 2.0 client ID.

aSync Task

This requires an async task to log in to the application.

  • Mockup

login screen

  • Android Studio View

login screen

  • Android ADB View

login screen