Popularity
5.0
Stable
Activity
0.0
Stable
348
47
77
Code Quality Rank:
L3
Programming language: Java
License: MIT License
Tags:
Framework
MVC/MVVM/MVP
AndroidBinding alternatives and similar packages
Based on the "MVC/MVVM/MVP" category.
Alternatively, view AndroidBinding alternatives based on common mentions on social networks and blogs.
-
nucleus
Nucleus is an Android library, which utilizes the Model-View-Presenter pattern to properly connect background tasks with visual parts of an application. -
EasyMVP
A full-featured framework that allows building android applications following the principles of Clean Architecture. -
Theatre
Pet project using Clean Architecture + MVVM + Reactive Extensions + Android Architecture Components. The data are fetched from LondonTheatreDirect API. 🎠-
Villains & Heroes
Android app built with MVP architectural approach and uses Marvel Comics API that allows developers everywhere to access information about Marvel's vast library of comics. :zap:
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
Promo
www.saashub.com
![SaaSHub Logo SaaSHub Logo](https://cdn-b.libhunt.com/assets/partners/saashub-small-09b040e303cf50000aca670e1c77a15c64fc5c073fbdca2665ec2b8b621efc1a.png)
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of AndroidBinding or a related project?
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!