Knowing how your app is performing on the users' phones is a hard problem. The Karumi team is working on a new tool to monitor app performance and they've released a beta version.
Read MoreMany developers reach us with Android questions. The most common are how to start developing Android apps and how to improve at it. So here’s a small collection of our favourite resources.
Read MoreTechnical debt creeps up into our software projects. Sometimes we notice it, sometimes we don't. We collected a list of 10 Technical Debt symptoms your Android app might be suffering from.
Read MoreA lot can be said about testing. But to finish this testing guide, here are some subjects you will run into when testing Android apps.
Read MoreAlthough you should avoid having your code tied to Android components, it's not always possible. Maybe it's Activity code, or a component that needs Context. But you still should test it.
Those tests will have to run on an emulator or a real device. They are going to be slower. But they are important nevertheless.
Here's how you can do that...
Read More