Published inProAndroidDevExploring Photo Picker in Android 13Google recently announced the first Developer Preview of Android 13, while there are a lot of new APIs, the Photo picker excited me a lot…Feb 14, 2022492Feb 14, 2022492
Published inProAndroidDevCompose for Wear OS: NavigationIn this blog post, we will learn how to implement navigation in Wear OS.Nov 1, 20211232Nov 1, 20211232
Published inProAndroidDevCompose for Wear OS: ScalingLazyColumnIn this blog post, we will explore the ScalingLazyColumn composable.Oct 25, 20211781Oct 25, 20211781
Published inProAndroidDevCompose for Wear OS: ScaffoldIn this blog post, you will understand how to use Scaffold in Wear OS to build apps using different Material Design components.Oct 16, 2021250Oct 16, 2021250
Published inKt. AcademyWrite Tests for all your Missed BranchesIn this blog post, you will understand how to identify missing branches and write better tests for your code.Oct 8, 2021525Oct 8, 2021525
Published inProAndroidDevDetect Screenshots in AndroidRecently I was figuring out ways to detect screenshots in Android. It turns out there is no official API to do that but there are…Nov 16, 20203346Nov 16, 20203346
Published inProAndroidDevRecognize Drawings using ML KitUsing ML Kit’s Digital Ink Recognition API, we can recognize handwritten text or sketches made by the user on a screen. I made a simple…Aug 20, 2020569Aug 20, 2020569
Published inProAndroidDevInstall Google Play Store in an Android EmulatorRecently I was testing some Google Play Store related functionality in different emulators and I realised that it is a bit tricky to…Aug 7, 20208404Aug 7, 20208404
Published inProAndroidDevHow to get a list of installed apps in Android 11In Android 11, we can see a lot of updates that improves privacy. If your app uses the PackageManager methods to get the list of installed…Jun 14, 20203084Jun 14, 20203084
Published inProAndroidDevAnimations in Jetpack Compose using TransitionIn this blog post we will understand how we can use different types of animations in Jepack Compose using Transition.Apr 14, 202033Apr 14, 202033