Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 1.34 KB

README.md

File metadata and controls

38 lines (26 loc) · 1.34 KB

MyStudyApp

Repository for improving studies in technology and also raising knowledge of this wonderful combination that is Kotlin with Android. There is no better combination than this! Better than that, only cheese with guava paste. :smile:

The architectural pattern chosen for this application is MVVM - Model View ViewModel. The language used for this project is Kotlin. For dependency control and injection (DI), DSL was adopted Koin.

What is Koin

  • A lightweight, pragmatic and intelligent dependency injection framework for Kotlin. To keep you focused on your app, not your tools.

Required settings

Setup

  • Install the latest stable version of Android Studio: Download

  • Clone this repository and import into Android Studio

  • Install Java version 1.8

  • We suggest installing SDKMAN

    To install SDKMAN, go to the link: SDKMAN

     sdk i java 8.0.*
     sdk use java 8.0.*