MusicPlayer:AndroidBindingDemo 1.01

License: Free Trial ‎File size: 48.23 MB
‎Users Rating: 4.0/5 - ‎1 ‎votes

* This is a technical demo intended for Android Developers only *

This is a demonstration for binding List of Objects in Android Binding, a MVVM-friendly framework.

* Key Features *

* Declare view binding in Layout XML files. No additional files needed. * Helps implements MVVM * Much easier for Unit-Testing * Model Validation that validates against ViewModel * Support Cursor results, and you can even validate the cursor result!

Introduction

The basic unit for Android application development is the Activity. However, the way that Android SDK design is overloading the Activity quite heavily. It is the place to control the flow of application, handling User input, communicate with data-layer, service-layer etc.

Android-Binding is a MVVM (Model-View-ViewModel) framework, that helps freeing the Activity from working directly to User Interfaces. As an Activity, it's job is only to supply the ViewModel that the View requires to render the result while ViewModel is a class that with zero direct coupling with the View (and actually you might supply a different View to it).

By decoupling View (User Interface) logic and interaction from ViewModel, it also helps in Unit-Testing your application logic.

* Source code available in project page, under Demos section.

For more information on binding to Lists:http://code.google.com/p/android-binding/wiki/BindingListOfObjects

Project Homepage:http://code.google.com/p/android-binding/

VERSION HISTORY

  • Version 1.01 posted on 2011-01-24
    Several fixes and updates
  • Version 1.01 posted on 2011-01-23

Program Details