Submission for "Belajar Fundamental Aplikasi Android (BFAA)" on Dicoding Academy.
- Displays data on the application page with a minimum number of 10 item.
- Using ListView/RecyclerView.
- Displays avatar and user information at Detail User page.
- Using Parcelable as an interface for data objects that will be sent between Activity.
- Maintain user information that has been displayed on Submission 1.
- Searching for Users using data from the Github API went well.
- User list data displayed using RecyclerView.
- Item list for RecyclerView arranged using ConstraintLayout.
- Using TabLayout, BottomNavigationView or another as navigation between Follower List pages and Following List pages.
- There is a loading indicator when the app loads data.