An open API service indexing awesome lists of open source software.

https://github.com/maciekiwaniuk/github-api-handler

🔧 GitHub API handler mobile application made in Java
https://github.com/maciekiwaniuk/github-api-handler

android data-binding github-api java java-android-studio-project mobile

Last synced: 9 months ago
JSON representation

🔧 GitHub API handler mobile application made in Java

Awesome Lists containing this project

README

          

# GitHub API Handler

> ### Project of the GitHub API handler mobile application

- Application is made in Java.
- In application is used [data binding library](https://developer.android.com/topic/libraries/data-binding).
- App fetches and displays data about user from [GitHub API](https://docs.github.com/en/rest) by username.

# Installation

To successfully install application you need to have installed [java](https://www.java.com/en/).

Open folder where you want to have project files, open console and then clone the repository

git clone https://github.com/maciekiwaniuk/github-api-handler

# Application appearance

![](https://github.com/maciekiwaniuk/github-api-handler/raw/main/app/src/main/resources/readme/appearance.gif)