Better Toast in Android
April 2, 2015 —Category: Software
In my previous post , I've presented a Toast solution via a Handler and a Runnable . While that solution was a nice one and serves pretty well, I still got an exception. Therefore, I've decided to implement a builder-type wrapper to cover all situations: Direct : just display a Toast…