Android Custom Dialog Box, Custom Alert Dialog, Create your own custom xml for custom dialog in layout folder like below. Step 1
Category Archives: Android Controls
Android Alert Dialog with three buttons setNeutralButton
How to add third button to an Alert Dialog with Example: Check how to show alert dialog with two buttons It is veary easy to add three buttons on AlertDialog as shown in below picture
How to show Alert Dialog / popup in Android
AlertDialog Example In Android alert dialog is like a popup message to confirm some thing from end user (user of your application /Â game). In Android it is very easy to create / show alert dialog. Before deletion of any item it is necessary to confirm form user by AlertDialog. Code in following function is …
Continue reading “How to show Alert Dialog / popup in Android”
Android DatePicker Dialog
Android DatePicker: In this session will learn to use DatePicker. Create new project in eclipse (Android-First-Programm). In res -> layout open “activity_main.xml” and use button.
Android TimePicker Dialog
Android TimePicker: In this session we will learn to use TimePicker. Create new project in eclipse (Android-First-Programm). In res -> layout open “activity_main.xml” and use button.
Android WebView
Android WebView:In this session will learn use of simple WebView.
Android Simple ListView
In this session will learn use of simple ListView. Simple ListView means we will use built in list row or layout.
Android Button
In this session will learn to create Button. Create new project in eclipse (Android-First-Programm). Click on res folder and then layout, now open required xml where you want to use button.