
ðąAndroid Studio Part 21 : Simple DialogBox
Channel:
Subscribers:
328
Published on ● Video Link: https://www.youtube.com/watch?v=nVp8aOvqw0Y
#androidstudio #android
āļāļēāļĢāļŠāļĢāđāļēāļ DialogBox āđāļāļāļāļąāđāļ§āđāļāļĄāļĩāļĨāļąāļāļĐāļāļ°āļāļąāļāļāļĩāđ
== Code Example ==
AlertDialog.Builder x = new AlertDialog.Builder(MainActivity.this);
x.setMessage("hello world");
x.setPositiveButton("Okay", new DialogInterface.OnClickListener() {
@Override
public void onClick(DialogInterface dialog, int which) {
}
});
x.show();
Other Videos By Ikapayabaht
Tags:
āđāļāļāļāļĢāļāļĒāļāđ
android
android studio