[Android / RecyclerView] #2 밀어서 아이템 삭제 구현
1. Custom Adapter에 삭제를 위한 함수를 추가한다. #1 을 통해 제작된 코드에 추가 // 내부 데이터 값 제거 fun removeTask(position: Int) { tasks.removeAt(position) notifyDataSetChanged() } 2. ItemTouchHelper 클래스 구현 ItemTouchHelper.SimpleCallback 구현 (드래그 방향과 스와이프 방향 설정) attachToRecyclerView를 통해 RecyclerView와 연동 onSwiped에서 Adapter에 삭제에 대한 처리 함수 호출 fun initRecyclerView() { // Recycler View에 Custom Adapter 설정 rv_example_recyclerview.ad..
android
2020. 2. 5. 14:47
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- build server
- remove item
- Apache
- android open source
- swip
- Git
- auto depoly
- 오픈 소스 배포
- git server
- weak_ptr
- jitpack
- RecyclerView
- 자동 배포
- security.ubuntu.com
- git hook
- 리사이클러뷰 확장
- delete item
- qtwebengine
- publish opensource
- android serialization
- kotlinx serialization
- Parcelable
- kotlin
- serializable
- C++
- type inference
- ubuntu 16.04
- data transfer
- Jenkins
- expandable recyclerview
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함