Similar to image-chooser-library, but has some new features. Re-written from scratch. Android Multipicker Library is an open-source project which has the following objectives. Makes it easy and simple to integrate… Read more »
You have a form on WebView, with input type as “file”, and want to allow the user to upload a file from his device. Prior to Lollipop, this was not very… Read more »
TinyPng is a nice service which provides you 500 free image compressions a month. And this is nice, since in a typical Android project, you wouldn’t have more than 500… Read more »
Here’s a simple and easy implementation for adding PIN lock support for your Android apps. The library can be themed with your app theme colors. It has smooth animations and… Read more »
I found a few non-documented sensors on Lollipop (Android 5.0) on a Nexus 5. Tried looking for them, but could’t find any documentation on them on. Looks like they are… Read more »
Recently, Google released a new version of the Support Library, which has an interesting component. It’s called SwipeRefreshLayout. With that, it’s become a child’s play to implement a quick Swipe-to-Refresh… Read more »
Android KitKat has added a few more hardware sensors to it’s API list. Step Sensors are one of them, which looks very promising. Although, not a lot of phones yet… Read more »
Image courtesy: Crittercism Website Do you have an android app on the Play Store, and get lots of negative comments/feedback? Most of the time, apps crash on the first interaction… Read more »
After I wrote the “Easy Image Chooser library for Android“, I thought I could easily extend this library to handle other things as well. For now, I have implemented the… Read more »
In almost all the Android apps that I have worked on, there has been a requirement for choosing an image or taking a snap and using the device’s camera. Taking… Read more »