{"id":18666904,"url":"https://github.com/rllyhz/github-user-app-2","last_synced_at":"2025-11-06T13:30:39.339Z","repository":{"id":127110789,"uuid":"351777955","full_name":"rllyhz/github-user-app-2","owner":"rllyhz","description":"Android Fundamental Dicoding Academy - Submission 2","archived":false,"fork":false,"pushed_at":"2021-04-14T09:06:09.000Z","size":2133,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-12-27T18:12:05.978Z","etag":null,"topics":["android-architecture","dagger-android","dagger-hilt","github-api","githup-app","kotlin-stateflow","lifecycle-livedata","lifecycle-viewmodel","lifecylce","livedata","mvvm","navigation-component","navigation-components","navigation-components-kotlin","retrofit2","room-persistence-library","viewmodel"],"latest_commit_sha":null,"homepage":"https://github.com/rllyhz/github-user-app-2","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rllyhz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-03-26T12:39:19.000Z","updated_at":"2021-04-21T05:42:03.000Z","dependencies_parsed_at":null,"dependency_job_id":"4ea818cc-0682-49e2-a376-156a0facd422","html_url":"https://github.com/rllyhz/github-user-app-2","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rllyhz%2Fgithub-user-app-2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rllyhz%2Fgithub-user-app-2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rllyhz%2Fgithub-user-app-2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rllyhz%2Fgithub-user-app-2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rllyhz","download_url":"https://codeload.github.com/rllyhz/github-user-app-2/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239493675,"owners_count":19647995,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android-architecture","dagger-android","dagger-hilt","github-api","githup-app","kotlin-stateflow","lifecycle-livedata","lifecycle-viewmodel","lifecylce","livedata","mvvm","navigation-component","navigation-components","navigation-components-kotlin","retrofit2","room-persistence-library","viewmodel"],"created_at":"2024-11-07T08:34:42.386Z","updated_at":"2025-11-06T13:30:39.303Z","avatar_url":"https://github.com/rllyhz.png","language":"Kotlin","readme":"# Dicoding Submission: Belajar Fundamental Aplikasi Android (Submission 2)\n [![Platform](https://img.shields.io/badge/platform-Android-green.svg)](http://developer.android.com/index.html) [![Kotlin](https://img.shields.io/badge/kotlin-1.3.72-blue.svg)](http://kotlinlang.org) [![Gradle](https://img.shields.io/badge/gradle-4.0.0-%2366DCB8.svg)](https://developer.android.com/studio/releases/gradle-plugin) \n\nThis repository is the result of my submission project in [Dicoding Academy](https://www.dicoding.com) class, **Learn Fundamental Android Application** that implements MVVM(Model View ViewModel) architecture using the components ViewModel, LiveData, Dagger2, Room, etc. \u003c/br\u003e\nThis project **gets 5 stars** 🎉🎉\n\nYou can clone this repo and import to your Android Studio\n\n```\n  https://github.com/rllyhz/github-user-app-2.git\n```\n\n## Demo\n\n\u003ch3 align=\"center\"\u003e\n  Home\n\u003c/h3\u003e\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"assets/home.jpg\"\n        alt=\"Home Screen\"\n        width=\"200\" /\u003e\n\u003c/p\u003e\n\n\u003ch3 align=\"center\"\u003e\n  User Detail\n\u003c/h3\u003e\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"assets/user_detail.jpg\"\n        alt=\"User Detail Screen\"\n        width=\"200\" /\u003e\n\u003c/p\u003e\n\n\u003ch3 align=\"center\"\u003e\n  Explore\n\u003c/h3\u003e\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"assets/explore.jpg\"\n        alt=\"Explore Screen Empty\"\n        style=\"margin-right: 10px;\"\n        width=\"200\" /\u003e\n    \u003cimg src=\"assets/explore_searching.jpg\"\n        alt=\"Explore Screen Searhing Mode\"\n        width=\"200\" /\u003e\n\u003c/p\u003e\n\n\n\u003ch3 align=\"center\"\u003e\n  Profile\n\u003c/h3\u003e\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"assets/profile.jpg\"\n        alt=\"Profile Screen\"\n        width=\"200\" /\u003e\n\u003c/p\u003e\n\n\n## Features:\n\n- Using MVVM (Model-View-ViewModel) Architecture\n- Using Dagger Hilt for dependency injection\n- Using Navigation Components for Navigation UI\n- Using Localization for support Indonesian and English languages\n- Using ViewBinding\n- Using Kotlin StateFlow to handle state flow of data\n- Using Retrofit to request API network\n- Using Glide for loading and caching image from URL\n\n## Dependencies :\n- [Lifecycle \u0026 Livedata](https://developer.android.com/jetpack/androidx/releases/lifecycle)\n- [Navigation Component](https://developer.android.com/jetpack/androidx/releases/navigation)\n- [Dagger Hilt](https://dagger.dev/hilt/)\n- [Retrofit 2](https://square.github.io/retrofit/)\n- [Glide](https://github.com/bumptech/glide)\n- [AndroidX](https://mvnrepository.com/artifact/androidx)\n- [Kotlin StateFlow](https://developer.android.com/kotlin/flow/stateflow-and-sharedflow)\n\n\n## Author\n\n**Rully Ihza Mahendra** - Reach me on LinkedIn [here](https://www.linkedin.com/in/rully-ihza-mahendra-275a591a5/) \u003c/br\u003e\n**My Personal Web** - [https://rllyhz.github.io](https://rllyhz.github.io) \u003c/br\u003e\n**My Email** - [rullyihza00@gmail.com](rullyihza00@gmail.com) \u003c/br\u003e\n\n\n## You can support me\n\n\u003e Just **star** or  **fork** this repository, and follow my github. You have *supported* me!\n\n\n## LICENSE\n\n```\n\n   Copyright © 2021 Rully Ihza Mahendra\n\n   Licensed under the Apache License, Version 2.0 (the \"License\");\n   you may not use this file except in compliance with the License.\n   You may obtain a copy of the License at\n\n       http://www.apache.org/licenses/LICENSE-2.0\n\n   Unless required by applicable law or agreed to in writing, software\n   distributed under the License is distributed on an \"AS IS\" BASIS,\n   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n   See the License for the specific language governing permissions and\n   limitations under the License.\n\n```","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frllyhz%2Fgithub-user-app-2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frllyhz%2Fgithub-user-app-2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frllyhz%2Fgithub-user-app-2/lists"}