-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Application Name: Lyrics
Purpose: The purpose of this app is to provide the user with information about musical artists and lyrics to their songs. The user can search for an artist or a song. When the user selects an artist they are given information about the artist and links to the lyrics of that artists top songs. When the user selects a song they are presented with they lyrics to that song as well as a link to YouTube to view that song.
Source Code: The application has 3 activities: MainSearchActivity, ArtistTabActivity, and SongLyricsActivity. The app opens into the MainSearchActivity. In this activity the user can search for songs or artists. After the search button is hit the search results are displayed and can be clicked.
If the user selects a song the SongLyricsActivity is launched. In this activity the lyrics to the selected song as well as the link to view the song on YouTube are displayed.
If the user selects an artist the ArtistTabActivit is launched. This is a tabbed activity with 2 tabs. The first tab displays information on the artist pulled from wikipedia. The second tab displays the top songs by that artist and links to view their lyrics. If the user selects a song the SongLyricsActivity is launched from there.

