With two days of free time, research has written a class Win8-style Android music player that implements most of the basic functions. Here's a look at the specific description:
Basic implementation Features:
Note: Android system version must be above 2.2, to ensure that the phone installed SD card (some icons to QQ music and Baidu Music)
Interface composition:
Welcome screen: Fade in, random picture
Because of a lot of code, so it is not too realistic to post it here, well, then on the link, please go to the source Heaven website Download it:
Http://code.662p.com/view/4733.html
650) this.width=650; "src=" Http://static.oschina.net/uploads/img/201505/06092355_dtI5.png "width=" "alt=" 06092355_dti5.png "/>
Main Interface: 4 tab tabs, 4 Gongge:
--650) this.width=650; "src=" Http://static.oschina.net/uploads/img/201505/06092358_6aSU.png "width=" "alt=" 06092358_6asu.png "/>
Song list interface: Scan from SD card to get all the songs, and get the name of each song, artist, album, age, style, length and other information.
650) this.width=650; "src=" Http://static.oschina.net/uploads/img/201505/06092400_DdGf.png "width=" "alt=" 06092400_ddgf.png "/>
Song Playback interface: Implementation--Pause, continue playing, previous, next, fast forward, rewind function, lyrics function because of the time relationship is not added.
650) this.width=650; "src=" Http://static.oschina.net/uploads/img/201505/06092401_wa0C.png "width=" "alt=" 06092401_wa0c.png "/>
because of a lot of code, so it is not too realistic to post it here, well, then on the link, please go to the source Heaven website Download it:
Detailed Description: http://android.662p.com/thread-2420-1-1.html
Self-made Win8 style Android music player application Source (standalone version)