반응형
Language: Java(자바)
1. Expand Type
github: https://github.com/thoughtbot/expandable-recycler-view
2. 하나의 Adapter를 이용하여 여러 View를 활용한 리사이클러뷰
https://yunaaaas.tistory.com/61
3. Card 형식
https://medium.com/@ashishkudale/android-list-inside-list-using-recyclerview-73cff2c4ea95
https://jinsangjin.tistory.com/25
--> 3번 내용으로 구현해 본 NewsFeed 어플리케이션
4. 3과 유사
https://hungseong.tistory.com/15
Scrollbar 생성
android:scrollbars="vertical"
android:scrollbarFadeDuration="10" //0 : always visible
Scrollbar 이동
view?.smoothScrollToPosition(0)
Drag & Drop
.....
반응형
'Java' 카테고리의 다른 글
Coding - Smart Robot (0) | 2022.02.02 |
---|---|
Coding - Meeting Room (0) | 2022.02.01 |