Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Latest commit

 

History

History
15 lines (13 loc) · 736 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 736 Bytes

Github_Profile_APP

An app that gives the details of an user when a github username is typed.

Basic features to be implemented

  • 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).

Contributing Guidelines

  • Read the Get-Started Repo
  • Make all Pull requests in the development branch
  • Always refer an issue while making a pull request