BLOG

Artificial Intelligence

MVVM - Part2

Posted on 27th Nov 2017 05:13:50 in Android, Design

In the previous MVVM-part1 we learnt  about the data binding, how we can set data binding in android, which attributes can be bounded, and how do we can create auto-updating layouts.

In this part of the article series of MVVM we would learn how the MVVM model interact with its different components.

Read More

MVVM - Part1

Posted on 27th Nov 2017 04:48:40 in Android, Design

Model-View-Presenter (MVP) architecture is widely used in today’s Android apps to separate the view from the presentation logic and the model by introducing a presenter. Model-View-ViewModel (MVVM) is quite similar to MVP, with the view model acting as an enhanced presenter, using a data binder to keep the view model and the view in sync. By binding the view to view model properties, the data binder can handle view updates without the need to manually set changed data back to the view (e.g. no more setText() or setVisibility() on a TextView). As with the presenter in MVP, the view model can easily be unit tested. This article gives an introduction to both the data binding library and the MVVM architectural pattern and how they work together on Android.

Read More

ADS

ADS

© SOFTHINKERS 2013-18 All Rights Reserved. Privacy policy