Show a custom crash screen in Android

No one likes it when your app crashes. Many of us as developers do our best to thoroughly test an app before releasing it for everything from random bugs to crashes, and your app crashing after release is probably one of the worst things that could happen post-release. But no matter how much you try … Read more

How to reduce your Android app size

The size of your Android app is an important factor to consider. Users are more likely to download your app if it’s relatively small in size, especially if they’re on a slow 2G or 3G connection. Here are a few things you can do to reduce your Android app size. Analyze APK Android Studio has … Read more