Dialogs是pop出來讓使用者選擇的小視窗
可以分為三個區塊
1.標題
2.內容
3.按鈕
還可以自己寫view客製化喔~
實作API: https://developer.android.com/guide/topics/ui/dialogs.html
小小的訊息提示,顯示在螢幕下方,還可以客製化喔~
要自己寫VIEW
實作API: https://developer.android.com/guide/topics/ui/notifiers/toasts.html
也是用Dialog實作的一種輸入方式
可以將輸入內容先規範好
再讓使用者挑選即可
實作API: https://developer.android.com/guide/topics/ui/controls/pickers.html