Question: java android application Create an application that displays a set of videos in a list and allows the user to play back any video by
Create an application that displays a set of videos in a list and allows the user to play back any video by taping on it. The videos are organized into categories. The following shows the UI design of the App: No Image Video Player Activity 1: Displays the genres list (portrait): Adventure, Drama, Comedy, and Sports Activity 2: Displays the list of shows under the selected genre from Activity 1 (portrait) Activity 3: Displays the list of episodes of the selected show from Activity 2 (portrait) Activity 4: Plays back the selected episodes, from Activity 3 landscape) Your data must be stored as XML resources. Prepare your own dummy data to be used for Activities 2 and 3 You may use videos from het en The videos URL's should be stored as an XML resource (strings array in the Strings.xml file) Hint: to get the URL of any vides right click on the video and select "Copy video address. Paste the link into an empty text file ther e everything that comes after mp starting with the character Challenge (10%): Add a Floating Action Button (FAB) to the first 3 activities. When tapped, the FAB starts a fifth activity that displays basic information about the App developer
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
