Skip to content

An application containing a list of GitHub users from Users GitHub REST API. In this app, you can search for GitHub users, view their detail pages, view the followers, and the following list of that GitHub account. This app is made for final submission on the "Android Fundamentals" (Belajar Fundamental Aplikasi Android) Dicoding course.

Notifications You must be signed in to change notification settings

Riofuad/Github-User-App

Repository files navigation

Dicoding: GitHub User App 📱

GitHub Logo

An application containing a list of GitHub users from Users GitHub REST API. In this app, you can search for GitHub users, view their detail pages, view the followers, and the following list of that GitHub account. This app is made for final submission on the "Android Fundamentals" (Belajar Fundamental Aplikasi Android) Dicoding course. This application implements some of the material from the course, i.e:

  • Fragment
  • Navigation
  • Background Thread and Networking (Web API & Retrofit)
  • Android Architecture Components (LiveData)
  • Include UI Testing using Espresso
  • Local Data Persistent (Shared Preferences/Data Store, SQL, Room, Repository, and Injection)

This application is based on API base URL https://api.github.com/ with several routes in use, i.e.:

  • .../search/users for search users
  • .../users/{login} for get the user detail
  • .../users/{login}/followers for get the user followers list
  • .../users/{login}/following for get the user following list

The API required GitHub Token from your account. This application uses Kotlin as a programing language and Android Studio version Electric Eel as a tool for developing the app.

⚠ Disclaimer ⚠

This repository is created for sharing and educational purposes only. Plagiarism is unacceptable and is not my responsibility as the author.

About

An application containing a list of GitHub users from Users GitHub REST API. In this app, you can search for GitHub users, view their detail pages, view the followers, and the following list of that GitHub account. This app is made for final submission on the "Android Fundamentals" (Belajar Fundamental Aplikasi Android) Dicoding course.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages