Back
Ryan

Ryan

@R_J_Rogers

🇦🇺 maker, mostly mobile dev
Load previous page…
tidy up code to remove unecessary log tags and comments
See similar todos

No replies yet

remove fragments from backstack when user clicks onBackPressed
See similar todos

No replies yet

update code to check is media source is null in Detail Fragment
See similar todos

No replies yet

update application name
See similar todos

No replies yet

fix twopane layout for tablets
See similar todos

No replies yet

Fix audio playing on video when back button is pressed. Need to handle onPause and onStop correctly
See similar todos

No replies yet

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
See similar todos

No replies yet

update exoplayer init to restore state from boolean variable
See similar todos

No replies yet

save exoplayer state in onsaveinstancestate for device rotation
See similar todos

No replies yet

find best practice approach to saveinstance state for fragments
See similar todos

No replies yet

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
See similar todos

No replies yet

include imageview in item_list layout
See similar todos

No replies yet

update detail fragment xml to set an ImageView here because an image might be available in the json response.
See similar todos

No replies yet

update Main Activity logic to check for image and if exists display in imageview within RecyclerView
See similar todos

No replies yet

release exoplayer in onStop
See similar todos

No replies yet

rename app name and updating strings.xml file
See similar todos

No replies yet

fix StepsFragment IndexOutOfBoundsException
See similar todos

No replies yet

create MainActivity basic espresso test
See similar todos

No replies yet