Posts

Showing posts with the label Android-Alert Dialog
Image
Program on Alert Dialog and Progress Dialog in Android Studio. activity_main.xml xml version= "1.0" encoding= "utf-8" ?> < LinearLayout android :id= "@+id/activity_main" android :layout_width= "match_parent" android :orientation= "vertical" android :layout_height= "match_parent" t ools :context= ".MainActivity" > < Button android :text= "Normal Dialog Box" android :layout_width= "match_parent" android :layout_height= "wrap_content" android :id= "@+id/button" android :onClick= "onClick" /> < Button android :text= "Progressive Dialog Box" android :layout_width= "match_parent" android :layout_height= "wrap_content" android :id= "@+id/button2" android :onClick= "onClick2" /> < Bu...