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
- llm
- map
- DiffUtil.ItemCallback
- 스피너
- kotlin collection
- ListAdapter DiffUtil
- list map
- FastAPI
- video caching
- doc2vec
- android exoplayer
- AWS EC2
- exoplayer cache
- ChatGPT
- 안드로이드
- ListAdapter
- ExoPlayer
- 유튜브 요약
- getChangePayload
- android ktor
- build with ai
- android custom view
- android
- ktor api call
- Zsh
- 시행착오
- ktor client
- Python
- kotlin list
- 유튜브
Archives
- Today
- Total
목록ViewPropertyAnimator (1)
버튼 수집상
[안드로이드] notify 호출 후 ViewPropertyAnimator 에서 알파값이 변하지 않는 이슈
배경 리사이클러 뷰 onScrolled 에서 뷰홀더가 화면에 일정 퍼센트 이상 노출됐을 때 알파값과 translationY 값을 제어해서 부드럽게 나타나는 것처럼 보이는 애니메이션이 적용되어있다. open class CustomRecyclerView @JvmOverloads constructor( context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0 ) : RecyclerView(context, attrs, defStyleAttr) { // 애니메이션 제어할 뷰홀더 담아놓는 리스트 private val itemHolders: MutableList = mutableListOf() fun onAddViewHolder(viewHolder: ..
TIL - 안드로이드
2023. 6. 15. 09:49