Yobo.Android

所属分类:android开发
开发工具:Java
文件大小:343KB
下载次数:62
上传日期:2010-08-04 09:48:22
上 传 者gaoshoubo
说明:  基于Android平台的一个在线播放器,参考了一些前辈的源码,在此表示感谢!
(Android platform on an online player, with reference to some older source, to express my gratitude!)

文件列表:
Yobo.Android\.classpath (280, 2010-07-29)
Yobo.Android\.project (848, 2009-05-13)
Yobo.Android\AndroidManifest.xml (1025, 2009-05-13)
Yobo.Android\default.properties (384, 2010-07-29)
Yobo.Android\assets (0, 2010-07-29)
Yobo.Android\bin\us\imnet\iceskysl\YPRSInterface.aidl (254, 2009-05-13)
Yobo.Android\bin\us\imnet\iceskysl\yobo\User.class (9040, 2010-07-29)
Yobo.Android\bin\us\imnet\iceskysl\yobo\Station.class (2138, 2010-07-29)
Yobo.Android\bin\us\imnet\iceskysl\yobo\Song.class (283, 2010-07-29)
Yobo.Android\bin\us\imnet\iceskysl\yobo\Box.class (2623, 2010-07-29)
Yobo.Android\bin\us\imnet\iceskysl\yobo (0, 2010-07-29)
Yobo.Android\bin\us\imnet\iceskysl\xspf\Track.class (2935, 2010-07-29)
Yobo.Android\bin\us\imnet\iceskysl\xspf\Playlist.class (2075, 2010-07-29)
Yobo.Android\bin\us\imnet\iceskysl\xspf\Parser.class (4876, 2010-07-29)
Yobo.Android\bin\us\imnet\iceskysl\xspf (0, 2010-07-29)
Yobo.Android\bin\us\imnet\iceskysl\util\Tools.class (7470, 2010-07-29)
Yobo.Android\bin\us\imnet\iceskysl\util\PreferencesUtil.class (1318, 2010-07-29)
Yobo.Android\bin\us\imnet\iceskysl\util (0, 2010-07-29)
Yobo.Android\bin\us\imnet\iceskysl\service\YPRService$2.class (873, 2010-07-29)
Yobo.Android\bin\us\imnet\iceskysl\service\YPRService.class (3899, 2010-07-29)
Yobo.Android\bin\us\imnet\iceskysl\service\YPRService$1.class (2712, 2010-07-29)
Yobo.Android\bin\us\imnet\iceskysl\service (0, 2010-07-29)
Yobo.Android\bin\us\imnet\iceskysl\Yobo.class (491, 2010-07-29)
Yobo.Android\bin\us\imnet\iceskysl\StationActivty.class (3711, 2010-07-29)
Yobo.Android\bin\us\imnet\iceskysl\PlayListActivity.class (9151, 2010-07-29)
Yobo.Android\bin\us\imnet\iceskysl\PlayListActivity$1.class (1269, 2010-07-29)
Yobo.Android\bin\us\imnet\iceskysl\Main.class (1727, 2010-07-29)
Yobo.Android\bin\us\imnet\iceskysl\Helps.class (579, 2010-07-29)
Yobo.Android\bin\us\imnet\iceskysl\BoxActivty.class (4941, 2010-07-29)
Yobo.Android\bin\us\imnet\iceskysl\Auth$2.class (1326, 2010-07-29)
Yobo.Android\bin\us\imnet\iceskysl\Auth.class (11694, 2010-07-29)
Yobo.Android\bin\us\imnet\iceskysl\Auth$1.class (1332, 2010-07-29)
Yobo.Android\bin\us\imnet\iceskysl\YPRSInterface$Stub$Proxy.class (2725, 2010-07-29)
Yobo.Android\bin\us\imnet\iceskysl\YPRSInterface$Stub.class (2473, 2010-07-29)
Yobo.Android\bin\us\imnet\iceskysl\YPRSInterface.class (527, 2010-07-29)
Yobo.Android\bin\us\imnet\iceskysl\R$drawable.class (1050, 2010-08-02)
Yobo.Android\bin\us\imnet\iceskysl\R$id.class (738, 2010-08-02)
Yobo.Android\bin\us\imnet\iceskysl\R$layout.class (658, 2010-08-02)
Yobo.Android\bin\us\imnet\iceskysl\R$color.class (433, 2010-08-02)
... ...

