Pokedex-AR

License
API
Build Status
Profile

Pokedex-AR is a small demo application based on AR, modern Android application tech-stacks,
and MVVM architecture. This project focuses on ARCore and SceneForm.
Also fetching data from the network and integrating persisted data from the database via repository pattern.

Download

Go to the Releases to download the latest APK.

Tech stack & Open-source libraries

  • Minimum SDK level 24.
  • Kotlin based, Coroutines + Flow for asynchronous.
  • ARCore – ARCore SDK for Android.
  • SceneForm – Sceneform SDK for Android.
  • Hilt for dependency injection.
  • JetPack
    • Lifecycle – dispose of observing data when lifecycle state changes.
    • ViewModel – UI related data holder, lifecycle aware.
    • Room Persistence – construct a database using the abstract layer.
  • Architecture
    • MVVM Architecture (View – DataBinding – ViewModel – Model)
    • Repository pattern.
  • Retrofit2 & OkHttp3 – construct the REST APIs and paging network data.
  • Sandwich – construct lightweight http API response and handling error responses.
  • Moshi – A modern JSON library for Kotlin and Java.
  • Glide, GlidePalette – loading images.
  • WhatIf – checking nullable object and empty collections more fluently.
  • Bundler – Android Intent & Bundle extensions that insert and retrieve values elegantly.
  • Balloon – A lightweight popup like tooltips, fully customizable with an arrow and animations.
  • Timber – logging.
  • Material-Components – Material design components like ripple animation, cardView.
  • Custom Views
    • Rainbow – An easy way to apply gradations and tinting for Android.
    • AndroidRibbon – A simple way to implement a beautiful ribbon with the shimmering on Android.
    • ProgressView – A polished and flexible ProgressView, fully customizable with animations.

MAD Score

summary
kotlin

Architecture

Pokedex-AR is based on MVVM architecture and a repository pattern.

architecture

3D Model Licenses

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.

Open API

Pokedex-AR using the PokeAPI for constructing RESTful API.
PokeAPI provides a RESTful API interface to highly detailed objects built from thousands of lines of data related to Pokémon.

Find this repository useful? ❤️

Support it by joining stargazers for this repository. ⭐
And follow me for my next creations! ?

License

Designed and developed by 2020 skydoves (Jaewoong Eum)

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

GitHub

https://github.com/skydoves/Pokedex-AR