Shreyas Patilblog.shreyaspatil.dev·Nov 19, 2024Benchmark Insights: Direct State Propagation vs. Lambda-based State in Jetpack ComposeHey composers 👋🏻, welcome to this analysis blog! Here, we'll dive into some benchmark analysis on the state propagation approach in Jetpack Compose and try to reach some conclusions. This might be a bit opinionated, but feel free to share your thou...Discuss·1 like·1.2K reads#AndroidDevAndroid
Manoj Kulkarnimanojkulkarni.hashnode.dev·Nov 19, 2024Setting Up Your Mac Mini M4 for Software DevelopmentIntroduction: In this article, we will go through the process of installing all the necessary tools and software to develop iOS, Android, Web, and .NET applications on your Mac mini M4. Step 1: Checking for Software Updates Software updates ensure th...Discuss·46 readsMac mini m4
Akash De Alwiszencode002.hashnode.dev·Nov 17, 2024Kotlin Basics: Input, Save, and Display Data in Android ApplicationsFor simplicity, let's use an EditText field to collect user input and a Button to trigger the save action. XML Layout (activity_main.xml) Kotlin Code (MainActivity.kt) Input Data: The EditText allows users to type their data. Save Data: When the ...DiscussKotlin
Shreyas Suryawanshisuryawanshishreyas.hashnode.dev·Nov 15, 2024First of ManyStarted my journey of learning React-Native using Android Studio. I faced some trouble setting up my first project but I'm here. I’ve learned the use cases of SafeAreaView, View, and Text classes. Time to create something interesting!DiscussReact Native
Aditya Dascodingandlearning.hashnode.dev·Nov 11, 2024Mastering Animations in Jetpack Compose: A Comprehensive GuideAnimation brings life to your Android applications, transforming static UIs into dynamic, engaging experiences. In this comprehensive guide, we'll explore the powerful animation capabilities of Jetpack Compose, breaking down different types of animat...Discuss·10 likes·31 readsJetpack Compose
Shreyas Patilblog.shreyaspatil.dev·Nov 11, 2024Skipping the invocation of intermediate composablesHey Composers 👋🏻, Jetpack Compose is now standard in Android app development, making performance optimization with Jetpack Compose an important topic. This is a short blog about recomposition optimization, where I'll walk you through the concept of...Discuss·3 likes·2.6K reads#AndroidDevcompose-compiler
Romman Sabbirrommansabbir.com·Nov 11, 2024Network Security in Android: A Comprehensive Guide [PART 4]Network security is critical for protecting the communication between your Android app and remote servers. Without proper security measures, sensitive data like user credentials, personal information, or financial details can be intercepted, altered,...Discuss·28 readsAndroid : Security, Encryption and Secure Practicescertificatepinning
Romman Sabbirrommansabbir.com·Nov 8, 2024Application Security in Android: A Comprehensive Guide [PART 3]Application security is essential for preventing unauthorized access, reverse engineering, and tampering with your Android apps. There are several strategies and tools that developers can employ to protect their applications from these threats. In th...Discuss·47 readsAndroid : Security, Encryption and Secure Practicesrooted
Sagnik Mukherjeesagnikmukherjee.hashnode.dev·Nov 5, 2024Passing Data with Serializable: Navigation with Arguments in Jetpack Compose 🚀Before we dive in, be sure to check out my previous post on basic screen navigation in Jetpack Compose! Now, let’s explore how to pass data between screens using Serializable. Suppose we want to input data in Screen A (like a name and age) and retrie...DiscussJetpack Compose
Osim Uka Okpanjouo.hashnode.dev·Oct 29, 2024How to set-up React Native on your Windows Machine successfullyI got an insight to write this blog because of the challenge I had in setting up my react native coding environment. I am already a react developer for web. Before the set up I went through the start project react native with expo npx create-expo-app...DiscussReact Native