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…
Author: diegonovati
Android MVVM architecture
On the web there is a big debate about the best architecture for native Android Apps, and there are lot of articles where MVC is compared to MVP and MVVM. Why there are so many articles about the architecture for Android ? The answer is quite simple if you have ever written a small App…
Microservices or monolithic service ?
My first web application has been written in 2000 or 2001 and it was composed of two parts: HTML front-end produced by an ISAPI DLL (created in Delphi) DBF database A couple of years later, thanks to the experience acquired with the first project, the architecture changed with the introduction of servlets and a more…
Ionic 2 – My experience
I have recently published 3 App for Android and iOS written using Ionic 2, and it’s time for a review about Ionic 2. Ionic 2 is a major updated to Ionic 1, and at the moment I can say that the update has taken only positive aspects. In the past I delivered only 2 Apps…
Is JavaScript the future of native apps ?
In the last six months I have created many Apps for iOS and Android using Ionic 2 (three are already available on the stores) and they are very good in: to display the data acquired by the mobile devices (native Apps) to allow a two factors auth using push messages to display the content of…
Databases on the backend system
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…
Content of this blog
Some info about my posts