How to display custom error dialogue like shown in picture in android? -
How to display custom error dialogue like shown in picture in android? -
i working on 1 project in need custom dialogue below action bar shown in image below how can implement custom dialogue show error messages user? please help me. in advance
you can utilize crouton library. usage straightforward
an illustration of usage
crouton.maketext(this, "error message", style.alert).show();
android android-dialog
Comments
Post a Comment