sketchub icon

Simple Material you

ChrisOS
9 Likes
2 Comments
52 Downloads

What's new

V16

Screenshots

About

this is where the world starts with Android 16

dialog:

MaterialAlertDialogBuilder Example = new MaterialAlertDialogBuilder(MainActivity.this); Example.setTitle("Example"); Example.setMessage("hello this is material app! is a test"); Example.setPositiveButton("OK", new DialogInterface.OnClickListener() { @Override public void onClick(DialogInterface _dialog, int _which) {

}

}); Example.create().show();

©2026 Sketchub | User Policy