Custom 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 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