#androiddev search results
Ever hit ANRs where Play Console shows nothing actionable? Main thread idle, no blocking trace. Happens once on low-end/older SDK devices. How do you even debug or prioritize these ghost ANRs?#AndroidDev #ANR #MobileDev #PlayConsole
Looking for a performant way to implement screens both with and without a bottom navigation bar using Nav3. My current approach using Scene and SceneStrategy feels a bit laggy—any tips on optimizing the transition performance? @AndroidDev #AndroidDev #Kotlin #Compose
I got tired of habit trackers requiring email logins and tracking my data. So I built a 100% offline, completely private, and local-first tracker. No accounts, no cloud, just speed. It’s officially LIVE! 🚀 Check it out here: tinyurl.com/udyamhabit #BuildInPublic #AndroidDev
Armé un Reel para Dígalo con Mímica con IA y sin aparecer yo en el video. Qué les parece? Jugarían? 👇 #BuildInPublic #IndieDevLatam #AndroidDev
Your morning run, rendered in high precision. 🎨📍 Pulsgram transforms geospatial data into art with real-time tracking and optimized performance metrics. No bloat, just pure tracking. 📲 Download Now on Google Play PulsGram #Pulsgram #AndroidDev #GPSArt #Fitness
What happens if a user adds the same bank account to 2 profiles? Silent wrong routing. 💀 Fixed it today: before saving, we check cross-profile duplicates and show: "Account ••••1234 is already linked to Personal." Small detail. Huge trust gain. #AndroidDev #UX
User asks for a feature in a review ➔ Shipped a week later. ⚡ Added multi-parameter filtering (Brand + Material) to Spool. Powered by StateFlow & flatMapLatest for zero-jank, reactive UI updates. Code left, result right. Speed-to-value is what matters. #AndroidDev #Kotlin
Learn how to make them actually DO things on the device — open activities, set wallpaper, play alarms, fetch location & more using FCM data messages! Full guide with Kotlin code 👇 medium.com/@kanhaiyayadav… #AndroidDev #Firebase #FCM #Kotlin"
Just upgraded the background SMS auto-detection for my Android finance app. The hard part? Android kills background processes. The fix: BroadcastReceiver + goAsync() + coroutines reading DataStore directly. No popup. No tap. Transaction auto-logged silently. 🔕 #AndroidDev
Just completed the Meta Android Developer Professional Certificate 🎉 Excited to start building and shipping real Android apps. #AndroidDev #100DaysOfCode #Tech
Looking for 12 testers for Google Play closed testing (14 days) I will test your app in return 🙌 #AndroidDev #AppTesting #ClosedTesting #TestExchange #IndieDev
Latest Android Weekly Issue 724 is out! androidweekly.net/issues/issue-7… #AndroidDev #Kotlin
Swift 6.3 has landed! 🚀 This release brings community-driven Android support into the official toolchain, along with major improvements to C interoperability, the build system, and embedded Swift. Read more: swift.org/blog/swift-6.3… #AndroidDev #iOSDev
Your bank sends you an SMS every time money moves. That SMS contains: amount, debit/credit, payment mode, merchant name. I parse all of it automatically and log it as a transaction in your finance tracker. Here's exactly how the parser works 👇 #AndroidDev #Kotlin
🚀 Successfully published my app on the Play Store! Introducing my Instagram Reels Downloader 📲 🔹 Download Reels, videos & photos easily 🔹 Fast & smooth experience 🔹 No login required Check it out 👇 play.google.com/store/apps/det… #PlayStore #AppLaunch #AndroidDev #Mobileapp
I launched an Android app 20 days ago. 100+ downloads. No marketing. No budget. No team. Here's what I learned in my first 20 days as an indie dev 🧵👇 #BuildInPublic #IndieHackers #AndroidDev
Android app finished → Ready to publish → Blocked Reason: Closed testing requires 12+ testers Not code People #AndroidDev #IndieDev #AppDevelopment
大家都在说"AI 会替代程序员"。 但我观察到的现实是: 被替代的,是那些只会 CRUD、只会复制 StackOverflow 的人。 真正懂架构、懂业务、懂为什么这样设计的人—— AI 只会让他们效率翻倍,不会替代他们。 你现在写的代码,是 AI 能轻易生成的那种吗? #程序员 #AI时代 #AndroidDev #职业发展
Ever hit ANRs where Play Console shows nothing actionable? Main thread idle, no blocking trace. Happens once on low-end/older SDK devices. How do you even debug or prioritize these ghost ANRs?#AndroidDev #ANR #MobileDev #PlayConsole
Looking for a performant way to implement screens both with and without a bottom navigation bar using Nav3. My current approach using Scene and SceneStrategy feels a bit laggy—any tips on optimizing the transition performance? @AndroidDev #AndroidDev #Kotlin #Compose
Armé un Reel para Dígalo con Mímica con IA y sin aparecer yo en el video. Qué les parece? Jugarían? 👇 #BuildInPublic #IndieDevLatam #AndroidDev
I got tired of habit trackers requiring email logins and tracking my data. So I built a 100% offline, completely private, and local-first tracker. No accounts, no cloud, just speed. It’s officially LIVE! 🚀 Check it out here: tinyurl.com/udyamhabit #BuildInPublic #AndroidDev
User asks for a feature in a review ➔ Shipped a week later. ⚡ Added multi-parameter filtering (Brand + Material) to Spool. Powered by StateFlow & flatMapLatest for zero-jank, reactive UI updates. Code left, result right. Speed-to-value is what matters. #AndroidDev #Kotlin
Your morning run, rendered in high precision. 🎨📍 Pulsgram transforms geospatial data into art with real-time tracking and optimized performance metrics. No bloat, just pure tracking. 📲 Download Now on Google Play PulsGram #Pulsgram #AndroidDev #GPSArt #Fitness
Launched the landing page yesterday 🚀 APK dropping soon for early access. Trip section is on hold for now API negotiations didn’t go as planned. Still, core app is ready and I’m excited to get it in your hands 👀 URL : spend-ly-website.vercel.app #buildinpublic #AndroidDev
🚀 Android Studio Quail 1 Canary 2 is out! Fixes include Gradle improvements, Lint stability, faster new project setup (config cache on by default), and UI freeze fixes. 🔗 androidstudio.googleblog.com/2026/04/androi… #AndroidDev #AndroidStudio #Android #Kotlin
Code obfuscation is useless post LLM era. LLM can’t just read but can add code on top of obfuscation code! Mind=Blown😱 Hacks are coming! #android #androiddev
Latest Android Weekly Issue 724 is out! androidweekly.net/issues/issue-7… #AndroidDev #Kotlin
Your bank sends you an SMS every time money moves. That SMS contains: amount, debit/credit, payment mode, merchant name. I parse all of it automatically and log it as a transaction in your finance tracker. Here's exactly how the parser works 👇 #AndroidDev #Kotlin
What happens if a user adds the same bank account to 2 profiles? Silent wrong routing. 💀 Fixed it today: before saving, we check cross-profile duplicates and show: "Account ••••1234 is already linked to Personal." Small detail. Huge trust gain. #AndroidDev #UX
Just upgraded the background SMS auto-detection for my Android finance app. The hard part? Android kills background processes. The fix: BroadcastReceiver + goAsync() + coroutines reading DataStore directly. No popup. No tap. Transaction auto-logged silently. 🔕 #AndroidDev
just got an HP Revolve, but it’s too slow for Android app development 😔 I really want to start my tech journey, but no funds to upgrade. Any help or advice will mean a lot 🙏 #TechTwitter #AndroidDev
If you don’t know this, you’ll get stuck Finishing your app is not the end Before release, you need 12+ testers for closed testing The last step is the hardest #AndroidDev #MobileDev #Developers
Many Android apps are finished… but never get published Reason: Closed testing requires 12+ testers Getting blocked by people at the final step #AndroidDev #IndieDev #AppDevelopment #GooglePlay
Learn how to make them actually DO things on the device — open activities, set wallpaper, play alarms, fetch location & more using FCM data messages! Full guide with Kotlin code 👇 medium.com/@kanhaiyayadav… #AndroidDev #Firebase #FCM #Kotlin"
Shield One for Android is out & FREE for a few days (usually $2.99)! 🚀 It’s a 100% offline call blocker for US/CA with NO subscriptions! Privacy first, for real. Grab it, test it, and help a solo dev with a review! 🙏⬇️ play.google.com/store/apps/det… #IndieDev #AndroidDev #Privacy
The "End of Manual Tuning" Era is Here. Android Gradle Plugin 9.2.0 linkedin.com/pulse/end-manu… #AndroidDev #Kotlin #Gradle #AndroidStudioPanda #MobileEngineering #SoftwareArchitecture
Guys, remember when Agera was popular? 🥲 #androiddev You know, Agera, the "set of classes and interfaces to help write functional, asynchronous, and reactive apps for Android"? It was an official Google-supported library too with its very own codelabs. github.com/google/agera
Swift 6.3 has landed! 🚀 This release brings community-driven Android support into the official toolchain, along with major improvements to C interoperability, the build system, and embedded Swift. Read more: swift.org/blog/swift-6.3… #AndroidDev #iOSDev
Sounds like #Claude is gaining ground among #AndroidDev
What is your Model of choice for #AndroidDev? Note: you can use your own #AI model in Android Studio!
Claude is trying to advice me. this is why i need a gaming system or custom built PC #AndroidDev #claude #cursor
How does Zygote make Android apps start faster? Preloads common Android code to launch apps faster Read here: outcomeschool.substack.com/p/how-zygote-m… #AndroidDev #Android
PSA in #AndroidDev you can easily do smooth corners with the official graphics shapes library: developer.android.com/develop/ui/com…
In our Android Developer News app, #AndroidDev can find what packages were recently updated. #kotlin #JetpackCompose #KMP Download now ⬇️🙏 play.google.com/store/apps/det…
🚀 AndroidX updates — March 25, 2026 New releases across Compose, Navigation, Room, Wear, Camera, XR & more. Take a look: developer.android.com/jetpack/androi… #AndroidDev #AndroidX #Jetpack #Compose #Android #Kotlin
#AndroidDev Want to make your logcat less noisy and focus only on the feedback that matters? 📲 You can easily exclude irrelevant info from your app or device logs using: -tag:{TAG_NAME} For example: package:mine -tag:Camera2PresenceSrc -tag:View -tag:WindowManager
🎮 Android Eng @ Google Play! 📍 Bangalore 🎓 CS | 2 Yrs 🔥 C++ + Android Gaming 💰 INR 30–50 LPA Cross-Platform Games! 🚀 #Google #AndroidDev #BangaloreJobs #Jobformore Apply: jobformore.com/jobs/google-hi…
I started building a new MCP for #AndroidDev. I'm happy. It's good to be a developer in 2025. Thank you @cursor_ai @OpenAI @AnthropicAI @GeminiApp
This #Kotlin update was easy to miss! You can now use `return` in expression bodies. On the surface, it sounds useless, but I put together this 6-minute video to show the reasons why it's actually an important update. youtube.com/watch?v=Y8huP6… #AndroidDev
🚀 AndroidX updates (April 22, 2026) are here! Compose 1.11 stable + 1.12 alpha, Material3 updates, Navigation/Lifecycle improvements & new libs like WebGPU 🔗 developer.android.com/jetpack/androi… #AndroidDev #JetpackCompose #AndroidX #Kotlin #Android
Nested navigation in Jetpack Compose doesn’t have to be messy. 🚀 In the latest chapter of our Navigation Series IV, I show you how to structure complex apps with clean routes + type safety. youtu.be/FL33pe1fJ9Y?si… 👉 #AndroidDev #JetpackCompose #NestedNavigation #Kotlin
Side project: Ich habe eine einfache Fahrtenbuch / KM-Geld App für DE/AT/CH gebaut. • komplett offline • kein Account • Android + iOS Suche ein paar Beta-Tester für ehrliches Feedback 🙂 #indiedev #androiddev #iosdev
Something went wrong.
Something went wrong.
United States Trends
- 1. Kimmel N/A
- 2. World War Eleven N/A
- 3. Cooper Flagg N/A
- 4. ROTY N/A
- 5. #Jeopardy N/A
- 6. Kon Knueppel N/A
- 7. Rookie of the Year N/A
- 8. GENCY N/A
- 9. Learing Center N/A
- 10. King Charles N/A
- 11. Melania N/A
- 12. #MFFL N/A
- 13. Hakeem N/A
- 14. Sorsby N/A
- 15. Frank Isola N/A
- 16. Jason Bourne N/A
- 17. Harvey Weinstein N/A
- 18. Parker Messick N/A
- 19. Lee Zeldin N/A
- 20. Colleen Hoover N/A