Publishing your Android Application
All done and dusted, when you are ready to upload your application to the Android Market for the world to use it, you’ll have to follow a few steps below....
All done and dusted, when you are ready to upload your application to the Android Market for the world to use it, you’ll have to follow a few steps below....
While developing Android Applications, one inevitably comes across the Values folder. It is located in <workspace>-><application name>->res. I...
If you’ve used an Android device, Swipe Detection is not new to you. Unlocking the phone, receiving calls etc. all make use of a Swipe Detector mechanism....
In the first part, I showed you how to use a basic Sliding Drawer in Android. In this post I’ll show you how to make your Sliding Drawers fancier by chang...
Just like Number Picker provides a neat way to select values from a given range, Android also provides a Time Picker tool. This, as the name suggest is used to ...
You have already seen how Context Menus work with ArrayAdapter. In case of SimpleCursorAdapter there are a few methods that can be used in order to retrieve the...
In the last post, I showed you how to populate a ListView from the data present at any time in a database. We used a separate XML for defining the layout of a s...
Till now we have been populating our List View with a predefined String array using the ArrayAdapter class of Java. Practically, a predefined array is hardly, i...
Now that we are familiar with long clicks and Context Menus that are triggered by them, we must understand that Context Menus are but a kind of menu and just li...
As we saw in the last post, we can easily handle clicks on the list items. However, often times in our applications we would like to have separate genres of opt...