At some point in your code development you’ll want to test how the interaction with your app and the API server is being handled, but testing with a real connection with a server is expensive and unstable. Unit tests should be real quick and assert if your code is working...
It’s important to keep user data safe. Like any software, Android can be
target of attacks to access valuable data and even though no software
is perfectly safe, as developers we should always follow the security best practices
and do what is in our reach to keep data safe.
With the arrival of Android 10, the latest trend in Android development is giving the users the choice to select a dark version of the app. Some say it can help save battery life and some just prefer it because it is easier on the eyes when the user opens...
Droidcon London 2019
We had the opportunity to attend the biggest Android conference in London. It was full of great talks and we will try to highlight here some of which we attended.