티스토리 뷰
class MainActivity : AppCompatActivity() {
lateinit var TR1:TableRow
lateinit var TR2:TableRow
lateinit var B1:Button
lateinit var B2:Button
override fun onCreate(savedInstanceState: Bundle?) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_main);
val TL1 = findViewById(R.id.myTableLayout) as TableLayout;
TR1 = TableRow(this)
TR2 = TableRow(this)
B1 = Button(this)
B2 = Button(this)
B1.setText("Dynamic Button1")
TR1.addView(B1)
B2.setText("Dynamic Button2")
//TR1.addView(B2)
TR2.addView(B2)
TL1.addView(TR1)
TL1.addView(TR2)
h_ChangeName();
}
fun h_ChangeName(){
B1.setText("Dynamic Button1-1");
}
}
반응형
'SWDesk > App' 카테고리의 다른 글
Kotlin + RecyclerView 테스트 예제 (2) | 2019.12.17 |
---|---|
[BPM] BPM User Tool, Ver.1.0 (0) | 2019.12.14 |
Kotlin + Dialog (0) | 2019.12.11 |
Dynamic Table Creation Test02 - Wrong Code (0) | 2019.12.09 |
Dynamic Table Creation Test01 (0) | 2019.12.09 |
반응형
250x250
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- Innovations&Hurdles
- 심심풀이
- 전압
- 아두이노
- DYOV
- 혁신
- BSC
- Decorator
- Video
- 둎
- 치매방지
- 허들
- badp
- Innovations
- 혁신과허들
- 빌리언트
- 전류
- Innovation&Hurdles
- arduino
- 오블완
- 심심풀이치매방지기
- 절연형
- 전압전류모니터링
- Hurdles
- 배프
- ServantClock
- image
- bilient
- 치매
- 티스토리챌린지
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
글 보관함