Code Complexity
HOW TO HANDLE CODE COMPLEXITY IN SOFTWARE COMPANY Working on software solutions is a difficult task and you can get stuck anywhere. Experience surely matters but sometimes even the most… Read more »
HOW TO HANDLE CODE COMPLEXITY IN SOFTWARE COMPANY Working on software solutions is a difficult task and you can get stuck anywhere. Experience surely matters but sometimes even the most… Read more »
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 »
I have a laptop, 1 year old, HP Pavillion, with an Intel i5 processor (quite a recent one), with 8 GB RAM. It used to run Windows 7 before. And… 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 »