본문 바로가기

728x90
반응형

전체 글

1/18 read post 1. 출처 : https://medium.com/huawei-developers/kotlin-nested-class-and-inner-class-tutorial-example-3ff2dd0efc7a 제목 : Kotlin Nested Class and Inner Class 요약 : nested class와 innser class 를 java code 로 decompile 하여 비교하며 설명합니다. inner class 는 부모의 class 의 객체를 참조하기 때문에 메모리 릭 위험이 있습니다. 더보기
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 가 있는 상태에서 화면 회전이나 뒤로 가기 를 .. 더보기
1/4 read post 1. 출처 : https://medium.com/@fornewid/lifecycles-helping-kotlin-coroutines-275991883ba8 Lifecycles helping Kotlin Coroutines Android에서 제공하는 모든 LifecycleOwner를 정리해봅니다. fornewid.medium.com 제목 : Lifecycles helping Kotlin Coroutines 요약 : lifecycle과 연동되는 CoroutineScope 를 제공하는 androidx library 에 대해서 설명합니다. 더보기
12/28 read post 1. 출처 : https://medium.com/swlh/kotlin-dilemma-extension-or-member-38912d4c0989 제목 : Kotlin dilemma: Extension or Member 요약 : kotlin extention function 은 매우 훌륭한 기능이지만, 이것을 남용하게 되면 코드의 부실성을 가져오기 때문에 오히려 좋지 못한 예를 설명합니다. 그리고 적절히 사용해야 될 때를 설명합니다. 더보기
12/21 read post 1. 출처 : https://www.composables.co/blog/state?fbclid=IwAR3rm5XqxD0_axK-Tf3hA0RpJKS7DFaGyowhh2dnZNfycBXDsy1Nsktwmr4 제목 : Everything you need to know about State in Jetpack Compose with examples 요약 : 컴포즈 리멤버와 스테이트에 대해 예시와 함께 소개합니다. 2. 출처 : https://medium.com/@patilshreyas/viewmodel-for-ui-business-not-ui-operations-a6e25b850df1 제목 : ViewModel: for UI business, not UI operations 요약 : viewModel 이 해야.. 더보기
12/15 read post 1. 출처 : https://medium.com/@huseyinozkoc/android-services-tutorial-with-example-fa329e6a5b4b 제목 : Android Services 요약 : android service 의 3가지 type 에 대해서 설명합니다. foreground service, background service, 그리고 bind service type 에 대해서 설명하고 각 service의 차이점과 특징에 대해서 설명합니다. 더보기
12/12 read post 1. 출처 : https://medium.com/@ankit.sinhal/kotlin-lazy-vs-lateinit-properties-when-to-use-which-property-97173c2e55ff 제목 : Kotlin Lazy vs Lateinit Properties. When to use which property? 요약 : kotlin 의 lazy 와 lateinit 을 비교하며 언제 사용하는지에 대해서 가볍게 설명하고 있다. 더보기
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%.. 더보기

728x90
반응형