Skip to content

Final submission in Belajar Fundamental Aplikasi Android Class from Dicoding Indonesia

License

Notifications You must be signed in to change notification settings

Alfiyansya/GithubUserApp3

Repository files navigation

GithubUserApp3

Before I explain how this application works and submission checklist, I want to say thank you to Dicoding Indonesia for providing "Belajar Fundamental Aplikasi Android" class and thank you to Dicoding Reviewer for approving my third submission.

How the app works

  1. This app will be displayed a list of Github users from Github REST API
  2. If an app user clicks on one of the Github users from the list, the details of the Github user that was clicked will be displayed
  3. Users can search the username of any Github users you want, and then data will be displayed in screen
  4. If an app user clicks on any of the Github users from the list of username previously searched for, the details of the clicked Github users will be displayed
  5. User can add their favorite Github users to the list of favorite Github Users
  6. If the app user wants to see their favorite Github users, the user can go to the Github user's favorite list activity
  7. Users can view details of their favorite Github users by clicking directly on the cardview in the list of github user favorite activity
  8. Users can switch to Dark mode by going to the setting activity and clicking the switch button to Dark mode

Prerequisites

Before running this app, you need to add your Github Personal Access Token, in your Build.gradle(Module ..) file:

buildConfigField "String","API_TOKEN","PUT YOUR API KEY IN HERE"

Demo Apps

Demo Apps1 Demo Apps2 Demo Apps2 Demo Apps2

Submission CheckList

  • Aplikasi bisa menambah user ke daftar favorite.
  • Aplikasi bisa menghapus user dari daftar favorite.
  • Halaman yang menampilkan daftar user favorite.
  • Terdapat pengaturan untuk mengganti tema.
  • Mempertahankan semua fitur aplikasi dan komponen yang digunakan pada Submission 2.

Reviewer Rating

⭐ ⭐ ⭐ ⭐ ⭐

Dependencies :