Kotlin Android Boilerplate

screenshot of Kotlin Android Boilerplate

Kotlin Android boilerplate project with MVVM architecture using RxJava, Dagger 2, and more!

Overview:

The Kotlin-Android-Boilerplate is an MVVM Boilerplate Android project written in Kotlin. It is a sample application that fetches the top starred Kotlin repositories from Github and displays them. It was inspired by @hitherejoe's Android-Boilerplate project. However, it should be noted that this project was developed before Google's introduction of Android Architecture Components at I/O 2017. The project encourages developers to read Google's application architecture guide.

Features:

  • Fetches top starred Kotlin repositories from Github
  • Displays the fetched repositories
  • Built on MVVM architecture

Summary:

The Kotlin-Android-Boilerplate is an MVVM Boilerplate Android project written in Kotlin. It fetches the top starred Kotlin repositories from Github and displays them. The project provides a helpful starting point for developers looking to build Kotlin applications using MVVM architecture. It is recommended to read Google's application architecture guide for a more up-to-date approach to Android architecture.