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
Deepak M.inoobcoder.hashnode.dev·Feb 2, 2024Here's a guide from beginner to pro for Android development:Beginner Level: Learn the Basics of Java/Kotlin: Understand fundamental concepts like variables, data types, loops, and conditionals. Explore object-oriented programming (OOP) principles. Set Up Android Studio: Install and set up Android Studi...8 likes·88 readsKotlinLanguage