This project will be used as a guide for the lesson of "Activities and Intents" for the UNAPEC Android Development Course.
- Create a Login Screen.
- Send the user UserName and Password to the Profile Activity using an Explicit Intent.
- Create a Profile Activity Screen.
- Simulate to Search the user profile data by UserName.
- Show the dummy user profile data on the Profile Activity.
- Allow to share this dummy data by an implicit intent.