Notice
Recent Posts
Recent Comments
Link
250x250
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 계측
- 안드로이드
- CustomScrollView
- Flutter
- 테스트
- Kotlin
- TEST
- drift
- Button
- 앱
- DART
- livedata
- Coroutines
- Dialog
- textview
- intent
- scroll
- LifeCycle
- android
- appbar
- ScrollView
- binding
- textfield
- Navigation
- tabbar
- data
- viewmodel
- Compose
- 앱바
- activity
Archives
- Today
- Total
목록Coil (1)
Study Record
[안드로이드] ImageView 사용하기, coil 라이브러리(웹 URL로 이미지 로딩)
😶 ImageView 이미지를 표현할 수 있는 View 이다. 기본적으로 레이아웃 파일에서 다음과 같이 사용한다. Activity 에서 런타임 시 이미지를 변경할 수 있다. imageView.setImageResource(R.drawable.example) android:adjustViewBounds 이 속성 값이 true 이면 ImageView 에서 그리기 가능한 가로 세로 비율을 유지하도록 경계를 조정한다. android:scaleType 이미지가 View 에 어떻게 차지할건지 정할 수 있는 속성으로 속성 값에 따라 이미지가 짤리거나 위치가 달라질 수 있다. scaleType 속성 값 설명 center View 크기에 따라 가운데 부분을 보여준다. (이미지가 짤릴 수 있음) centerInside 이..
안드로이드
2023. 6. 14. 20:25