© 2026 Hashnode
https://youtu.be/cJR01zVQJt4 In this tutorial, "How to Open Fragment from Activity on Button Click," LearnCode With RK provides a step-by-step guide on navigating between fragments and activities in Android development. You'll learn how to handle b...

Hello devs, in today's article, we will explore different ways to pass data in the Android Component. Mastering data transfer between various parts of an application is crucial. This guide covers methods to pass data between activities, fragments, an...

이전 포스팅(Image Picker Android library 배포하기(2))에서 유저에게 어떤 api 를 제공할지와 그 세부적인 기능에 대해서 다뤄보았다. 이번 포스팅에선 Fragment 의 구현과 라이브러리를 사용하기 위한 config 를 어떤 형태로 제공하도록 구현했는지 그리고 배포 과정을 살펴보겠다. class SelectSaveImagePicker() : BottomSheetDialogFragment() { private v...

The requireActivity() and requireContext() methods are both utility methods provided by the AndroidX Fragment library that obtain references to the associated Activity and Context objects respectively within a Fragment. RequireActivity() This method ...
