All Projects → radityagumay → COVID-19-ANDROID

radityagumay / COVID-19-ANDROID

Licence: other
A simple android application builds for showcase COVID-19.

Programming Languages

kotlin
9241 projects

Projects that are alternatives of or similar to COVID-19-ANDROID

CoronaVirusOutbreakAPI
A tiny and small program to crawler and analyze outbreak of COVID-19 in world and every country using PHP.
Stars: ✭ 20 (-4.76%)
Mutual labels:  covid, covid-2019
app
CovidTrace mobile app.
Stars: ✭ 19 (-9.52%)
Mutual labels:  covid, covid-2019
us-covid19
Data repository of State's Health Department stats for COVID19 in the United States
Stars: ✭ 37 (+76.19%)
Mutual labels:  covid, covid-2019
covid
COVID-19 cases around the world.
Stars: ✭ 14 (-33.33%)
Mutual labels:  covid
React-CleanArchitecture-Example
Sample frontend project with Clean Architecture using React.js and jest.
Stars: ✭ 73 (+247.62%)
Mutual labels:  clean-architecture
covid19-bd
Public API for accessing district-wise dataset and daily stats for Covid-19 in Bangladesh. Data is pulled from IEDCR reports
Stars: ✭ 29 (+38.1%)
Mutual labels:  covid
car-rental
CarRental Project
Stars: ✭ 13 (-38.1%)
Mutual labels:  clean-architecture
store-apps-mvvm
Implementation component of Android Jetpack with clean architecture
Stars: ✭ 32 (+52.38%)
Mutual labels:  clean-architecture
ModernKeePass
KDBX password manager for the Windows Store
Stars: ✭ 29 (+38.1%)
Mutual labels:  clean-architecture
clean-architecture-example
A simple clean architecture example in Kotlin and Spring Boot 2.0
Stars: ✭ 63 (+200%)
Mutual labels:  clean-architecture
archunit-junit5-kotlin
Generic Architecture Tests written in Kotlin using ArchUnit and Junit5
Stars: ✭ 22 (+4.76%)
Mutual labels:  clean-architecture
covid-19
COVID-19 World is yet another Project to build a Dashboard like app to showcase the data related to the COVID-19(Corona Virus).
Stars: ✭ 28 (+33.33%)
Mutual labels:  covid
clean-ddd-php-poc-contacts
A simple contact manager API to demonstrate the concepts of Clean Architecture and DDD with PHP 7.4+.
Stars: ✭ 31 (+47.62%)
Mutual labels:  clean-architecture
iOS-Clean-Architecture-Example
An iOS app designed using clean architecture and MVVM.
Stars: ✭ 50 (+138.1%)
Mutual labels:  clean-architecture
GitHubSearch
GitHub iOS client with minimum third-party dependencies.
Stars: ✭ 34 (+61.9%)
Mutual labels:  clean-architecture
MovieRatings
Android app to show movie ratings when browsing Netflix, Amazon Prime Video and other supported video streaming apps on the phone
Stars: ✭ 71 (+238.1%)
Mutual labels:  clean-architecture
app-from-scratch
Book about Clean Architecture and Clojure
Stars: ✭ 83 (+295.24%)
Mutual labels:  clean-architecture
DropBeat
A Music Player with downloading, playing, searching, exploring functions.
Stars: ✭ 13 (-38.1%)
Mutual labels:  clean-architecture
permanently-remote
A list of tech companies going permanently remote after COVID-19
Stars: ✭ 61 (+190.48%)
Mutual labels:  covid
align covid
Coronavirus time series aligned by number of cases, not date.
Stars: ✭ 22 (+4.76%)
Mutual labels:  covid

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 Architecture

Screenshot

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 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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].