Android Dev Primer: Adding Camera Functionality in Android
Often, in your Android application, you will want to incorporate photos that the user takes from his camera. Just like audio and video, it is possible and rathe...
Often, in your Android application, you will want to incorporate photos that the user takes from his camera. Just like audio and video, it is possible and rathe...
In the last post, I showed you how to integrate audios to your Android Application. Just like audios, we can also have our applications play videos if we want t...
We can have audios in our Android application. It can be used as and when required and is decided by the Application Developer. Adding and configuring audios to...
In the last post, we saw how to make a Progress Dialog with Spinner style progress bar. Here, we will see how to make a Horizontal Style bar. Set the content vi...
I have already posted about the Alert Dialog and the Custom Dialog in Android. However, in this post, I will show you how to make your application fancier by ad...
We have seen how to create and use Alert Dialog. Now we will see how to create and use a general dialog. In most places you find Alert Dialog explained on after...
Don’t like the traditional way in which the Alert Dialog appears? Would you rather have a custom layout for it? Well, not a problem at all. In this post I...
In Android devices, probably the thing that we come across most frequently is Alert Dialog Boxes. If you are not familiar with an Alert Dialog Box, here’s...
Enough programming. Let’s take a break and look into one of the vital components of any Android application, the AndroidManifest.xml file. Every Android a...
This is the last post in the Creating Options Menu in Android section. I told you in the first post of this section, that the Options Menu layout can also be c...