How to implement UI like the recent Lolipop

Asked

Viewed 54 times

3

I am trying to implement UI like the recent Lolipop need to know if it is possible and if I can do it with Recyclerview and Cardview?

inserir a descrição da imagem aqui

1 answer

0

First, it is important to know that Android Lollipop uses the Material Design, which is a set of practices and design patterns ( colors, icons, typography, animations, layouts, etc). Therefore, if you follow these rules of Material Design, your app will have a great UI.

And yes, it is possible( and recommended ) to implement Material Design using Recycler Views and Card Views. Remembering that if you are going to implement Material Design on devices with API lower than Lollipop, you will need to use the support library suitable. Here is an example of how to implement the Lollipop UI.

https://tasafo.wordpress.com/2015/03/23/utilizando-material-design-em-android/

Browser other questions tagged

You are not signed in. Login or sign up in order to post.