Mocking objects in Python
Over the past 18 months I have been doing a lot of Python programming in my side projects as well as at work. In all my projects I always find myself needing...
Over the past 18 months I have been doing a lot of Python programming in my side projects as well as at work. In all my projects I always find myself needing...
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...