Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gueei/AndroidBinding
MVVM for Android
https://github.com/gueei/AndroidBinding
Last synced: 2 months ago
JSON representation
MVVM for Android
- Host: GitHub
- URL: https://github.com/gueei/AndroidBinding
- Owner: gueei
- License: mit
- Created: 2012-11-20T01:22:27.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-06-17T15:22:12.000Z (over 10 years ago)
- Last Synced: 2024-05-16T12:31:06.012Z (8 months ago)
- Language: Java
- Size: 10.7 MB
- Stars: 349
- Watchers: 47
- Forks: 77
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-android-ui - https://github.com/gueei/AndroidBinding
README
AndroidBinding
==============MVVM for Android
## What's New
* Pre Compiled version available on root directory
* android-binding.gen.zip for activity/application template code generation## Quick start
* Download android-binding-version.jar and place under lib of your project
* Unzip android-binding.gen.zip to root directory of your project
* run the wizard.xml to generate application and activity codes## Markup Demo
* Under Demo/MarkupDemoICS folder
* The best way to start learning the framework!