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.
- This app will be displayed a list of Github users from Github REST API
- 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
- Users can search the username of any Github users you want, and then data will be displayed in screen
- 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
- User can add their favorite Github users to the list of favorite Github Users
- If the app user wants to see their favorite Github users, the user can go to the Github user's favorite list activity
- Users can view details of their favorite Github users by clicking directly on the cardview in the list of github user favorite activity
- Users can switch to Dark mode by going to the setting activity and clicking the switch button to Dark mode
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"
- 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.
⭐ ⭐ ⭐ ⭐ ⭐