Github User App (Submission 1)
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 first submission.
How the app works
- this app will show a list of existing Github users in local data in the app
- if an app user clicks on one of the Github users from the list, the details of the Github user that was clicked will appear
Demo App
Submission CheckList
- Menampilkan data pada halaman aplikasi dengan minimal jumlah 10 item.
- Menggunakan RecyclerView.
- Menampilkan avatar dan informasi user pada halaman Detail User.
- Menggunakan Parcelable sebagai interface dari obyek data yang akan dikirimkan antar Activity.
- List Item untuk RecyclerView disusun menggunakan ConstraintLayout.