{"id":20064098,"url":"https://github.com/hossein69ameri/githubusers","last_synced_at":"2025-10-17T18:39:13.541Z","repository":{"id":182544705,"uuid":"598200912","full_name":"hossein69ameri/GithubUsers","owner":"hossein69ameri","description":null,"archived":false,"fork":false,"pushed_at":"2023-07-20T13:43:10.000Z","size":205,"stargazers_count":10,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-09T02:12:24.634Z","etag":null,"topics":["android","di","kotlin","navigation-component","singleactivity"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hossein69ameri.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-02-06T16:03:22.000Z","updated_at":"2024-10-10T09:55:14.000Z","dependencies_parsed_at":"2023-07-20T12:12:38.959Z","dependency_job_id":null,"html_url":"https://github.com/hossein69ameri/GithubUsers","commit_stats":null,"previous_names":["hossein69ameri/githubusers"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hossein69ameri%2FGithubUsers","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hossein69ameri%2FGithubUsers/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hossein69ameri%2FGithubUsers/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hossein69ameri%2FGithubUsers/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hossein69ameri","download_url":"https://codeload.github.com/hossein69ameri/GithubUsers/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252542557,"owners_count":21764989,"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","di","kotlin","navigation-component","singleactivity"],"created_at":"2024-11-13T13:44:48.531Z","updated_at":"2025-10-17T18:39:08.506Z","avatar_url":"https://github.com/hossein69ameri.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GitHubUsers\nGitHubUsers is a sample Android project using [GitHub Rest API](https://docs.github.com/en/rest?apiVersion=2022-11-28) based on MVVM architecture. It showcases the latest Android tech stacks with well-designed architecture and best practices\n\nUsing this app you can search for users and See the details of a user and add him to your favourites\n# Screen Shot\n\u003cimg src=\"https://user-images.githubusercontent.com/103646893/217639387-23f908e5-9ef5-4d2f-bce4-424bf6826189.png\" data-canonical-src=\"https://gyazo.com/eb5c5741b6a9a16c692170a41a49c858.png\" width=\"200\" height=\"400\" /\u003e | \u003cimg src=\"https://user-images.githubusercontent.com/103646893/217641998-c1afdb6d-cd56-451e-af4f-e9a80f61ad43.png\" data-canonical-src=\"https://gyazo.com/eb5c5741b6a9a16c692170a41a49c858.png\" width=\"200\" height=\"400\" /\u003e | \u003cimg src=\"https://user-images.githubusercontent.com/103646893/217642911-6476b2b5-a76d-4818-8bf4-3f07abdcbb04.png\" data-canonical-src=\"https://gyazo.com/eb5c5741b6a9a16c692170a41a49c858.png\" width=\"200\" height=\"400\" /\u003e \n\n# Features\n100% Kotlin\n\nMVVM architecture\n\nAndroid Architecture Components\n\nNavigation Component\n\nKotlin Coroutines\n\nKotlinFlow + StateFlow\n\nSingle activity pattern\n\nDependency injection\n\n# Tech Stacks\n[Retrofit](https://square.github.io/retrofit/) + [OkHttp](https://square.github.io/okhttp/) - RESTful API and networking client.\n\n[Hilt](https://dagger.dev/hilt/)  - Dependency injection.\n\n[RoomDB](https://developer.android.com/training/data-storage/room)  - Save data in a local database using Room.\n\n[Material Design](https://m2.material.io/components)  - Material Components are interactive building blocks for creating a user interface.\n\n[ViewBinding](https://developer.android.com/topic/libraries/view-binding) - View binding is a feature that allows you to more easily write code that interacts with views \n\n[Android Architecture Components](https://developer.android.com/topic/libraries/architecture)  - A collections of libraries that help you design rebust, testable and maintainable apps.\n\n[ViewModel](https://developer.android.com/reference/androidx/lifecycle/ViewModel)  - UI related data holder, lifecycle aware.\n\n[Navigation component](https://developer.android.com/guide/navigation)  -  Fragment routing handler\n\n[Coroutines](https://developer.android.com/kotlin/coroutines) - Concurrency design pattern for asynchronous programming.\n\n[Flow](https://developer.android.com/kotlin/flow) - Stream of value that returns from suspend function.\n\n[Coil](https://github.com/coil-kt/coil) - Image loading\n\n# Architectures\n![alt - Github](https://raw.githubusercontent.com/amitshekhariitbhu/MVVM-Architecture-Android/master/assets/mvvm-arch.png)\n\n**View** : Activity/Fragment with UI-specific logics only.\n\n**ViewModel** : It keeps the logic away from View layer, provides data streams for UI and handle user interactions\n\n**Model** :  Repository pattern, data layers that provide interface to manipulate data from both the local and remote data sources. The local data sources will serve as single source of truth\n\n# Contact\nHave an project? DM me at\n\nhossein.arabameri69@gmail.com\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhossein69ameri%2Fgithubusers","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhossein69ameri%2Fgithubusers","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhossein69ameri%2Fgithubusers/lists"}