sanghavan / BaseKotlinAndroid

Base Project Android with Kotlin and MVVM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Base Android Project with Kotlin

MVVM Base Android Kotlin Project

Build Status codecov

Tech Stack

  • Kotlin
  • AndroidX
  • Rx
  • Retrofit / OkHttp
  • Gson
  • Groupie as Recyclerview lib
  • sdp ssp
  • Koin as Dependency Injection lib
  • Picasso as Image loader

Extra

  • ./gradlew detekt static analysis with detekt
  • ./gradlew ktlint kotlin linter
  • ./gradlew check for running all

How to use

  • Register and create your api key here https://newsapi.org/register
  • Copy secrets.properties.example to secrets.properties and put ur API KEY

About

Base Project Android with Kotlin and MVVM


Languages

Language:Kotlin 77.2%Language:Java 22.8%