/BasicApplication

Basic Android temple application using MVVM + Retrofit + Coroutines structure.

Primary LanguageKotlinApache License 2.0Apache-2.0

BasicApplication

No more looking for dependencies, adding permissions, configuring Koin - this basic Android temple application has eveything you need for a fresh new Android project -

  • Solid MVVM architecture.
  • Network layer built with Retrofit + Coroutines + error handling wrapper with a demonstrated used API in the app.
  • Service Locator using Koin is configured and used throughout the application.
  • Built for a Single-Activity application, Navigation Component is already predefined and a first fragment is already built onto it.
  • Powerful generic Util class for ListAdapter to prevent creating a new DiffUtil.ItemCallback class.
  • Very commonly used dependencies such as Gson, Room, Glide and more are already pre-defined.

Prerequisites

This project assumes you know how to work with MVVM architecture, Retrofit networking and Kotlin Coroutines.

If you do, this project can save you ALOT of time when creating a new Android project from scratch - just clone this project, change the package name, project name, generic variables to suit your naming needs and your ready to go.

Installing

Clone the project and start renaming everything. Will take approx 5~ minutes and your ready to go.

Built With

  • Android Studio.

Authors