recyclerview

  • Android Recyclerview for Installed Apps with Checkbox Jan 13 2018
    One of the most common reasons that you would want to use the android recyclerview is if you want to show a list of some sort. In this example, let’s take a look at how you can use the android recyclerview to show a list of installed apps on your device. Within each item, we will also include a checkbox. Here’s what it will look like: Layout Let’s first take care of creating the layout files.