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

NJACKWinterOfCode/Github_Profile_APP

 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Kotlin 76.1%
  • Java 23.9%