Skip to content
Andreea Stan edited this page Mar 8, 2018 · 2 revisions

Welcome to the Musical-Structure-App wiki!

  • The app’s structure is suitable for a music player app.
  • The app contains 5 activities.
  • App uses a custom adapter to populate the layout with views based on instances of the custom class.
  • Data about each song (or equivalent audio media such as podcast episode) should be stored in a custom class .
  • If images are included , they are stored as drawables. All drawables are stored at multiple densities.
  • A short presentation of the project can be viewed here :https://www.youtube.com/watch?v=_sSLN3jMx78
Clone this wiki locally