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