Skip to content

Android application for overview of repositories and their open issues created for study purposes

Notifications You must be signed in to change notification settings

wellingtonrib/RepositoryOverview

Repository files navigation

GitHubRepo

Overview

This app provides an overview about a GitHub's public repository.

Features

  • Dashboard screen with watchers, subscribers, forks and opened issues count
  • List screen of recent issues with issue title and status
  • Issue details screen with user and created at date
  • About screen with title, description and link of the repo

Installation

Clone this repository and import into Android Studio

git clone [email protected]:wellingtonrib/github_repo.git

Configuration

You can customize the repo in AppConfig class. If you reach the GitHub Api limits per IP, so you need to a ACCESS_TOKEN Create a new one in: https://github.com/settings/tokens/new Create keystore.properties with the following info:

ACCESS_TOKEN='YOUR_ACCESS_TOKEN'

Next steps

  • Improve state view management
  • Increase test coverage and report
  • Make all offline-first
  • Use new android components (Paginate, Hilt and Compose)

Maintainer

This project is mantained by:

About

Android application for overview of repositories and their open issues created for study purposes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages