質問編集履歴

1

誤字の修正

2018/11/15 09:42

投稿

wanwanteikoku
wanwanteikoku

スコア13

test CHANGED
File without changes
test CHANGED
@@ -24,6 +24,8 @@
24
24
 
25
25
  ```java(android studio)
26
26
 
27
+ //クライアント側
28
+
27
29
  import android.app.Activity;
28
30
 
29
31
  import android.util.Log;
@@ -184,6 +186,8 @@
184
186
 
185
187
  ```java(eclipse)
186
188
 
189
+ //サーバー側
190
+
187
191
  import java.io.BufferedReader;
188
192
 
189
193
  import java.io.IOException;