일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 공부집중
- bash
- recyclerview
- Linux
- 오픈소스
- androidx
- 명언모음
- 이모지
- jetpack compose
- Firebase
- 소울칼리버6
- Freesound
- 공자명언
- ASMR
- 1인개발자
- 이모지메모
- 벤자민플랭클린
- Flutter
- 좋은글필사하기
- Android
- DART
- Coroutine
- kotlin
- 장자명언
- 명심보감
- Streaming
- FSM
- 코틀린
- 파이썬
- 넷플릭스
- Today
- Total
목록androidx (3)
Vintage appMaker의 Tech Blog
Android의 ConstraintLayout은 LinearLayout과 RelativeLayout의 조합보다 "직관적"이고 "다양한 디바이스 대응"에 효과적인 경우가 많다. 다음은 ConstraintLayout을 사용하면서 필수적으로 알아야할 내용을 정리한 것이다. https://github.com/VintageAppMaker/ConstraintSummaryNote VintageAppMaker/ConstraintSummaryNote QuickStart using constraintLayout . Contribute to VintageAppMaker/ConstraintSummaryNote development by creating an account on GitHub. github.com Constrai..
AndroidX는 기존 분산된 라이브러리를 통합관리하며 편리함을 제공하고 있다. 이전의 UI 라이브러리들은 버전호환성으로 적지않은 문제가 있었기 때문이다. AndroidX에서 기본적으로 추가되는 기능인 DataBinding은 Vue.js에서 변수에 값을 넣으면 화면에 적용되는 Binding과 같은 기능을 제공한다. https://github.com/VintageAppMaker/DataBindingQuickStart VintageAppMaker/DataBindingQuickStart UltraQuick DataBinding & ViewModel경험하기 . Contribute to VintageAppMaker/DataBindingQuickStart development by creating an accoun..
github api를 이용하여 AndroidX의 Databinding의 사용법을 보여주는 예제 https://github.com/VintageAppMaker/GithubSearcher VintageAppMaker/GithubSearcher github api . Contribute to VintageAppMaker/GithubSearcher development by creating an account on GitHub. github.com github api Databinding viewModel retrofit2 RecyclerView(MultiViewHolder) 를 간략하게 사용한 예제 ) retrofit 설정 retfrofit2 설정방법 정리 app의 build.gradle에서 dependenc..