For many decades I have always used a relational database on the backend system but… it’s not true anymore. Imagine a service where the customer can update some information using a web application and that he wants to publish them when everything has been updated or at a scheduled time. To manage these case the…
Featured
Android MVVM App Tutorial
In my last post I wrote that i might have written my first tutorial about how to create an MVVM App with the following characteristics: MVVM architecture (Model – View – ViewModel) Dagger 2 DataBinding Retrofit RxJava This is a tutorial for Android programmers with experience in creating Android App, so I suppose there the…