This page (revision-1) was last changed on 20-Apr-2024 11:53 by UnknownAuthor

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note
20-Apr-2024 11:53 611 bytes UnknownAuthor

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 1 added 10 lines
[{PageViewPlugin}]
[Emergency Situation Sharing Tool], [Android Programming Tips]
!!! Abstract
いまは2018年9月、しばらく[Android]で位置情報を扱うプログラムを作っていなかったら、APIの使い方とか変化していた。ちょっとやってみます。
!!!Topics
*サンプル
|まずは、サンプルを動かすところから。[1]をやるとすんなり動きました。結構やらないといけないことはLocationManagerと比べて増えた印象。具体的には、BasicLocationSampleを動かします。FusedLocationProviderClientを使って、getLastLocation()を使いつつ、CompleteListerを実装する。その実装の中で位置を取得し、その後の処理を書いていく。[GNSSFinder]でも使っているSilbaraライブラリのARActivityに実装してみました。それまで使っていたLocationManagerは削除。
!!! Reference
#[#1]Google , 2014 ,Google Play Location Samples,
[https://github.com/googlesamples/android-play-location]