Uncategorized


January 30, 2020

MVC vs MVP vs MVVM

These days it’s kind of official: AngularJS implements the Model-View-Whatever paradigm. That’s a nice solution to a series of fruitless discussions about whether AngularJS implements MVVM, […]
January 20, 2020

Data binding in Android

This tutorial describes the usage of data binding in Android applications. Data binding allows to synchronize your user interface with your application model and logic. 1. […]
December 15, 2019

How to Develop an Apple Watch App

Introduction If you are up to the challenge of creating an Apple Watch App, here we will provide a simple guide outlining the necessary steps. One […]
December 12, 2019

Flutter 1.12 – What Makes It the Biggest Google Release of the Year?

Who doesn’t know about Flutter? It’s the same Google’s UI framework that has changed the landscape of the mobile industry. Announced back in May 2017, Flutter […]
November 12, 2019

Android Architecture Components: you are probably leaking ViewModel and might not know why

The Guide to app architecture suggests using ViewModel + Repository with LiveData in order to implement the data flow from Repository to ViewModel. If you use this approach […]