项目作者: nelaka

项目描述 :
MusicalStructureApp implements Delapanta's music player which plays music from the user's device library.
高级语言: Java
项目地址: git://github.com/nelaka/android_MusicalStructureApp.git
创建时间: 2017-05-09T21:41:09Z
项目社区:https://github.com/nelaka/android_MusicalStructureApp

开源协议:

下载


MusicalStructureApp

The app plays music from the user device’s library.

This is a project during udacity’s nanodegree program courses and it’s not fully functional yet.

Available screens:


  • Main Screen.
    Activities that can be reached with intents:
    • songs list

    • albums list
    • artists list (not implemented yet)
    • etc (not implemented yet)

    Best practice is to rewrite this view with ListView and ArrayAdapter

  • Songs Screen.
    Activities that can be reached with intents:
    • song1
    • song2 (not implemented yet)
    • etc (not implemented yet)

    Best practice is to rewrite this view with ListView and ArrayAdapter

  • Albums Screen (now only the layout).
    Best practice is to rewrite this view with ListView or GridView and ArrayAdapter

  • Playing now Screen.
    It is reached by selecting the first song from songs category. It contains:

    • a fab icon for adding the song to a playlist (not functioning yet)

    • a SeekBar

    • button for play/pause

    • skip next button

    • skip previous button

App’s screenshot