質問編集履歴
5
追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -9,6 +9,8 @@
|
|
9
9
|
|
10
10
|
|
11
11
|
とTextViewのIDを変数で指定したいです。
|
12
|
+
|
13
|
+
View bindingでの方法がわかる方
|
12
14
|
|
13
15
|
ご教示お願いいたします。
|
14
16
|
|
4
誤字
test
CHANGED
File without changes
|
test
CHANGED
@@ -20,6 +20,6 @@
|
|
20
20
|
|
21
21
|
var id = textView1
|
22
22
|
|
23
|
-
binding.id.sentText("ボタンが押されました。)
|
23
|
+
binding.id.sentText("ボタンが押されました。")
|
24
24
|
|
25
25
|
```
|
3
誤字
test
CHANGED
File without changes
|
test
CHANGED
@@ -8,7 +8,7 @@
|
|
8
8
|
|
9
9
|
|
10
10
|
|
11
|
-
とTextViewのIDを変数で指定し
|
11
|
+
とTextViewのIDを変数で指定したいです。
|
12
12
|
|
13
13
|
ご教示お願いいたします。
|
14
14
|
|
@@ -20,6 +20,6 @@
|
|
20
20
|
|
21
21
|
var id = textView1
|
22
22
|
|
23
|
-
binding.
|
23
|
+
binding.id.sentText("ボタンが押されました。)
|
24
24
|
|
25
25
|
```
|
2
間違い
test
CHANGED
File without changes
|
test
CHANGED
@@ -20,6 +20,6 @@
|
|
20
20
|
|
21
21
|
var id = textView1
|
22
22
|
|
23
|
-
binding.$id.sentText("
|
23
|
+
binding.$id.sentText("ボタンが押されました。)
|
24
24
|
|
25
25
|
```
|
1
間違い
test
CHANGED
File without changes
|
test
CHANGED
@@ -2,13 +2,13 @@
|
|
2
2
|
|
3
3
|
|
4
4
|
|
5
|
-
変数 =
|
5
|
+
変数 = textView1
|
6
6
|
|
7
|
-
binding.変数.setText("
|
7
|
+
binding.変数.setText("ボタンが押されました。")
|
8
8
|
|
9
9
|
|
10
10
|
|
11
|
-
とIDを変数で指定し
|
11
|
+
とTextViewのIDを変数で指定ししたいです。
|
12
12
|
|
13
13
|
ご教示お願いいたします。
|
14
14
|
|
@@ -18,7 +18,7 @@
|
|
18
18
|
|
19
19
|
```kotlin
|
20
20
|
|
21
|
-
var id =
|
21
|
+
var id = textView1
|
22
22
|
|
23
23
|
binding.$id.sentText("$idボタンが押されました。)
|
24
24
|
|