Android CardView Example
Now in android creating card views has gotten even more simpler. As with material design a new view was introduced through the supportĀ v7 library, called CardView. It can be used in many ways to display cards in android. For example, it can be used like an independent view to […]