تماشای ویدئو How to Use Snackbar without CoordinatorLayout in Android Studio 2017 از آی-ویدئو

This is Android Studio Tutorial 2017 and you'll learn how to use Snackbar without CoordinatorLayout in Android. Snackbar is part of the Material Design from Android. It needs library and you should include it in the Gradle. Usually Snackbar needs CoordinatorLayout along with FloatingActionButton. But you can actually use the Snackbar without CoordinatorLayout. What you have to do is to called a View from android.R.id.content and you attach the View instance into the first parameter of the Snackbar. If you
12 مهر 1396
آی-ویدئو