https://github.com/radityagumay/covid-19-android
A simple android application builds for showcase COVID-19.
https://github.com/radityagumay/covid-19-android
android clean-architecture covid covid-2019 kotlin-android
Last synced: 4 months ago
JSON representation
A simple android application builds for showcase COVID-19.
- Host: GitHub
- URL: https://github.com/radityagumay/covid-19-android
- Owner: radityagumay
- Created: 2020-03-11T14:28:46.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-25T12:12:52.000Z (about 5 years ago)
- Last Synced: 2025-04-10T16:47:27.248Z (6 months ago)
- Topics: android, clean-architecture, covid, covid-2019, kotlin-android
- Language: Kotlin
- Homepage:
- Size: 8.07 MB
- Stars: 22
- Watchers: 1
- Forks: 8
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Android COVID-19
An open source android application to show infos about novel corona virus in Indoesia areas. Feel free to raise any PR or fork this repository.
### Tech stack & Open-source libraries
- Kotlin based, Coroutines + Flow for asynchronous.
- Dagger-Hilt
- JetPack
- LiveData - notify domain layer data to views.
- Lifecycle - dispose of observing data when lifecycle state changes.
- ViewModel - UI related data holder, lifecycle aware.
- Architecture
- MVVM Architecture (View - DataBinding - ViewModel - Model)
- Repository pattern
- Retrofit2 & OkHttp3 - construct the REST APIs and paging network data.
- Test
- JUnit5### Architecture
- MVVM + Clean ArchitectureScreenshot
----------
License
-------
```
Copyright 2019 RadityaLabs.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 athttp://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.
```