Skip to content

The app enables users to track their favorite repositories, check branches, open issues, and commits, all in one convenient Android interface.

Notifications You must be signed in to change notification settings

akshatkverma/github-browser

Repository files navigation

Github Browser

This is an Android Native application which can be used for tracking your favorite repositories from your Android mobile. You can see the branches and the open issues in those branches with all the commits (commit message, user name, user avatar, user id) and the open issues as well.

It uses the GitHub APIs for fetching the data based upon the organization/owner and the repository name. Room library is also used which implements SQLite to persist the data stored before (the repository owner/name).

Use this application :

  1. You can download the APK.

  2. Or you can clone the repository and import in Android Studio to see the code+build the APK.

git clone https://github.com/akshatkverma/github-browser

Screenshots of the application :

Application Screenshots

About

The app enables users to track their favorite repositories, check branches, open issues, and commits, all in one convenient Android interface.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages