Easy Video Chooser Library for Android
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 »
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 »
The Splash Screen I don’t even remember when was the last time I did something with MapView on Android. I was aware of the new version 2 of the Google… Read more »
With the recent release of an updated Jelly Bean version, i.e, 4.2, there have been quite some new things to awe you. These are two things that could probably make… Read more »
A lot of times, you would need your app to either pick an image from the gallery or use the device’s camera for capturing a picture that your app could… Read more »
Most of the times, I have seen developers not leveraging the power of themes and styles. Themes and styles are a great way to easily create UI that are manageable… Read more »
Lets look at how to send an SMS. It’s pretty simple though. A few lines of code and your SMS is gone. To make it more convenient and meaningful, we… Read more »
First things first. Is it legal to download videos from Youtube? As much I have understood from the Terms of Service, it’s not a straight yes or no. Basically, Youtube… Read more »
This is a part of a series of posts in which I will put forward a full working app what uses bluetooth on your Android device to discover, connect, pair,… Read more »
Drag and drop is already available with Honeycomb and up. In this example, we will see how to implement a simple Drag and Drop Operation. We have a ListView with… Read more »