Skip to content

Github User Search App that allows users to search for Github users. view a list of search result, and see detailed information about a selected user

Notifications You must be signed in to change notification settings

Rizqanmr/GithubUserSearch

Repository files navigation

Github User Search

Features

  • User list screen
  • Search user
  • User detail
  • Local data persistence for data caching user list
  • Chucker debugging

architecture and Libraries

This project implement a clean architecture pattern MVVM. Because to create applications that are clean, manageable, and easy to maintain. Another reason is because MVVM is highly recommended by Google for Android application development

This project using the libraries:

Screenshots

Main User_Detail Search_Result Chucker

NOTES

  • Download this project
  • Open this project with Android Studio
  • Before build and run this project. Go to local.properties and add 2 lines code:
BASE_URL = "https://api.github.com"
API_KEY = "Enter your github personal access token"
  • Sync Project with Gradle File
  • Run

How to get personal access token github Here

About

Github User Search App that allows users to search for Github users. view a list of search result, and see detailed information about a selected user

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages