Skip to content

bimovall/YourNews

Repository files navigation

YourNews

Simple android application that display list of news. You can search and save news in your local database.

How To Use

  1. Register to NewsApi
  2. Create a file apikey.properties in your root project
  3. Last, add NewsApiKey = "your api key" inside apikey.properties

Libraries

  1. Android Architecture Component
  2. Dagger Hilt
  3. Room
  4. Retrofit2
  5. Kotlin Coroutines
  6. Glide
  7. PagedList
  8. Mockito

Testing Dynamic Module

You can upload the .aab file to internal sharing app Google Play Store or try to run ./gradlew installApkSplitsForTestDebug

reference: https://medium.com/androiddevelopers/local-development-and-testing-with-fakesplitinstallmanager-57083e1840a4