I have a video app that contains 4 Channels each Channel Contains Shows and each Show contains Episodes now in The show view the user have the option to select "Recent" and "Feature" to see the Recent or the featured Episode in the opened show What i have tried :
I make a Grid (2 * 2) that displays the Channel in the Main Activity when the user clicks on a Channel I displays the Episodes from all shows in that channel in a listView and in the action bar i displays a spinner that permit the user to select a show . now also above the listview i display a spinner that contains 2 button "recent" and "featured".
I want a better UI/UX and follow the standards . and i hate the first Activity that displays the Channel with the 4 Big button . Please Help.