Back
Ryan
Load previous page…
Fix audio playing on video when back button is pressed. Need to handle onPause and onStop correctly
Handle null pointer exception of mPlayerView in Detail Fragment to stop the app crashing. Checking for the link not being empty will be a good start
put an ImageView in code (in adapter or in fragment) implement a logic to handle it: download image if thumbnailURL is not empty or display local image (or nothing) using Picasso
update detail fragment xml to set an ImageView here because an image might be available in the json response.
update Main Activity logic to check for image and if exists display in imageview within RecyclerView