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 |
Tags
- window
- Eclipse
- Sqoop
- 보조정렬
- vaadin
- Python
- Java
- Spring
- xPlatform
- react
- MSSQL
- IntelliJ
- JavaScript
- hadoop
- Kotlin
- Express
- NPM
- SPC
- SSL
- mapreduce
- GIT
- tomcat
- SQL
- 공정능력
- R
- table
- mybatis
- es6
- plugin
- Android
Archives
- Today
- Total
반응형
목록2024/04/12 (1)
DBILITY
android include viewBinding
보통하는 Activity에서 하는 것처럼 필요한 Activity에서 하면 된다. toolbar Layout을 만들고 그걸 Activity에서 include class MainActivity : AppCompatActivity() { private val binding by lazy { ActivityMainBinding.inflate(layoutInflater) } private val bindingToolbar by lazy { ToolbarLayoutBinding.inflate(layoutInflater) } override fun onCreate(savedInstanceState: Bundle?) { super.onCreate(savedInstanceState) //enableEdgeToEdge()..
android/kotlin
2024. 4. 12. 10:31
반응형