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
- doc2vec
- exoplayer cache
- 안드로이드
- video caching
- 시행착오
- ktor client
- kotlin collection
- android
- ChatGPT
- android custom view
- list map
- 스피너
- FastAPI
- Zsh
- map
- getChangePayload
- kotlin list
- build with ai
- AWS EC2
- android exoplayer
- android ktor
- llm
- ExoPlayer
- Python
- ListAdapter
- 유튜브 요약
- ListAdapter DiffUtil
- DiffUtil.ItemCallback
- ktor api call
- 유튜브
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