0% found this document useful (0 votes)
4 views1 page

Android Sample Code for UI and Data Handling

The document outlines a series of Android application development tasks, including creating applications with UI elements like EditText, Button, and TextView, as well as passing data between activities. It also covers advanced topics such as database operations, XML parsing, and integrating services like notifications and geo-location. Additionally, it mentions the use of various UI controls, layouts, and components like Recycler View and Broadcast Receiver.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views1 page

Android Sample Code for UI and Data Handling

The document outlines a series of Android application development tasks, including creating applications with UI elements like EditText, Button, and TextView, as well as passing data between activities. It also covers advanced topics such as database operations, XML parsing, and integrating services like notifications and geo-location. Additionally, it mentions the use of various UI controls, layouts, and components like Recycler View and Broadcast Receiver.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

Android Sample code List

Application with EditText, Button, TextView using xml(designer way)

and on click of button Text from EditText should display to TextView.


Above application in programmatic way.
Application in which Student details from one activity should display in

other activity on click of button. (Data should pass as variable like int,
String, char, boolean)
Above application instead of variable data should pass as Student class
object.
Application to display contextual action bar, sub menu, action bar
icon.

Application to display Alert dialog, toast, Date picker, Progress Dialog, Custom
Dialog.
Lab Seasons(2 ) on UI controls
Input controls
Layout(Linear, Relative, Grid)
List View
Recycler View
Fragment
Database operation on Sqlite
Xml parsing
Csv file reading
2D and Graphics
Notification
Geo Location
Restful web service consume
Service
Broadcast Receiver
Content Provider
Sms and Email

You might also like