Introduction The android media viewer adapter cursor tutorial describes how to add cursor support in the RecyclerView adapter. Get Code The code can be found on github from the following instructions below https://github.com/mobapptuts/media-thumbnail-viewer.git Tag media-store-adapter-cursor or you can run this command git clone https://github.com/mobapptuts/media-thumbnail-viewer.git –branch media-store-adapter-cursor This video describes how to import the code from github […]

Read more

Introduction The android media viewer recyclerview adapter tutorial series describes how to create the adapter which will provide the mediastore thumbnail images to the recyclerview. This tutorial will just describe creating the bare implementation of the RecyclerView adapter. Get Code The code can be found on github from the following instructions below https://github.com/mobapptuts/media-thumbnail-viewer.git Tag media-viewer-adapter or you […]

Read more

Introduction The Android media viewer read permission tutorial series describes how to implement permission to access external read storage for both marshmallow devices and older. Get Code The code can be found on github from the following instructions below https://github.com/mobapptuts/media-thumbnail-viewer.git Tag media-viewer-permissions or you can run this command git clone https://github.com/mobapptuts/media-thumbnail-viewer.git –branch media-viewer-permissions This video describes how […]

Read more