How to Reduce APK Size?
Imagine if you are trying to install a new app and receive a message that says 'Insufficient Storage…
[Android Library] Make Square Layouts that support all screens
A simple android library that allows you to create square layouts which support all screen sizes and aspect ratios.…
Setting up LAMP stack for production use on Ubuntu 16.04
A quick tutorial about setting up a LAMP stack for production use.…
Supporting VectorDrawable on pre-lollipop devices without generating png images.
Recently the android support library 23.2 was released, and one of the best thing about this release…
Optimised Image Manipulation on Android devices with Renderscript
Renderscript helps in drastically improving the performance of your image manipulation code on Android devices. Want to know how?…