Android Room Persistence Library: Entity, Dao, Database

In February 2018 I was happy to be one of the speakers at MobOS in Cluj-Napoca. It was a nice experience, I received a lot of questions and I was impressed about the big number of the Android developers. My presentation was about Room so in this article I will cover a part of the concepts included in my slides.

android-room-componets.png

Continue reading “Android Room Persistence Library: Entity, Dao, Database”

Android Data Binding

Have you felt that you need “something” to bind the data directly to the layout without writing some extra code!? “findViewById” method is scaring you!? The solution for these issues it’s called “Android Data Binding”.

This library offers both flexibility and broad compatibility so you could use it starting with Android 2.1 (API level 7+) and it was presented at Google I/O 2015.

It can be used with gradle 1.5.0-alpha1 or higher.

android data binding (4).png

Continue reading “Android Data Binding”

Android and Firebase

Firebase offers you the tools and infrastructure you need to build better apps and grow successful businesses. Firebase stores and syncs the data (json format) in real time so on your android app you will have the latest data without doing a new request.

This platform assures also the persistence of the data so even the app is offline you will have the data on your device.

Firebase has a lot of new features and these features are able to work independently, and they work even better together.

Continue reading “Android and Firebase”