Calendar Application
This example explains how to call and use system calendar into your application. Algorithm: 1.) Create a new project by File-> New -> Android Project name it CalendarApplication. 2.) Write...
View ArticleCustom Expandable List
This example shows how to create custom expandable list in android. Algorithm: 1.) Create a new project by File-> New -> Android Project name it CustomExpandableList. 2.) Run for output....
View ArticleFull Screen Demo in Android
This example explains how to set Application to fullscreen in android. Algorithm: 1.) Create a new project by File-> New -> Android Project name it FullScreenDemo. 2.) Write following into...
View ArticleJSon Example in Android
This example explains how to handle JSon parser. It shows how to read and write data to and from a JSon file. Algorithm: 1.) Create a new project by File-> New -> Android Project name it...
View ArticleGraphics Example2 in Android
This example shows Arc effects of graphics in android. Algorithm: 1.) Create a new project by File-> New -> Android Project name it GraphicsExample2. 2.) Run for output. Steps: 1.) Create a...
View ArticleObject Animation Example in Android
This example how we can use multiple animation properties in android. Algorithm: 1.) Create a new project by File-> New -> Android Project name it ObjectAnimationExample. 2.) Write following into...
View ArticleSwitches Example in Android
This example shows how to create and set switches in android. Algorithm: 1.) Create a new project by File-> New -> Android Project name it SwitchesExample. 2.) Write following into main.xml:...
View ArticleFragment Example in android
This example shows Arc effects of graphics in android. Algorithm: 1.) Create a new project by File-> New -> Android Project name it FragmentExample. 2.) Write following into main.xml:...
View ArticleMultiple Interface Example Android
This example will show how multiple interface communication will be done in android. Algorithm: 1.) Create a new project by File-> New -> Android Project name it MultipleInterfaceExample. 2.)...
View ArticleRemote Service Client Example
This example will show you how to handle and invoke remote service from client. Algorithm: 1.) Create a new project by File-> New -> Android Project name it RemoteServiceClientExample. 2.) Write...
View ArticleQuick Action Demo
Description: This example of will show how we can generate a Action list or a popup window on a button press. Algorithm: 1.) Create a new project by File-> New -> Android Project name it...
View ArticlePDF Reader
This example shows you how to open a pdf file from your activity. Algorithm: 1.) Create a new project by File-> New -> Android Project name it PDFReader. 2.) You will see some default code into...
View ArticleSeek Bar Example
Description: This example shows how to Seek Bar in your application. Algorithm: 1.) Create a new project by File-> New -> Android Project name it SeekBarExample. 2.) Write following code into...
View Article