An app that gives the details of an user when a github username is typed.
- A basic app in Kotlin
- A basic layout to take input username
- Must create fragments (MainActivity should be the only activity present and it would be the base of all the other fragments that would be created later)
- Implementation of the API call using retrofit
- Show the user data properly in a fragment
- Show Repository list with some details (name, size, language, stars, forks).
- Read the Get-Started Repo
- Make all Pull requests in the development branch
- Always refer an issue while making a pull request