This example is targeting conversion of Base64 String to Image and representing that image on screen. The advantages of using Base64 string to image is the load times, especially if you are getting the image from server. The downside of using Base64 String is that the encoded file will beRead More →

SnackBar is a feature that allows the user to get some message from the application. It is similar to the well known Toast feature for showing messages to the user. SnackBar is distinguished from the Toast in a way that SnackBar can be placed only on the bottom on theRead More →

Very simple example of using Alert Dialog in Material design in Android which is very handy for using in confirmations or simple information thats needs to be acknowledged. First of all, this thing comes with adding an implementation in build.gradle file, if you dont have it already because it isRead More →