Android application fetch the mostviewd articles from new york times using https://developer.nytimes.com/
clone repo and add your nytimes api key in your gradle.properties
- Kotlin
- Retrofit
- Gson
- Dependency injection with Hilt
- Android DataBinding Library
- Timber
- Glide 3
- Stetho
- OkHttp
- Mockito
- Clean Architecture guide line
- MVVM as ui pattern and LiveData
- Coroutines
- Flow
- Download java 11
- Download SonarQube
- For windows run StartSonar.bat file
- For mac run sonar.sh start
- Open localhost:9000 panel
- Run
gradlew jacocoTestReport sonarqube
in android studio terminal