:--: | :--: | :--: | :--: |
-
Tech-stack
- Kotlin - a cross-platform, statically typed, general-purpose programming language with type inference.
- Coroutines - perform background operations.
- Flow - handle the stream of data asynchronously that executes sequentially.
- HILT - Hilt provides a standard way to incorporate Dagger dependency injection into an Android application.
- Apollo GraphQL Client - Apollo is a platform for building a data graph.
- Jetpack
-
Architecture
- MVVM - Model View View Model
-
Tests
- Unit Tests (JUnit) - a simple framework to write repeatable tests.
- Mockito
- Truth - Fluent assertions for Java and Android
- Espresso - write concise, beautiful, and reliable Android UI tests.
-
CI/CD
- Github Actions
Copyright 2021 Paul Mburu
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.