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 |
---|---|---|
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 |
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.