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

c - Compilation of a code: unkown type name string -

java - Bypassing "final local variable defined in an enclosing type" -

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