Introduction The android media viewer enabling image click tutorial series describes how to add an onClickListener to the image thumbnail inside the adapter. The onClickListener will be used to pass the Uri of the image or video back to the calling activity. Get Code The code can be found on github from the following instructions […]

Read more

Introduction The android media viewer glide video thumb tutorial series describes how to generate and display the video thumbnails along with the image thumbnails. 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-recyclerview or you can run this command git clone https://github.com/mobapptuts/media-thumbnail-viewer.git –branch media-viewer-recyclerview This video describes how […]

Read more

The android video app updating media store tutorial describes how to notify the MediaStore when the app has captured a new image or video. This is important for other applications such as the mediastore viewer to be able to load and display the most recent capture image or video. Get Code The code to start this […]

Read more