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
- 보조정렬
- 공정능력
- es6
- Python
- mybatis
- MSSQL
- mapreduce
- SSL
- NPM
- tomcat
- react
- xPlatform
- R
- Eclipse
- hadoop
- SQL
- Android
- SPC
- Kotlin
- Spring
- IntelliJ
- Sqoop
- vaadin
- window
- plugin
- GIT
- table
- Java
- JavaScript
- Express
Archives
- Today
- Total
반응형
목록2024/03/04 (1)
DBILITY
안드로이드 spinner(combo) 사용법
class MainActivity : AppCompatActivity() { private val binding by lazy { ActivityMainBinding.inflate(layoutInflater) } private var list = listOf("--선택하세요--","사과","바나나","귤") override fun onCreate(savedInstanceState: Bundle?) { super.onCreate(savedInstanceState) //enableEdgeToEdge() setContentView(binding.root) /*ViewCompat.setOnApplyWindowInsetsListener(findViewById(R.id.main)) { v, insets -> val..
android/kotlin
2024. 3. 4. 16:54
반응형