/Pokemon

Primary LanguageKotlinApache License 2.0Apache-2.0

All the modern Android practices for a super small Pokémon app.

Kotlin Coroutines + MVVM with Repository Pattern + LiveData + Hilt + Room + Retrofit + DataStore + Navigation Component + Unit Test + Integration Test.

This application uses the Pokémon API https://pokeapi.co/ to show a list of Pokémon and a very minimal info screen containing some information about the pokémon, like the base experience, the height and the weight.

List View Grid View Detail
alt text alt text alt text
alt text alt text alt text

What's in there

As from subtitle, I created this simple app using the modern practice and technologies:

Tool
Kotlin Coroutines
MVVM + Repository Pattern
Hilt
Reftofit
DataStore
Navigation Component
Unit Test
Integration Test

License

Copyright 2020 Dario Bruzzese

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.