A Demo Application for implementing below items in an Android application,
- 100% Kotlin
- Test Driven Development in MVVM design pattern
- Multi Module Android Application Setup
- Code generation of boilerplate using Hygen.
- CI-CD using Github Actions.
- Dependency Injection using Dagger Hilt
- Unit Testing via kotest and Mockk
- Threading using Kotlin Coroutines.
- Replacing LiveData with Kotlin Flow.
- Ktlint
Each individual feature folder structure
-
/data (All data related files)
- /entity_1 (for e.g: Person)
- /model
- /dao
- /network
- repository
- /entity_1 (for e.g: Person)
-
/presentation (All view related files)
- /component_1 (for e.g: Person List)
- /fragment
- /viewmodel
- /adapter
- /view
- /component_1 (for e.g: Person List)
- Install Hygen
hygen fragment new
hygen repository new
- Android CI - to verify every code push to/pull request on master branch is validated, error free and releases can be properly built.
- Android Artifact - Archives and hosts apk build on each tag push for sharing.
PokeAPI - The RESTful Pokémon API
All the Pokémon data you'll ever need in one place, easily accessible through a modern RESTful API.
Copyright 2020 Harshith Shetty (justadeveloper96@gmail.com)
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.