Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 915 Bytes

readme.md

File metadata and controls

21 lines (14 loc) · 915 Bytes

##Kickstart your Android Development

This repository contains the source for MVVM Starter Generator : an android app generator using MVVM as the main architecture.

Why using this generator? Simple, to remove you from the hassle of constructing a new project and moreover, we've added some common utilities function that you can use on your project.

-- Libraries used :

  • Retrofitcom.squareup.retrofit2:retrofit:2.1.0
  • EventBus org.greenrobot:eventbus:3.0.0
  • Glide com.github.bumptech.glide:glide:3.7.0
  • EasyPermission pub.devrel:easypermissions:0.2.1
  • Hawk com.orhanobut:hawk:2.0.1
  • Android Libraries ( appcompat, design support, data binding, etc )

-- inspired from http://androidkickstartr.com and http://www.androidbootstrap.com

for more detail please visit : MVVM Starter Template