Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1.67 KB

README.md

File metadata and controls

31 lines (21 loc) · 1.67 KB

GithubClient Android App

The repo contains a client application for GitHub written in Kotlin for Android devices.

This application is a continuation of the first version written in Java (check out GithubUsers repository).

The app has two operating modes - anonymous and authorized. With the anonymous access it is allowed to have access to user profiles and search through them. While when authorized, one could access their profile and private repositories, edit personal info.

Getting Started

To be able to use authorization, it is required to register the app on Github. The issued CLIENT_ID and CLIENT_SECRET should be added to com.example.android.githubclient.base.ConstValues.kt file in order to enable authorized requests.

Screenshots

Profile Screen Repositories Screen

Built With