Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- Kotlin
- CheckedTextView
- RelativeLayout
- AutoCompleteTextView
- TextInputlayout
- layout
- LinearLayout
- FrameLayout
- Android
- switch
- Chip
- RaduoButton
- intent-filter
- ToggelButton
- button
- textview
- androidstudio
- TableLayout
- PlainText
- Guideline
- EditText
- manifest
- Application
- constraintlayout
- TEXT
- Professional Android
- GridLayout
Archives
- Today
- Total
목록RaduoButton (1)
근본있는 블로그

Buttons Button 가장 기본적인 Button입니다. Activity에서 SetOnClickListener를 구현함으로써 버튼이 클릭되었을때 무슨 일을 할 것인지에 대하여 정의할 수 있습니다. Chip, ChipGroup 위에 보이는 4가지 버튼들이 chip의 4가지 유형입니다 순서대로 Action, Entry, Filter, Choice 입니다. 각각의 Listener를 이용하여 버튼들이 눌렸을 때를 구현할 수 있으며 ChipGroup을 이용하여 다수의 Chip을 관리 할 수 있습니다. 더욱 자세히는 추후에 따로 게시물을 통해 설명하겠습니다. 참고로 build.gradle(Module:app)에 다음 코드를 추가시켜 주어야하며 implementation 'com.google.android.mat..
Android
2020. 9. 24. 01:57