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 |
31 |
Tags
- Eclipse
- MSSQL
- react
- JavaScript
- R
- Java
- tomcat
- Spring
- Sqoop
- SSL
- Python
- window
- mybatis
- es6
- SQL
- table
- xPlatform
- IntelliJ
- hadoop
- Kotlin
- Android
- SPC
- vaadin
- NPM
- GIT
- 보조정렬
- Express
- 공정능력
- mapreduce
- plugin
Archives
- Today
- Total
반응형
목록2024/03/18 (1)
DBILITY
precaution when android fragment programmatic creation
RecyclerView의 position이 화면 회전시 처음으로 돌아가버려서 테스트 함 Activity > FrameLayout > Fragment > RecyclerView 상태에서 Activity onCreate시 savedInstanceState가 null일때만 Fragment를 Programmatic 생성해야함 ListAdapter에 onAttachedToRecyclerView override해서 확인해보니 두번 실행되어 발견함...역시..초보는 어려워 Activity > FragmentContainerView일때는 별도 생성을 안하니 이상이 없었음. Activity > ViewPager2 > Fragment > RecyclerView인 경우는 어떻게 해야하지? Fragment가 사라짐 ViewP..
android
2024. 3. 18. 12:06
반응형