Cloud Computing with Android

Clouds consist of a huge amount of particles of water vapor, reaching hundreds of millions. Clouds do not have central control and basically go where

Android Viewflipper Example Here is a small and easy example of how to use viewflipper in android.

Webview android

Webview is primarily used for loading a html content  in our application.Let us discuss this

Android XML Parsing Tutorial - Using SAXParser

Here we are going to see about how to parse a XML using SAX Parser. we are going to parse XML from

Service and Notification | Android Tutorial for Beginners –

Now that we have worked with services and notifications separately, we are all ready to use the two together to make a real service that is notified

Creating Android UI Programmatically

So far, in all my examples, I have been using the declarative way of creating an Android UI using

Android UI – Inflate from XML (Dynamic UI Creation)

We have seen that we can declare User Interface in Android through XML or we can even create the UI Programmatically. Now, we will see how we can mix