Let’s Talk about Kotlin K2 Kotlin is now 13 years old! Yeah, a teenager. And it’s starting to show its rebellious nature now!… September 18, 2023byKartik Arora
Android 14 — What’s New? | Part 2 Check out Part 1 if you haven’t already to read more about Android 14’s Screenshot Detection API, Selected Photo Access,… July 19, 2023byKartik Arora
Android 14 — What’s New? | Part 1 As a developer, keeping up with the latest changes in Android is essential to building robust and up-to-date mobile apps. Android 14, the latest iteration of the Android operating system, is packed… July 18, 2023byKartik Arora
Automating Git Hooks Before Building a New Compilation Git hooks are powerful tools that can automate various tasks in your development workflow. They are scripts that… August 22, 2023byxia
How to Contribute Android Dev Content to Website? TLDR Before starting up, thanks for the help and contributions! Hello! I am building a website for Android… July 11, 2023byadn
Resolving ‘Invalid Source Release: 17’ Error in Android Studio Introduction How to fix the error: invalid source release: 17 Steps to Fix ‘Invalid Source Release: 17’ Error… July 7, 2023byadn
Step-by-Step Guide to UI Testing with Mock APIs Using Mockoon and Maestro Designing, building, and testing applications consuming third-party APIs can be quite challenging. As developers, we often face bottlenecks… July 6, 2023byadn
Relay And Jetpack Compose : Simplifying Android UI What’s Relay? Relay is a tool that helps app development teams using Figma and Compose build great UI… July 20, 2023bybhoomi_vaghasiya
Bitmap Vs Vector Raster graphic A raster graphic (JPEG, PNG, and WEBP),also known as a bitmap image is a type of… July 17, 2023byTabish
Recomposition in Jetpack Compose: Building Dynamic and Efficient UIs Recomposition is a core concept in Jetpack Compose that enables the dynamic and efficient updating of user interfaces.… July 15, 2023bybhoomi_vaghasiya