My Life with Android
Introduction
Android Componets
UserInterface
Advanced UI
Data Storage
Advanced Concepts
Others
New Studio
Android User Interface
4.1 Menus
-- Option Menu ( Mega )
-- Context Menu ( Mega )
-- Popup Menu ( Mega )
4.2 Dialog ( Mega )
-- AlertDialog ( Mega )
-- ProgressDialog ( Mega )
-- DatePicker ( Mega )
-- TimePicker ( Mega )
4.4 Multimedia ( Mega )
-- ImageView
( Nano )
-- ImageButton
( Nano )
-- Camera ( Mega )
-- Audio ( Mega )
-- Video ( Mega )
4.5 Shared Intent ( Mega )
Dialog
Dialog
A dialog is a small window that prompts the user to make a decision or enter additional information. A dialog does not fill the screen and is normally used for modal events that require users to take an action before they can proceed.