Skip to content

A client for GitHub written in Kotlin for the Android platform

Notifications You must be signed in to change notification settings

vitols/GithubClient

Repository files navigation

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

About

A client for GitHub written in Kotlin for the Android platform

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published