Check orientation of images/captures
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 »
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 »
The default title bar for the apps might not suit the theme of your app. You also might want to add a few more things to the title bar which… Read more »
I had to do this for a project that I am working on, and I felt that it wasn’t possible to achieve this. Well, there are several examples on the… Read more »
Nothing complex. Just a few lines of code to invert your button. A horizontal flip of 180 degrees is pretty simple to achieve. If you want it with a specific… Read more »
Here comes a new update to the ADT plugin for eclipse and SDK tools. After you update the SDK tools(r7) from the Android SDK manager or otherwise, you would be… Read more »