36
40

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Androidで便利なライブラリ一覧

Last updated at Posted at 2016-05-24

#android-maps-utils

マーカークラスター、ヒートマップなど容易に実装可能。

Marker clustering — handles the display of a large number of points
Heat maps — display a large number of points as a heat map
IconGenerator — display text on your Markers (see screenshot to the right)
Poly decoding and encoding — compact encoding for paths, interoperability with Maps API web services
Spherical geometry — for example: computeDistance, computeHeading, computeArea
KML — displays KML data (Caution: Beta!)
GeoJSON — displays and styles GeoJSON data

参考
http://googlemaps.github.io/android-maps-utils/

#greenrobot/EventBus
非同期処理やオブジェクト間のやりとりを容易に実装可能。
インタフェースを使ったコールバックを実装する作業からおさらば。
とっ散らからないように注意。

#JakeWharton/butterknife
findViewById、setOnClickListerを楽に書ける。これなしでは考えられない。

#JakeWharton/DiskLruCache
ディスクキャッシュ・メモリキャッシュ管理。

#wdullaer/MaterialDateTimePicker
マテリアルなDate Picker、DateTime Picker。

#amlcurran/ShowcaseView
画面全体にオーバーレイ、またはボタンなどを指定して意味を伝える。
簡単にコーチマークを作成できる。

#johnkil/Android-AppMsg
いけてるToast。

#futuresimple/android-floating-action-button
複数のFloatingActionButtonを表示可能。

#pedant/sweet-alert-dialog
いけてるダイアログ。DialogFragmentで実装されていない。

36
40
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
36
40

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?