JamesC-Algonquin / NasaDailyImage

Android Application that displays images from NASA's APOD Gallery
0 stars 0 forks source link

Video Support #9

Open JamesC-Algonquin opened 8 months ago

JamesC-Algonquin commented 8 months ago

Nasa occasionally uploads a video instead of an image. Application should be updated to either support videos or indicate unsupported media type.

JamesC-Algonquin commented 8 months ago

Supporting multiple media types would likely require using fragments to create a dynamic activity layout. The fragment with the correct media support would be dynamically selected when the API returns the media type.