일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- espresso
- 재사용
- Error:Execution failed for task ':app:mergeDebugResources'
- 고차함수
- binding adapter
- 리사이클러뷰
- Android
- 코틀린
- 테마 아이콘
- fragment
- Fragment에서 Activity의 함수 사용하기
- Fragment 수동 추가
- searchview
- ui test
- viewholder
- adapter
- LayoutManger
- 안드로이드개발레벨업교과서
- 안드로이드
- high order function
- 스와이프
- 구분선
- recyclerview
- ActivityTestRule
- 안드로이드13
- 생명주기
- IntentTestRule
- 코딜리티
- 뷰변경 감지
- 안드로이드스튜디오
- Today
- Total
목록개발/안드로이드 개발 (101)
룬아님의 취중코딩
리사이클러뷰를 사용하면서 특정 위치의 뷰가 보여지는 시점이라던지 더이상 보이지 않게 되는 시점에 해당 뷰의 위치를 가져와야 하는 경우가 종종있습니다. 저의 경우에는 각 뷰의 노출 횟수를 집계하기 위하여 이 리스너를 직접 구현하여 사용하였습니다. https://github.com/myung6024/VisiblePositionChangeListener myung6024/VisiblePositionChangeListener 리사이클러뷰를 사용하면서 특정 위치의 뷰가 보여지는 시점이라던지 더이상 보이지 않게 되는 시점에 해당 뷰의 위치를 알려주는 Recyclerview listener 입니다. - myung6024/VisiblePositionChangeListener github.com 보여지는 View와 가려..
int pos = list.indexOf(arraylist1.get(getAdapterPosition())); int getAdapterPosition () Returns the Adapter position of the item represented by this ViewHolder. Note that this might be different than the getLayoutPosition() if there are pending adapter updates but a new layout pass has not happened yet. RecyclerView does not handle any adapter updates until the next layout traversal. This may cr..
https://stackoverflow.com/a/10159345 Show dialog only using Context instead of Activity instance I could show dialog if I uses an Activity instance but when I uses Context or Application Context instance Dialog is not showing. AlertDialog.Builder builder = new AlertDialog.Builder(activity); ... stackoverflow.com Toast를 제외하고 다른 UI 구성 요소는 Application 컨텍스트와 함께 작동하지 않습니다. [android 2.1 때 변경] 응용 프로그램 ..
원형 리플효과 android:background="?selectableItemBackgroundBorderless" 채워지게 보이는 리플 효과 android:background="?selectableItemBackground" https://aroundck.tistory.com/5108 [android] Ripple 에 대해 알아보자 [android] Ripple 에 대해 알아보자 https://blog.stylingandroid.com/ripples-part-1/ https://guides.codepath.com/android/ripple-animation - Ripple 자체는 Android L ( LOS ) 부터 나왔다. 그러나 필자는 R.. aroundck.tistory.com