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
- Host: GitHub
- URL: https://github.com/flipboxstudio/mvvm-starter-config
- Owner: flipboxstudio
- License: mit
- Created: 2017-01-16T09:35:47.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-21T16:17:35.000Z (almost 9 years ago)
- Last Synced: 2024-12-30T00:14:23.525Z (over 1 year ago)
- Language: PHP
- Size: 1.58 MB
- Stars: 0
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
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)