A look into the Android Architecture Components Paging Library
Imagine you have data set that contains 10 000 items that you need to display in your application. Loading all these items before rendering them on the scree...
Imagine you have data set that contains 10 000 items that you need to display in your application. Loading all these items before rendering them on the scree...
As you may know Android Instant Apps are now open to all developers. This is the news people like me have been waiting for for a very long time. In this post...
Welcome to part 3 of our series on Android Architecture Components. In the previous post we wrote tests for our database implementation to ensure that our da...
Welcome to part 2 of our series on Android Architecture Components. In the previous post we introduced the components and created Entities, DAOs and Database...
At Google I/O 2017 Android Architecture Components were introduced. These components are building blocks that work together to implement an app architecture ...