Popularity
5.0
Stable
Activity
0.0
Stable
348
48
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.
-
Mosby
A Model-View-Presenter / Model-View-Intent library for modern Android apps -
nucleus
Nucleus is an Android library, which utilizes the Model-View-Presenter pattern to properly connect background tasks with visual parts of an application. -
RoboBinding
A data-binding Presentation Model(MVVM) framework for the Android platform. -
EasyMVP
A full-featured framework that allows building android applications following the principles of Clean Architecture. -
ThirtyInch
a MVP library for Android favoring a stateful Presenter -
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:
Appwrite - The open-source backend cloud platform
The open-source backend cloud platform for developing Web, Mobile, and Flutter applications. You can set up your backend faster with real-time APIs for authentication, databases, file storage, cloud functions, and much more!
Promo
appwrite.io
* 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!