Home > other >  How too make regular toast and or colored toast
How too make regular toast and or colored toast

Time:11-18

I'm wanting make regular toast and a colored toast if possible and wondering of I have too use min engine?

I haven't tried much?

CodePudding user response:

Toast message custom deprecated you can use Snackbar so you can create color and background and so more

CodePudding user response:

If it's about about toast you can try fancytoast visit this link

https://github.com/Shashank02051997/FancyToast-Android

I have personally tried it one of my projects and it works wonder there are six types only but its great and east to use

It's implementations is

FancyToast.makeText(yourContext, "I'm a Toast", duration, type, boolean value).show();

  • Related