躲在某一时间,想念一段时间的掌纹;躲在某一地点,聆听四季的声音。写完 [http://radio.sky31.com](http://radio.sky31.com) 的后台后,想把 app 也写出来.正好人机交互和 Java 也要交课程设计,就开始写了-.- 这次偷懒,数据缓存直接用 DiskLruCache 来管理没有使用数据库,也没有使用 MVP 模式. 播放器使用 SDK 中的 [MediaPlayer](http://developer.android.com/reference/android/media/MediaPlayer.html)实现,暂时还没实现播放缓存。 使用了如下的开源库: - [ButterKnife](http://jakewharton.github.io/butterknife/) - [Dagger](http://square.github.io/dagger/) - [Retrofit](http://square.github.io/retrofit/) - [OkHttp](http://square.github.io/okhttp/) - [Gson](http://code.google.com/p/google-gson/) - [RxAndroid](https://github.com/ReactiveX/RxAndroid) - [SystemBarTint](https://github.com/jgilfelt/SystemBarTint) - [Timber](http://jakewharton.github.io/timber/) - [DiscreteSeekBar](https://github.com/AnderWeb/discreteSeekBar)[下载地址](http://fir.im/sky31radio)
源码放在 GitHub 上了,有兴趣的可以看看:): Github地址