You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A music playing app that displays the list of available songs in a LIstView or GridView, navigates to a deatil screen of the currently playing song, and uses explicit intents to navigate around the app. Data about each song is stored in a custom class that is retrieved and displayed via Loop and Adapter.