LoginSignup
20
21

More than 5 years have passed since last update.

Apple MusicのAndroid版で使われているライブラリ

Last updated at Posted at 2015-11-11

ベータ版ではありますが、Apple MusicのAndroid版がリリースされましたね。
https://play.google.com/store/apps/details?id=com.apple.android.music

そこで、Appleの人は、どんなライブラリを使ってAndroidアプリを開発するのだろうと気になったので、
簡単ではありますが調べてみました。

(※)使用しているライブラリに関しては、
ナビゲーションドロワー内の設定 > 謝辞
に記載されているものを参照致しました。(Version: 0.9.0)
2015-11-11 12.28.09.jpeg

JavaCPP

https://github.com/bytedeco/javacpp
いきなり初見なライブラリ。
ネイティブ(c++)へのアクセスが効率よくできるとか書いてあります。
ネイティブ連携がしやすくなったりするのかなぁ。

EventBus

https://github.com/greenrobot/EventBus
定番の。

jbox2d

https://github.com/jbox2d/jbox2d
これも初見。
物理エンジン的なやつのようです。どこで使ってるのやら。

RxJava

https://github.com/ReactiveX/RxJava
これも最近定番ですね。

SystemBarTint

https://github.com/jgilfelt/SystemBarTint
github見るとDEPRECATEDって書いてあるけど、ステータスバーとかの色を変更できるようになるみたい。

Picasso

https://github.com/square/picasso
これも定番ですね。

SlidingUpPanel

https://github.com/umano/AndroidSlidingUpPanel
下からぐいっと出てくるUI。たまに見るやつ。

20
21
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
20
21