kotlin-mvvm-covid19
This repository contains simple COVID19 data monitoring with android stack MVVM, Live Data, Koin, RxJava, RxBinding, Offline first with simple caching, etc
File Explorer
Download Latest Version (.zip)- ExampleInstrumentedTest.kt
- GoogleSans-Bold.ttf
- GoogleSans-Regular.ttf
- CovidDataMapper.kt
- IndonesiaDataMapper.kt
- IndonesiaDaily.kt
- IndonesiaPerProvince.kt
- BaseResponse.kt
- CovidDaily.kt
- CovidDetail.kt
- CovidOverview.kt
- CovidOverviewItem.kt
- AppRepository.kt
- Repository.kt
- AppGeneratedSource.kt
- AppPrefSource.kt
- Api.kt
- AppRemoteSource.kt
- AppModule.kt
- NetworkModule.kt
- PersistenceModule.kt
- RepositoryModule.kt
- ViewModelModule.kt
- DailyCompactViewHolder.kt
- DailyItemViewHolder.kt
- ErrorStateItemViewHolder.kt
- LoadingStateItemViewHolder.kt
- LocationItemViewHolder.kt
- OverviewItemViewHolder.kt
- PerCountryDailyChartItemViewHolder.kt
- PerCountryDailyItemViewHolder.kt
- PerCountryItemViewHolder.kt
- PerCountryProvinceChartItemViewHolder.kt
- PinnedItemViewHolder.kt
- TextItemViewHolder.kt
- AdapterFactory.kt
- DetailAdapter.kt
- BaseActivity.kt
- BaseFragment.kt
- BaseViewItem.kt
- BaseViewModel.kt
- DailyDataListFragment.kt
- DailyGraphActivity.kt
- DailyGraphFragment.kt
- DailyGraphViewModel.kt
- DetailActivity.kt
- DetailViewModel.kt
- VisualMapsFragment.kt
- DashboardActivity.kt
- DashboardViewModel.kt
- CountryIndonesiaActivity.kt
- CountryIndonesiaViewModel.kt
- LocationWidget.kt
- LocationWidgetViewModel.kt
- ActivityExt.kt
- RxExt.kt
- ViewExt.kt
- AppSchedulerProvider.kt
- SchedulerProvider.kt
- TestSchedulerProvider.kt
- AnimationUtil.kt
- Constant.kt
- NumberUtils.kt
- SingleLiveEvent.kt
- SnackbarManager.java
- TopSnackbar.java
- AppController.kt
- slide_in_bottom.xml
- slide_in_left.xml
- slide_in_right.xml
- slide_in_top.xml
- slide_out_bottom.xml
- slide_out_left.xml
- slide_out_right.xml
- slide_out_top.xml
- top_in.xml
- top_out.xml
- bg_button_oval_primary.xml
- bg_button_oval_secondary.xml
- bg_rounded_green.xml
- bg_rounded_grey.xml
- bg_rounded_grey_small.xml
- bg_rounded_grey_stroke.xml
- bg_rounded_light_grey.xml
- bg_rounded_top_grey.xml
- bg_rounded_white.xml
- bg_rounded_yellow.xml
- flag_indonesia.png
- ic_access_time.xml
- ic_arrow_back_white.xml
- ic_chevron_right.xml
- ic_close.xml
- ic_drag_handle.xml
- ic_favorite.xml
- ic_info_outline_black_24dp.xml
- ic_launcher_background.xml
- ic_location.xml
- ic_more_vert.xml
- ic_public_black_24dp.xml
- ic_refresh.xml
- ic_search.xml
- ic_timeline.xml
- ic_trending_down.xml
- ic_trending_flat.xml
- ic_trending_up.xml
- img_confirmed_marker.png
- img_covid_logo.png
- img_deaths_marker.png
- img_recovered_marker.png
- img_widget.png
- activity_country_indonesia.xml
- activity_daily_graph.xml
- activity_dashboard.xml
- activity_detail.xml
- fragment_daily_graph.xml
- fragment_daily_list.xml
- fragment_visual_maps.xml
- item_daily.xml
- item_daily_compact.xml
- item_daily_percountry.xml
- item_daily_percountry_graph.xml
- item_error_state.xml
- item_loading_state.xml
- item_location.xml
- item_overview.xml
- item_per_country.xml
- item_pinned.xml
- item_province_percountry_graph.xml
- item_text.xml
- item_widget_pinned.xml
- layout_progress_dialog.xml
- layout_toolbar.xml
- view_top_snackbar.xml
- view_top_snackbar_include.xml
- activity_daily_graph.xml
- menu_dashboard.xml
- ic_launcher.png
- ic_launcher.png
- ic_launcher.png
- ic_launcher.png
- ic_launcher.png
- style_json.json
- attrs.xml
- colors.xml
- dimens.xml
- strings.xml
- styles.xml
- strings.xml
- widget_provider.xml
- AndroidManifest.xml
- DashboardViewModelTest.kt
- Ext.kt
- InstantTaskExecutorRule.kt
- ExampleUnitTest.kt
- .gitignore
- build.gradle
- proguard-rules.pro
- gradle-wrapper.jar
- gradle-wrapper.properties
- .gitignore
- build.gradle
- gradle.properties
- gradlew
- gradlew.bat
- LICENSE
- README.md
- settings.gradle
# Installation Guide
1. Get the code
git clone https://github.com/rizmaulana/kotlin-mvvm-covid19
Downloads the entire project code from GitHub to your computer.
cd kotlin-mvvm-covid19
Moves into the project folder you just downloaded.
2. Gradle (Java/Kotlin)
Medium RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- JDK (Java) Required to build and run Java/Kotlin projects.
- Gradle If the repo includes gradlew (Gradle Wrapper), you don't need to install Gradle separately.
cd app
This project's files live in a subfolder, so move into it first.
./gradlew build
Builds the project using Gradle.
A BUILD SUCCESSFUL message means it worked. The output is created under build/.
// repository documentation
Was this content helpful?
(0 ratings)
