{"id":13668567,"url":"https://github.com/2307vivek/Adopty","last_synced_at":"2025-04-26T22:31:50.824Z","repository":{"id":37439313,"uuid":"343068723","full_name":"2307vivek/Adopty","owner":"2307vivek","description":"Adopty is a 🐶 dog adoption sample application built to demonstrate Jetpack Compose Ui.","archived":false,"fork":false,"pushed_at":"2024-10-31T05:55:39.000Z","size":49845,"stargazers_count":102,"open_issues_count":10,"forks_count":14,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-11-08T04:51:40.682Z","etag":null,"topics":["android","android-studio","androiddevchallenge","androiddevchallenge-compose","dagger-hilt","dogs","jetpack-compose","jetpack-navigation","kotlin","kotlin-android","material-design","mvvm-android","mvvm-architecture","pet-project","pets"],"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/2307vivek.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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,"publiccode":null,"codemeta":null}},"created_at":"2021-02-28T09:43:41.000Z","updated_at":"2024-07-17T07:05:13.000Z","dependencies_parsed_at":"2024-01-11T11:30:42.883Z","dependency_job_id":"919c9e54-3814-45c1-a5c2-63a412867ded","html_url":"https://github.com/2307vivek/Adopty","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":"android/android-dev-challenge-compose","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/2307vivek%2FAdopty","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/2307vivek%2FAdopty/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/2307vivek%2FAdopty/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/2307vivek%2FAdopty/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/2307vivek","download_url":"https://codeload.github.com/2307vivek/Adopty/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224048756,"owners_count":17247081,"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","android-studio","androiddevchallenge","androiddevchallenge-compose","dagger-hilt","dogs","jetpack-compose","jetpack-navigation","kotlin","kotlin-android","material-design","mvvm-android","mvvm-architecture","pet-project","pets"],"created_at":"2024-08-02T08:00:42.027Z","updated_at":"2024-11-11T04:31:18.874Z","avatar_url":"https://github.com/2307vivek.png","language":"Kotlin","funding_links":[],"categories":["Puppy adoption apps"],"sub_categories":[],"readme":"![](art/banner.png)\n# Adopty\n\n![Workflow result](https://github.com/2307vivek/Adopty/workflows/Check/badge.svg)\n\n\u003c!--Adopty is a 🐶 dog adoption sample application built to demonstrate Jetpack Compose Ui. Adopty app uses the [Petfinders api](https://www.petfinder.com/developers/v2/docs/) as a data source to show the lists of pets in the application.--\u003e\nAdopty is a 🐶 dog adoption sample application built to demonstrate Jetpack Compose Ui. Adopty app uses modern android development tools, design principles and best practices.\n\n## Features\nAdopty simply loads data form from the api and shows it in Jetpack compose `LazyList` composable. Adopty app uses the [Petfinders api](https://www.petfinder.com/developers/v2/docs/) as a data source to show the lists of pets in the application./\n\n- It also demonstrates the use of android 12 [SplashScreen](https://developer.android.com/about/versions/12/features/splash-screen) api, including loading data in the background while the SplashScreen is shown on the screen.\n- Demonstrates how to implement animations while navigation between screens in Jetpack compose applications using the [accompanist-navigation-animation](https://google.github.io/accompanist/navigation-animation/) library.\n\n### Demo 📱\n\u003cimg src=\"/art/demo.gif\" width=260/\u003e\n\n## Built With 🛠\n- [Accompanist](https://google.github.io/accompanist/navigation-animation/) - For implementing animation while navigating between screens in Jetpack Compose app.\n- [SplashScreen](https://developer.android.com/about/versions/12/features/splash-screen) - For showing a splash screen.\n- [Kotlin](https://kotlinlang.org/) - Official programming language for Android development.\n- [Coroutines](https://kotlinlang.org/docs/reference/coroutines-overview.html) - For loading data asynchronously.\n- [Flow](https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines.flow/-flow/) - A flow is conceptually a stream of data that can be computed asynchronously.\n- [Android Architecture Components](https://developer.android.com/topic/libraries/architecture) - Collection of libraries that help you design robust, testable, and maintainable apps.\n- [ViewModel](https://developer.android.com/topic/libraries/architecture/viewmodel) - Stores UI-related data that isn't destroyed on UI changes. \n- [Dagger Hilt](https://dagger.dev/hilt/) - Hilt is a dependency injection library for Android \n- [Retrofit](https://square.github.io/retrofit/) - A type-safe HTTP client for Android and Java.\n- [Coil-compose](https://coil-kt.github.io/coil/compose/) - An image loading library for Android backed by Kotlin Coroutines.\n\n## Code Formating ✅\nThis project uses [Spotless gragle plugin](https://github.com/diffplug/spotless/tree/main/plugin-gradle). Internally spotless uses [ktlint](https://github.com/pinterest/ktlint) to properly format the code. Always use `gradlew app:spotlessApply` before commiting your code.\n\n## Credits\nSome of the dog illustrations in this app from Freepik.com \n[Dog vector created by catalyststuff - www.freepik.com](https://www.freepik.com/vectors/dog)\n\n## License\n```\nMIT License\n\nCopyright (c) 2021 Vivek Singh\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%2F2307vivek%2FAdopty","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F2307vivek%2FAdopty","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F2307vivek%2FAdopty/lists"}