Alertdialog pop-up control for Android UI design
I believe you have seen a lot about the pop-up interface of Android. Many applications on mobile phones involve pop-up controls. For example, a window will pop up to ask whether to delete / uninstall each time a picture is deleted or uninstalled. Such controls are used in the setting time / date of our system, Next, I will summarize several commonly used pop-up controls through the code
activity_ main. xml
strings. xml
MainActivity. java
List popup:
Radio pop-up window:
Multi selection pop-up window:
Date pop-up:
Time pop-up:
Progress bar popup:
Almost common ones are here. As for another popupwindow, it will not be introduced here for the time being.
The above is the whole content of this article. I hope it will be helpful to your study, and I hope you can support programming tips.