質問編集履歴

2

見やすさ

2016/08/25 13:02

投稿

aallaall88
aallaall88

スコア20

test CHANGED
File without changes
test CHANGED
@@ -18,9 +18,9 @@
18
18
 
19
19
  public void run() {
20
20
 
21
- startFusedLocation(); //起動処理(位置情報取得)
21
+ startFusedLocation(); //起動処理(位置情報取得)
22
22
 
23
- doPost(); //サーバへPOST処理を行う
23
+ doPost(); //サーバへPOST処理を行う
24
24
 
25
25
  stopFusedLocation(); //停止処理
26
26
 

1

見やすさ

2016/08/25 13:02

投稿

aallaall88
aallaall88

スコア20

test CHANGED
File without changes
test CHANGED
@@ -16,11 +16,11 @@
16
16
 
17
17
  updateText = new Runnable() {
18
18
 
19
- public void run() {
19
+ public void run() {
20
20
 
21
- startFusedLocation(); //起動処理(位置情報取得)
21
+ startFusedLocation(); //起動処理(位置情報取得)
22
22
 
23
- doPost(); //サーバへPOST処理を行う
23
+ doPost(); //サーバへPOST処理を行う
24
24
 
25
25
  stopFusedLocation(); //停止処理
26
26