Yashraj Singh Jadonblog.yashraj.dev·Jun 30, 2024Android Activities and Their Lifecycle: A Developer's GuideIntroduction An Activity is an application component that provides a screen for user interaction, allowing users to perform tasks like taking a photo, sending a message, or playing a video. Each activity is given a window to draw its user interface, ...27 readsAndroid
Devajit Patarpatar.hashnode.dev·Apr 20, 2024Activity Lifecycle in AndroidIn Android Activity referred as an one screen in the application. The Activity in an application transition through different states in their lifecycle when user navigate through, out of and back to the application. The best example of video player a...30 readsAndroid
Sajal Raj Gautamblog.sajalrg.com·Dec 29, 2023Activity in Android - Part 1Merriam Webster dictionary defines activity as the quality or state of being active : behavior or actions of a particular kind In a nutshell, Activity refers to place of interaction with an Android device. Technically, it represents a Window, but t...34 readsAndroid Activity PrimerAndroid
Alex Khantalexkhant.hashnode.dev·Sep 8, 2023Android Activity Lifecycle: Understanding the BasicsAs a beginner Android developer, understanding the Activity Lifecycle methods is crucial to creating stable and responsive Android applications. In this post, I'll cover the basics of Android Activity Lifecycle methods and provide a reference to a Yo...Android
Etugbo Judithjudy.hashnode.dev·Aug 8, 2023Activity and the activity life cycleIntroduction to activities in Android Activities are part of the basic component of the Android application. Users cannot interact with an application on their mobile device without an activity. Activities form the bedrock upon which our mobile appli...14 likes·159 readsKotlin