Theme’s generally used for changing the appearance of each components in our application. A theme is a collection of properties,…
Android CardView Example
The recent release of Android support library (v7:21.0.+) has introduced two new user interface widget: RecyclerView and CardView that helps in building rich Android apps. The RecyclerView is…