Clean Architecture Example C#
When I was still in university I failed a job interview because I did not know the architecture I was using in my project (embarrassing). Since that day I de...
When I was still in university I failed a job interview because I did not know the architecture I was using in my project (embarrassing). Since that day I de...
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...