An open API service indexing awesome lists of open source software.

https://github.com/flipboxstudio/mvvm-starter-config

a PHP based configurator for flipboxstudio/mvvm-starter project
https://github.com/flipboxstudio/mvvm-starter-config

Last synced: 5 months ago
JSON representation

a PHP based configurator for flipboxstudio/mvvm-starter project

Awesome Lists containing this project

README

          

##Kickstart your Android Development

This repository contains the source for [MVVM Starter Generator](http://mvvm.flipbox.co.id) : **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 :

* **Retrofit**`com.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](https://github.com/flipboxstudio/mvvm-starter)