android - how to show a custom dialog box when an activity start -
i want show custom dialog box when start first activity without using button. try search i'm not finding proper solution want do. many of them using onclick listener achieve scenario. below image showing activity dialog box, that's i'm looking without using onclick listener.
how can implement without using onclick listener?
any code contained in click listener works elsewhere in class (unless use view that's clicked)
create dialog in oncreate. open when activity started
Comments
Post a Comment