Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rahmabintangpratama/github-user
https://github.com/rahmabintangpratama/github-user
android android-studio bangkit-academy dicoding intellij-idea jetbrains kotlin
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/rahmabintangpratama/github-user
- Owner: rahmabintangpratama
- Created: 2024-04-10T12:46:54.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-04-10T12:58:20.000Z (10 months ago)
- Last Synced: 2024-10-10T18:23:27.983Z (4 months ago)
- Topics: android, android-studio, bangkit-academy, dicoding, intellij-idea, jetbrains, kotlin
- Language: Kotlin
- Homepage:
- Size: 809 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GitHub User
GitHub User is a simple application that allows users to search for GitHub users and view their profile details.
## Features
- Search for GitHub users based on username
- View detailed profile information of GitHub users, including details such as name, avatar, number of followers, number of following, etc.## Technology
This application is built using several technologies:
- Kotlin: Primary programming language
- Android Jetpack: For managing lifecycle, layout, navigation, and other architectural components
- Retrofit: For communicating with the GitHub API
- Glide: For loading and displaying user avatar images
- DataStore: For storing application theme settings## How to Use
1. Open the application
2. Enter the GitHub username of the user you want to search for in the search box
3. Press the "Search" button
4. The application will display the detailed profile of the GitHub user corresponding to the username you searched for