{"id":15624106,"url":"https://github.com/skydoves/pokedex-ar","last_synced_at":"2025-04-05T11:12:55.825Z","repository":{"id":43025330,"uuid":"321092589","full_name":"skydoves/Pokedex-AR","owner":"skydoves","description":"🦄 Pokedex-AR demonstrates ARCore, Sceneform, and modern Android tech stacks — such as Hilt, Coroutines, Flow, Jetpack (Room, ViewModel, LiveData) based on MVVM architecture.","archived":false,"fork":false,"pushed_at":"2022-01-10T15:02:20.000Z","size":29437,"stargazers_count":592,"open_issues_count":0,"forks_count":59,"subscribers_count":16,"default_branch":"main","last_synced_at":"2025-03-29T10:11:20.531Z","etag":null,"topics":["android","android-ar","ar","arcore","coroutines","hilt","jetpack-android","kotlin","mvvm","pokedex","pokemon","sceneform","skydoves"],"latest_commit_sha":null,"homepage":"","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/skydoves.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null},"funding":{"github":"skydoves","custom":["https://www.paypal.me/skydoves","https://www.buymeacoffee.com/skydoves"]}},"created_at":"2020-12-13T15:09:31.000Z","updated_at":"2025-02-10T11:04:43.000Z","dependencies_parsed_at":"2022-09-16T08:40:22.102Z","dependency_job_id":null,"html_url":"https://github.com/skydoves/Pokedex-AR","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skydoves%2FPokedex-AR","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skydoves%2FPokedex-AR/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skydoves%2FPokedex-AR/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skydoves%2FPokedex-AR/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/skydoves","download_url":"https://codeload.github.com/skydoves/Pokedex-AR/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247325695,"owners_count":20920714,"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-ar","ar","arcore","coroutines","hilt","jetpack-android","kotlin","mvvm","pokedex","pokemon","sceneform","skydoves"],"created_at":"2024-10-03T09:59:58.458Z","updated_at":"2025-04-05T11:12:55.802Z","avatar_url":"https://github.com/skydoves.png","language":"Kotlin","funding_links":["https://github.com/sponsors/skydoves","https://www.paypal.me/skydoves","https://www.buymeacoffee.com/skydoves"],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003ePokedex-AR\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://opensource.org/licenses/Apache-2.0\"\u003e\u003cimg alt=\"License\" src=\"https://img.shields.io/badge/License-Apache%202.0-blue.svg\"/\u003e\u003c/a\u003e\n  \u003ca href=\"https://android-arsenal.com/api?level=24\"\u003e\u003cimg alt=\"API\" src=\"https://img.shields.io/badge/API-24%2B-brightgreen.svg?style=flat\"/\u003e\u003c/a\u003e\n  \u003ca href=\"https://github.com/skydoves/Pokedex-AR/actions\"\u003e\u003cimg alt=\"Build Status\" src=\"https://github.com/skydoves/Pokedex-AR/workflows/Android%20CI/badge.svg\"/\u003e\u003c/a\u003e \n  \u003ca href=\"https://github.com/skydoves\"\u003e\u003cimg alt=\"Profile\" src=\"https://skydoves.github.io/badges/skydoves.svg\"/\u003e\u003c/a\u003e \n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e  \nPokedex-AR is a small demo application based on AR, modern Android application tech-stacks, \u003cbr\u003eand MVVM architecture. This project focuses on ARCore and SceneForm. \u003cbr\u003eAlso fetching data from the network and integrating persisted data from the database via repository pattern.\n\u003c/p\u003e\n\u003c/br\u003e\n\n\u003cp align=\"center\"\u003e\n\u003cimg src=\"/previews/screenshot.png\"/\u003e\n\u003c/p\u003e\n\n## Download\nGo to the [Releases](https://github.com/skydoves/Pokedex-AR/releases) to download the latest APK.\n\n\n\u003cimg src=\"/previews/preview.gif\" align=\"right\" width=\"32%\"/\u003e\n\n## Tech stack \u0026 Open-source libraries\n- Minimum SDK level 24.\n- [Kotlin](https://kotlinlang.org/) based, [Coroutines](https://github.com/Kotlin/kotlinx.coroutines) + [Flow](https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines.flow/) for asynchronous.\n- [ARCore](https://github.com/google-ar/arcore-android-sdk) - ARCore SDK for Android.\n- [SceneForm](https://github.com/google-ar/sceneform-android-sdk) - Sceneform SDK for Android.\n- Hilt for dependency injection.\n- JetPack\n  - Lifecycle - dispose of observing data when lifecycle state changes.\n  - ViewModel - UI related data holder, lifecycle aware.\n  - Room Persistence - construct a database using the abstract layer.\n- Architecture\n  - MVVM Architecture (View - DataBinding - ViewModel - Model)\n  - Repository pattern.\n- [Retrofit2 \u0026 OkHttp3](https://github.com/square/retrofit) - construct the REST APIs and paging network data.\n- [Sandwich](https://github.com/skydoves/Sandwich) - construct lightweight http API response and handling error responses.\n- [Moshi](https://github.com/square/moshi/) - A modern JSON library for Kotlin and Java.\n- [Glide](https://github.com/bumptech/glide), [GlidePalette](https://github.com/florent37/GlidePalette) - loading images.\n- [WhatIf](https://github.com/skydoves/whatif) - checking nullable object and empty collections more fluently.\n- [Bundler](https://github.com/skydoves/bundler) - Android Intent \u0026 Bundle extensions that insert and retrieve values elegantly.\n- [Balloon](https://github.com/skydoves/balloon) -  A lightweight popup like tooltips, fully customizable with an arrow and animations.\n- [Timber](https://github.com/JakeWharton/timber) - logging.\n- [Material-Components](https://github.com/material-components/material-components-android) - Material design components like ripple animation, cardView.\n- Custom Views\n  - [Rainbow](https://github.com/skydoves/rainbow) - An easy way to apply gradations and tinting for Android.\n  - [AndroidRibbon](https://github.com/skydoves/androidribbon) - A simple way to implement a  beautiful ribbon with the shimmering on Android.\n  - [ProgressView](https://github.com/skydoves/progressview) - A polished and flexible ProgressView, fully customizable with animations.\n\n## MAD Score\n![summary](https://user-images.githubusercontent.com/24237865/102298434-77a5db00-3f94-11eb-9ae5-5fc72aa60533.png)\n![kotlin](https://user-images.githubusercontent.com/24237865/102298432-7674ae00-3f94-11eb-8b9b-b3b9f4ff4c22.png)\n\n## Architecture\nPokedex-AR is based on MVVM architecture and a repository pattern.\n\n![architecture](https://user-images.githubusercontent.com/24237865/77502018-f7d36000-6e9c-11ea-92b0-1097240c8689.png)\n\n## 3D Model Licenses\n Creative Commons licenses provide a standard way for content creators to grant someone else permission to use their work. If you allow remixing, your content will be published under a CC-BY 3.0 license. These creations are then accessible to other Poly users for use, even commercially, in their own creations, provided they give attribution to the original author.\n \n  - [Tipatat Chennavasin](https://poly.google.com/user/8ri62AdjHrC) - Pokemons and Poke-ball.\n  - [Poly by Google](https://poly.google.com/user/4aEd8rQgKu2) - Garden.\n\n## Open API\n\n\u003cimg src=\"https://user-images.githubusercontent.com/24237865/83422649-d1b1d980-a464-11ea-8c91-a24fdf89cd6b.png\" align=\"right\" width=\"21%\"/\u003e\n\nPokedex-AR using the [PokeAPI](https://pokeapi.co/) for constructing RESTful API.\u003cbr\u003e\nPokeAPI provides a RESTful API interface to highly detailed objects built from thousands of lines of data related to Pokémon.\n\n## Find this repository useful? :heart:\nSupport it by joining __[stargazers](https://github.com/skydoves/Pokedex-AR/stargazers)__ for this repository. :star: \u003cbr\u003e\nAnd __[follow](https://github.com/skydoves)__ me for my next creations! 🤩\n\n# License\n```xml\nDesigned and developed by 2020 skydoves (Jaewoong Eum)\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n   http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskydoves%2Fpokedex-ar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fskydoves%2Fpokedex-ar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskydoves%2Fpokedex-ar/lists"}