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

Popular posts from this blog

Delphi change the assembly code of a running process -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -

C++ 11 "class" keyword -