JSpiff Read Me http://www.melloware.com/ Copyright 1999-2006 Emil A. Lefkof III Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. Contents -------- 1. Overview 2. Features 3. Installation 4. Quick Usage 5. Acknowledgements 6. Feedback 1. Overview -------- JSpiff is a Java API for reading and writing XSPF ("Spiff") open XML playlists. Tired of Winamp M3U playlists? So are we! 2. Features -------- -> It is open -- No proprietary lock-in. -> It is portable -- You should be able to send a playlist to your friend and have it work. -> It is well-engineered -- Most playlist formats get the easy things wrong. -> Unlike M3U -- XSPF is XML. -> Unlike SMIL -- XSPF is simple. -> Unlike ASX -- XSPF is open. -> JAXP Implementation available -> JAXB Implementation available -> Simple to use Java API 3. Installation ------------ FOR USERS: -> Copy the following files into your classpath -> JSpiff-1.0.jar FOR DEVELOPERS: -> To build you need Maven 2.0.4 or higher installed from Apache. Just run "mvn package" from the directory where the pom.xml is located to build the project. 4. Quick Usage ------------ final XspfPlaylist playlist = new XspfPlaylist(); playlist.setTitle("Track Test Playlist"); playlist.setCreator("Melloware User"); playlist.setDate(new Timestamp(System.currentTimeMillis())); playlist.setInfo("http://melloware.com/"); playlist.setVersion("1"); playlist.setImage("http://melloware.com/images/header.jpg"); playlist.setIdentifier(Integer.toString(super.hashCode())); playlist.setLicense("http://www.apache.org/licenses/LICENSE-2.0.txt"); // create track list first final XspfPlaylistTrackList tracks = new XspfPlaylistTrackList(); // now create track 1 and add to list XspfTrack track = new XspfTrack(); track.setIdentifier("135c3af5-526f-4d87-9757-1b404b51e31d"); track.setLocation("C:\\music\\01 - She Talks To Angels.mp3"); track.setCreator("Black Crowes"); track.setAlbum("Shake Your Moneymaker"); track.setTitle("She Talks To Angels"); track.setAnnotation("This is a classic song"); track.setTrackNumByString("01"); track.setDurationByString("314"); tracks.addTrack(track); // now create track 2 and add to list track = new XspfTrack(); track.setIdentifier("e113c56f-c4d4-4bfb-b9f0-6f90a172b5a9"); track.setLocation("C:\\music\\02 - Come Together.mp3"); track.setCreator("Beatles"); track.setAlbum("Abbey Road"); track.setTitle("Come Together"); track.setAnnotation("Love the Beatles"); track.setTrackNumByString("02"); track.setDurationByString("226"); tracks.addTrack(track); // add track to playlist playlist.setPlaylistTrackList(tracks); // make an xml document out of it final String xml = playlist.makeTextDocument(); System.out.println(xml); See demo at src\test\java\com\melloware\jspiff\jaxp\XspfJAXPTest.java for more info.. 5. Acknowledgements ---------------- JSpiff could not be possible without Xiph.org creating the XSPF playlist format. We would like to thank them for putting this forward and getting the entire music community away from proprietary playlist formats. 6. Feedback -------- Your feedback on JSpiff (hopefully constructive) is always welcome. Please visit http://www.melloware.com/ for links to browse and join mailing lists, file bugs and submit feature requests. Also a forum is set up at http://forum.melloware.com/index.php for discussion.

近期下载者

相关文件


收藏者