{"id":19672695,"url":"https://github.com/halilozel1903/unsplashexample","last_synced_at":"2025-04-29T01:30:47.955Z","repository":{"id":91423873,"uuid":"399003626","full_name":"halilozel1903/UnsplashExample","owner":"halilozel1903","description":"App 📱 using Dagger Hilt, Coroutines, ViewModel, Lifecycle, LiveData based on MVVM Architecture. 🛠","archived":false,"fork":false,"pushed_at":"2024-10-12T19:13:59.000Z","size":4808,"stargazers_count":11,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-05T12:23:16.025Z","etag":null,"topics":["android-kotlin-example","android-lifecycle","android-livedata","android-mvvm-architecture","android-mvvm-coroutine","android-viewmodel","coil-kotlin","coroutines-android","dagger-hilt","dagger2-android","jetpack-android","jetpack-components","kotlin-android","kotlin-coroutines","mvvm-architecture","photo-api","photo-application","retrofit2-kotlin","unsplash-api","viewmodel-livedata"],"latest_commit_sha":null,"homepage":"https://halilozel1903.medium.com","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/halilozel1903.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,"roadmap":null,"authors":null,"dei":null}},"created_at":"2021-08-23T06:57:36.000Z","updated_at":"2024-10-12T19:14:03.000Z","dependencies_parsed_at":null,"dependency_job_id":"7e5c6d81-9990-42e5-bab0-095813af38f8","html_url":"https://github.com/halilozel1903/UnsplashExample","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/halilozel1903%2FUnsplashExample","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/halilozel1903%2FUnsplashExample/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/halilozel1903%2FUnsplashExample/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/halilozel1903%2FUnsplashExample/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/halilozel1903","download_url":"https://codeload.github.com/halilozel1903/UnsplashExample/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251415615,"owners_count":21585865,"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-kotlin-example","android-lifecycle","android-livedata","android-mvvm-architecture","android-mvvm-coroutine","android-viewmodel","coil-kotlin","coroutines-android","dagger-hilt","dagger2-android","jetpack-android","jetpack-components","kotlin-android","kotlin-coroutines","mvvm-architecture","photo-api","photo-application","retrofit2-kotlin","unsplash-api","viewmodel-livedata"],"created_at":"2024-11-11T17:13:03.213Z","updated_at":"2025-04-29T01:30:45.070Z","avatar_url":"https://github.com/halilozel1903.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"### Unsplash 👀 Image API 🖼\n\n![Screenshot](https://codersera.com/blog/wp-content/uploads/2021/03/learn-android-programming.png)\n\nUnsplash Clone application; **Dagger Hilt**, **Coroutines**, **Lifecycle**, **LiveData**, **ViewModel**, **Retrofit**, **Coil** based on **MVVM** Architecture.\n\nPhotos taken from api are shown in the app. Image API: https://unsplash.com/developers \n\n## Architecture 🏛\n\n**Model - View - ViewModel (MVVM)** is the industry recognized software architecture pattern that overcomes all drawbacks of MVP and MVC design patterns. MVVM suggests separating the data presentation logic(Views or UI) from the core business logic part of the application\n\n![Screenshot](https://androidwave.com/wp-content/uploads/2019/05/mvvm-architecture-app-in-android.png)\n\n\n## Libraries 🛠 ⚙️\n![Screenshot](https://anteelo.com/wp-content/uploads/2021/05/Android-libraries.jpg)\n- [Kotlin](https://github.com/JetBrains/kotlin) -\u003e The Kotlin Programming Language.\n- [Retrofit](https://github.com/square/retrofit) -\u003e A type-safe HTTP client for Android and the JVM.\n- [OkHttp](https://github.com/square/okhttp) -\u003e Square’s meticulous HTTP client for the JVM, Android, and GraalVM.\n- [Coroutines](https://github.com/Kotlin/kotlinx.coroutines) -\u003e Library support for Kotlin coroutines\n- [Lifecycle](https://developer.android.com/jetpack/androidx/releases/lifecycle) -\u003e Perform actions in response to a change in the lifecycle status of another component, such as activities and fragments.\n- [Dagger Hilt](https://developer.android.com/training/dependency-injection/hilt-android) -\u003e Hilt provides a standard way to incorporate Dagger dependency injection into an Android application.\n- [LiveData](https://developer.android.com/topic/libraries/architecture/livedata) -\u003e LiveData is an observable data holder class.\n- [ViewModel](https://developer.android.com/topic/libraries/architecture/viewmodel) -\u003e ViewModel class is designed to store and manage UI-related data in a lifecycle conscious way.\n- [Coil](https://github.com/coil-kt/coil) -\u003e Image loading for Android backed by Kotlin Coroutines.\n\n## Android 📱 Application Screens 📸\n\n\u003cimg src=\"https://github.com/halilozel1903/UnsplashExample/blob/master/screenshots/screen1.png\" width=\"250\" /\u003e \u003cimg src=\"https://github.com/halilozel1903/UnsplashExample/blob/master/screenshots/screen2.png\" width=\"250\" /\u003e  \u003cimg src=\"https://github.com/halilozel1903/UnsplashExample/blob/master/screenshots/screen3.png\" width=\"250\" /\u003e\n\n## License ℹ️\n```\nMIT License\n\nCopyright (c) 2023 Halil OZEL\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhalilozel1903%2Funsplashexample","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhalilozel1903%2Funsplashexample","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhalilozel1903%2Funsplashexample/lists"}