i-vishi / github-pr-android-app

Android Project to see Pull Requests of a public repository.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitHub PR Android App

An android app to see closed pull requests of a public GitHub Repository

Overview

The application contains list of all closed pull requests of this repo - JetBrains(kotlin).

A list of all closed PRs is shown. As the list is scrolled, more items are fetched and added to the list.

Project Setup

Clone and install

Clone this repository and import into Android Studio

git clone https://github.com/i-vishi/github-pr-android-app.git

Configuration

  • The default repository can be changed in file GitHubApiService.kt by changing values of USER_NAME and REPO_NAME:
private const val USER_NAME = "JetBrains"
private const val REPO_NAME = "kotlin"

Built With

  • Kotlin
  • GitHub API
  • Retrofit

Made with đź’™ by Vishal Gaur

About

Android Project to see Pull Requests of a public repository.

License:MIT License


Languages

Language:Kotlin 100.0%