본문 바로가기

728x90
반응형

fragment

1/10 read post 1. 출처 : https://weidianhuang.medium.com/android-fragment-not-attached-to-a-context-24d00fac4f3d Android Fragment not attached to a context This is a common issue if we don’t take care of it in our application, and it is difficult to catch the issue during development. But once… weidianhuang.medium.com 제목 : Android Fragment not attached to a context 요약 : fragment 에 view 가 있는 상태에서 화면 회전이나 뒤로 가기 를 .. 더보기
12/8 read post 1. 출처 : https://medium.com/@abdulqadirtr/deep-dive-into-fragments-when-to-use-oncreate-oncreateview-and-onviewcreated-33faf6454955 제목 : Deep dive into Fragments when to use onCreate(), onCreateView and onViewCreated() 요약 : fragments 라이프 사이클 각각에 대해 무엇을 하고 이때 하지 말아야 할 것은 무엇인지에 대해 간략히 설명합니다. 2. 출처 : https://medium.com/@charlezz/activity-vs-fragment-%EB%AC%B4%EC%97%87%EC%9D%84-%EC%84%A0%ED%83%9D%ED%.. 더보기
11/4 read post 1. 출처 : https://medium.com/proandroiddev/where-does-transactiontoolargeexception-come-from-if-i-didnt-do-anything-wrong-792843835d4f 제목 : Where does TransactionTooLargeException come from if I didn’t do anything wrong? 요약 : TransactionTooLargeException 이 발생하는 것에 대해서 설명합니다. 이 예외는 intent 에 너무 많은 data 를 담으려 할 때 발생하는데, pager 를 사용하는 경우 activity 가 stop 될 때 fragment 들이 복구 로직을 위해 저장 될 때 발생됩니다. 이 현상에 대해서.. 더보기
11/1 read post 1. 출처 : https://medium.com/over-engineering/getting-started-with-drawing-on-the-android-canvas-621cf512f4c7 제목 : Getting Started with Android Canvas Drawing 🖼 요약 : android canvas 에 대해서 설명합니다. canvas 는 2D 그리기를 수행하는 android 클래스 이고, 이 canvas 객체를 어떻게 사용하는지, paint 는 무엇인지 설명합니다. 2. 출처 : https://medium.com/google-developer-experts/exploring-jetpack-compose-canvas-the-power-of-drawing-8cc60815babe 제목 : .. 더보기
10/31 read post 1. 출처 : https://medium.com/mobile-app-development-publication/7-common-mistakes-easily-made-with-android-fragment-6fc85c44e783 제목 : 7 Common Mistakes Easily Made with Android Fragment 요약 : fragment 를 만들때 실수하는 7가지에 대해서 설명합니다. 새 fragment 생성시에는 savedInstanceState 가 null 인지체크해야 하며, onCreateView에서 presenter 를 생성하지 말고 presenter 는 onCreate에서 생성하는 것이 좋고, onCreateView에서 restore 하지 말고 onCreate 에서 restore .. 더보기
9/17 read post 1. 출처 : https://android-developers.googleblog.com/ 제목 : Android Studio Dolphin 요약 : 안드로이드 스튜디오 돌핀이 출시되었습니다. gradle managed virtual device 가 추가되어 테스트 실행중 cpu 및 메모리 사용량을 줄이는 테스트가 가능합니다. compose animation inspector 가 추가되었고, compose multiview preview 가 추가되었습니다. 또한, layout inspector 에서 compose recomposition count 를 볼 수 있습니다. wear os 에뮬레이터 페어링 helper, wear os 에뮬레이터 도구모음, wear os direct surface 가 출시 되었.. 더보기
9/5 read post 1. 출처 : https://proandroiddev.com/gradle-perf-9c11b640f329 제목 : DIY Gradle build optimization 요약 : Gradle 빌드 최적화에 대한 설명입니다. 현재 빌드 성능을 분석하기 위한 빌드 스캔 플러그인을 추가 하는 방법을 통해 병목 현상을 찾고, 문제가 어디서 오는지 알수 없다면 JER 을 통해 프로파일링 하여 원인을 분석하여 빌드 시간을 최적화 하는 방법을 설명합니다. 2. 출처 : The deep links crash course, Part 1: Introduction to deep links 제목 : The deep links crash course, Part 1: Introduction to deep links 요약 : 딥링크.. 더보기
State of the art communication between fragments and their activity 출처 : https://towardsdev.com/state-of-the-art-communication-between-fragments-and-their-activity-daa1fe4e014d Android single-activity screen 의 아키텍처 구조 오늘날 현대적인 기본 Android 앱의 개발은 single-activity 아키텍처를 기반으로 하는 경향이 있습니다. 이는 부모로서의 single activity 가 하나 이상의 fragment 를 자식으로 가질 수 있음을 의미합니다. 이벤트 또는 탐색 내에서 fragment 만 교체되므로 원래 상위 activity 가 계속 컨테이너로 작동합니다. 계층적으로 보면 자식 fragment 자체에 자식 fragment 가 있을 수 있습니다. f.. 더보기

728x90
반응형