Project Information
- Category : Android (Kotlin)
-
Find more on :
-
Overview: This is my second Android
application project, developed to display information about
GitHub users. This application follows the MVVM design
pattern, which helps to separate the concerns of the
application into different layers and promotes a cleaner, more
maintainable codebase. The application was completed as part
of a certification program on Dicoding, and the certification
can be viewed
here
-
Objectives:
- Fetch Github API and display a list of GitHub users
-
Fetch detailed information about the chosen user from the
GitHub API.
-
Implement a search feature to find users by username
- Allow users to mark and manage favorite users