Now to show status bar its a weird set of static calls like
Snackbar.with(this,null);
Snackbar.type(Type.SUCCESS);
Snackbar.message("Main Activity");
Snackbar.duration(Duration.SHORT);
Snackbar.fillParent(true);
Snackbar.textAlign(Align.LEFT);
Snackbar.show();