Android Training Project Problem Statement
Android Training Project Problem Statement
Android Training Project Problem Statement
PROBLEM STATEMENT:
The final music player should look like this: Echo music player app demo
Splash screen
This would be the first screen that gets displayed when a user opens the app. It would have
a linear gradient background and the app logo in the center of the screen. The user will see
the screen for 1 second and then the home screen will pop up.
Resources:
Gradient hex-color codes: #9b2a58, #00032a
App logo: echo_logo
Resources:
Gradient hex-color codes: #9b2a58, #00032a
App logo: echo_logo
‘All songs’ icon: navigation all songs
‘All songs’ color: #212121
‘Favorites’ icon: navigation favorites
‘Favorites’ color: #212121
‘Settings’ icon: navigation settings
‘Settings’ color: #212121
‘About us’ Icon: navigation about us
‘About us’ color: #212121
Resources:
Track title hex color code: #212121
Track artist hex color code: #bdbdbd
Resources:
Sort icon: sort icon
Resources:
Track title hex-color code: #212121
Track artist hex-color code: #bdbdbd
Resources:
‘Shake to change song’ hex-color code: #212121
Resources:
Joey’s photo: joey
Resources:
Equaliser bar image: now_playing_bar_eq_image
Evaluation
Your project will be evaluated on three grounds:
3. Code(10% weightage): The code should be properly formatted(Hint: Use Ctrl + Alt +
L (Windows) and Command + Option + L (Mac) for formatting the code). All the
packages should be made and all files placed in proper packages and please name
the files with sensible names relating to their functionality.
Note: Partial marks will be awarded if a component is coded but not attached to the UI
properly.