InProAndroidDevbySriyank Siddhartha·Dec 11, 2025Build Android Apps for Meta Quest Faster with AI-Powered MCP ToolsA hands-on guide to using Meta’s MCP server with AI-assisted tools for faster debugging, instant 3D asset integration, and automated…A response icon1A response icon1
InProAndroidDevbySriyank Siddhartha·Mar 10From Android to Mixed Reality: Build a High-quality Spatial Timer App for Meta QuestA hands-on tutorial for Android developers. You’ll explore the Meta Spatial SDK, ECS systems, spatial audio, and grabbable 3D entities…
InProAndroidDevbySriyank Siddhartha·Nov 21, 2025Port Your Android App to Meta Quest: A Step-by-Step GuideA hands-on tutorial for Android devs to explore Quest flavors, UI guidelines, managing permissions, and ditching Google Play Services for…
InProAndroidDevbySriyank Siddhartha·Mar 10Building Your First Android App using Kotlin for Meta Quest HeadsetAndroid Apps Can Now Run on Meta Horizon OSA response icon3A response icon3
InSmartherdbySriyank Siddhartha·May 27, 2022How to create Toast message in Jetpack Compose | Android?Also, learn to get context object using LocalContext.current within composable function.A response icon2A response icon2
InSmartherdbySriyank Siddhartha·May 26, 2022Jetpack Compose: Button, Outlined Button, and Text Button in AndroidIn this article, you will learn to create Button(), OutlinedButton() and TextButton() composables and how to customise their appearance…A response icon4A response icon4
InSmartherdbySriyank Siddhartha·May 18, 2022Migrate to Jetpack Compose from XML in AndroidExplore declarative programming, composables, composition, recomposition, side-effects free - pure functions, idempotent function & lot…A response icon1A response icon1
InSmartherdbySriyank Siddhartha·May 14, 2022Android Shape Your Image: Circle, Rounded Square, or Cuts at the Corner of ImageUsing the MDC library let’s shape images in just a few lines of code by using ShapeableImageView.A response icon1A response icon1
InSmartherdbySriyank Siddhartha·May 14, 2022JVM vs JRE vs JDK: Understand DifferencesOften developers get confused between JVM, JRE and JDK. Let’s understand them and what are they used for in Java?
InSmartherdbySriyank Siddhartha·Apr 10, 2022Run App using Wi-Fi (Android Studio Update)With the Bumblebee update, you can wirelessly connect your physical device with Android Studio and therefore run your app hassle-free.