質問編集履歴

2

ソースの追記

2020/12/12 09:58

投稿

straycats
straycats

スコア2

test CHANGED
File without changes
test CHANGED
@@ -54,6 +54,16 @@
54
54
 
55
55
  }
56
56
 
57
+
58
+
59
+ override fun onResume() {
60
+
61
+ super.onResume()
62
+
63
+ textview.text = "TEXT TEST "
64
+
65
+ }
66
+
57
67
  }
58
68
 
59
69
  ```

1

タグの追加

2020/12/12 09:57

投稿

straycats
straycats

スコア2

test CHANGED
File without changes
test CHANGED
File without changes