Daniil Pechorinberhram.hashnode.dev·Dec 22, 2024(Occasionally) Useful Web Tools For Android DevelopersIntroduction In my not-so-long career as an Android Developer, I have worked on completely different projects: 10 year old Java apps, glossy bleeding edge AI assistants and many other in between. To cut a long story short, below is a list of websites...Android
Himanshu Gaurhimagaur.hashnode.dev·Dec 21, 2024Day 7: Conquering Challenges and Building a ShoppingList AppToday marked the final day of an intense yet incredibly rewarding week in my Android development journey. Though it was a bit tough, the challenges we faced taught me invaluable concepts and reinforced my understanding of Android development. The Cha...Android
Hichem Taboukouyouthichemtech-dev-stories.hashnode.dev·Dec 21, 2024How I Destroyed Half of My Full Stack Developer Career Before It Even Got Started, Because of GoogleIt was about five years ago. Back then, I was a developer… well, when I say "developer," I mean just a boy who had just stepped into the world of programming. 😅 I’d been coding for about a year, focusing on building websites and Java Android apps. B...Programming Blogs
Syed Quasimitsmequasim.hashnode.dev·Dec 20, 2024FeaturedWhy Android Apps Don't Convert Java/Kotlin to ELF: The Power of ART and DalvikIntroduction Have you ever wondered why Android apps, built with Java or Kotlin, rely on the Android Runtime (ART) or Dalvik Virtual Machine instead of converting directly to ELF binaries for native execution? At first glance, skipping ELF might seem...9 likes·107 readsAndroid runtime
Ravi Vgeminiaidev.hashnode.dev·Dec 20, 2024Getting Started with Google Gemini AI for Android Developers: A Beginner's GuideGoogle Gemini AI represents a significant advancement in artificial intelligence, designed to enhance Android development by integrating powerful AI capabilities into mobile applications. This guide will walk you through the essentials of getting sta...gemini si for android
Himanshu Gaurhimagaur.hashnode.dev·Dec 19, 2024Day 6: A Milestone in My Android Development JourneyToday was an exhilarating day in my journey to becoming an Android developer. It marks a special milestone as I successfully built my very first app—a Unit Converter. Guided by my amazing instructor Denis Panjuta, this experience has been both reward...Android
Sergio Sastre Florezsergiosastre.hashnode.dev·Dec 17, 2024Back to the Future: Compose Previewing Your XML-Based Views!Jetpack Compose has transformed Android UI development with its declarative approach, making UI code simpler to write. One of its standout features is Compose Previews, which allows developers to instantly view how Composable functions will look on a...1 like·467 readsandroid app development
Himanshu Gaurhimagaur.hashnode.dev·Dec 17, 2024Day Five of Becoming an Android DeveloperDay 5 of Becoming an Android Developer: Building My First App Interface Hello, fellow developers and enthusiasts! Today marks the 5th day of my Android development journey, and I must say, it has been an exciting ride so far! Compared to the previous...Android
Mohammed Shakeelmaster-android.hashnode.dev·Dec 16, 2024Activities in Android DevelopmentActivities are one of the fundamental building blocks of Android applications. They represent a single screen with a user interface and play a critical role in managing user interaction in an app. If you're new to Android development or want to deepe...Android Basicsandroid app development
Himanshu Gaurhimagaur.hashnode.dev·Dec 16, 2024Day Four of Becoming an Android DeveloperDay 4: Becoming an Android Developer – Mastering Lists and Objects with Kotlin It's Day 4 of my journey to becoming an Android developer, and I’m thrilled to share what I’ve learned! Today was a big leap in understanding the core concepts of Kotlin, ...Android