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.5K reads#AndroidDevAndroid
Dilip PatelforDilip Patel's Android blogandroidmastery.hashnode.dev·Nov 13, 2024History of AndroidIntroduction The history of Android begins in October 2003 when Android Inc. was founded by Andy Rubin, Rich Miner, Nick Sears, and Chris White in Palo Alto, California. Initially, the company aimed to develop an operating system for digital cameras,...DiscussAndroid BasicsAndroid
Dilip PatelforDilip Patel's Android blogandroidmastery.hashnode.dev·Nov 13, 2024Android IntroductionAndroid is an open-source operating system specifically designed for mobile devices like smartphones and tablets. It is built on the Linux kernel, providing a stable and secure foundation for the operating system. The development of Android is manage...DiscussAndroid BasicsAndroid
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.7K 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·48 readsAndroid : Security, Encryption and Secure Practicesrooted
Abuzar Siddiquiabitechpros.com·Oct 28, 2024Unlocking Android Developer OptionsIntroduction The Android Developer Options menu in Android devices is an advanced setting and debugging tools hub. These options matter most for Android developers and power users as they provide access to powerful features that can enhance your devi...Discussandroid app development
Steve Worthamstevewortham.hashnode.dev·Oct 22, 2024A Guide To Automated Android App TestingIt has evolved over the past 15 years from basic black and white phones to the advanced smartphones and mini-computers that we have today. According to a Statista report, Android retained its dominance as the primary global mobile operating system in...DiscussTesting
Dilip PatelforDilip Patel's Android blogandroidmastery.hashnode.dev·Oct 15, 2024Android Learning Path with Jetpack ComposeThe article provides a comprehensive guide on learning Android development with Jetpack Compose. It covers the basics of Compose, building UIs, managing state, and data flow principles. It delves into layouts, components, theming, animation, navigati...DiscussJetpack ComposeAndroid
Abhayabhayit2000.hashnode.dev·Oct 14, 2024A Guide to Integrating Automated Android App Testing into Your CI/CD PipelineFor teams shipping Android app releases frequently, the importance of well-defined build, test, and deployment workflows cannot be overstated. These automated DevOps processes are pivotal in maintaining high release velocity and ensuring robust appli...Discuss·1 like·77 readsandroid apps