When using Android Studio, how are you to know that RecyclerView and CardView exist? They don’t show up in the Palette for Widgets, Containers, etc. I understand that you can include them directly into the XML editor, but that means I have to already know what tools are available before I start designing my app.
It’s a great question. And you are right - Android Studio doesn’t list it the Palette either which is not helpful. RecyclerView and CardView are recent UI additions to Android and probably the reason they haven’t made it on that list yet. One does However the Android Team at Ray Wenderlich is coming up with great tutorials (https://www.raywenderlich.com/category/android) that teach developers the most common types of tools used in developing Android apps. You can also stay updated via Android Developer site (Android Mobile App Developer Tools – Android Developers) and blog (http://android-developers.blogspot.ca/). I hope this helps.
You are explaining too much,tutorial wise it’s fine but i found this one.I love this blog article about Material Design it’s to the point and also not wasted my time.
In “Using the Palette API in the List”:
Palette.generateAsync(photo, new Palette.PaletteAsyncListener() {
should be updated to
Palette.from(photo).generate(new Palette.PaletteAsyncListener() {
Hey there. I’ve been struggling by doing this project since i’m still kind of new at using material design. Could you give me a hand to know what’s my problem here?
Thanks for this material design code. But how to run this code below lollipop. I tried a lot but getting problem in DetailActivity i.e. savedInstanceState is null always. Please provide the same code which is backward compatible.
This tutorial is more than six months old, so questions are no longer supported at the moment for it. We will update it as soon as possible. Thank you! :]