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
- 팝업액티비티
- RealtimeDB
- FRAGMENT
- MaterialButton
- ROOM
- androidstudio
- 안드로이드 스튜디오
- Imageview
- nav_graph
- Kotlin
- Dialog
- Activity
- firebasefunctions
- 뷰바인딩
- Android
- 안드로이드
- 밑줄
- textview
- button
- ButtonWithButton
- EditText
- lifecyclescope
- 코틀린
- OutlinedButton
- 랜덤ID
- ViewModel
- ArrayList
- firebase
- 안드로이드스튜디오
- BottomSheetDialog
Archives
- Today
- Total
안드로이드 앱 개발
ScrollView VS NestedScrollView 본문
https://choheeis.github.io/newblog//articles/2020-05/nestedScrollView
[안드로이드] 🤳🏻 왜 NestedScrollView를 써야 하나?? | choheeis
🤳🏻 NestedScrollView가 뭘까?안드로이드 개발을 1년 반 정도 하다보니 예전에 사용하던 xml 뷰 태그랑 지금 사용하는 xml 뷰 태그가 바뀐 것이 있었다.그 중 하나가 ScrollView 였다.안드로이드 개발 초
choheeis.github.io
잘 정리된 글
* 요약하자면
Scrollview 안에는 RecylerView를 넣으면 안된다
리사이클러뷰의 마지막행까지 스크롤이 안되기 때문이다.
따라서 RecyclerView를 포함한 Scrollview를 위해서는 NestedScrollview를 써야한다.
'안드로이드앱' 카테고리의 다른 글
BottomNavigationView에서 Ripple 효과를 없애주고 싶다. (0) | 2021.07.08 |
---|---|
Ted의 ImagePicker (0) | 2021.07.04 |
Recyclerview 드래그앤드롭 (0) | 2021.06.24 |
이미지뷰 Tint 색을 바꾸는 코드 (xml 아님) (0) | 2021.06.22 |
kotlin에서 Activity.this는 ... (0) | 2021.06.19 |