Posts

Showing posts with the label Snackbar

Snackbar in Android

Image
Snackbars are ( Android Material Design) just like a Toast . Snackbar provide action for interact . Snackbar will be display at the bottom of the screen and can be dispersed by swiping . Follow the bellow steps for create Snackbar in Android Material Design . Steps 1:   Create Project            a) Open Android Studio           b) Go to File >New> New Project  > Project Name  > Next > Next > Next > Finish  Steps 2:   Add Design Library    Open build.gradle > add this line com.android.support:design:23.0.1     > Sync the gradle file . Steps 3 :   Layout Design             open   activity_main.xml   file and add the bellow code <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/...