回答編集履歴

1

.

2019/08/02 02:59

投稿

aja
aja

スコア3733

test CHANGED
@@ -6,8 +6,12 @@
6
6
 
7
7
  WeakReferenceを使う方法もありますが、メモリリークが心配です
8
8
 
9
- Listnerを使うのが自然なやり方ではないかということです
10
-
11
9
  [You don’t have to use WeakReference to avoid memory leaks](https://medium.com/google-developer-experts/weakreference-in-android-dd1e66b9be9d)
12
10
 
13
- > f you are an Android developer and you do not use WeakReferences, you have a problem.
11
+ > If you are an Android developer and you do not use WeakReferences, you have a problem.
12
+
13
+
14
+
15
+ Listnerを使うのが自然なやり方ではないでしょうか
16
+
17
+ [非同期処理 AsyncTaskの使い方](https://akira-watson.com/android/asynctask.html)