#androiddev resultados da pesquisa
I’ve launched the closed testing for my fitness app @trydurare on the Play Store. I need 12 testers who can try it for 14 days. If you want to help, send me your email in comments or DM so I can add you. Your support means a lot! #AndroidDev #IndieDev #Durare
Learning and applying these will make you a better engineer. Learn from here: outcomeschool.substack.com #AndroidDev
Hey @AndroidStudio team, I know this is long overdue, but a huge shoutout 🎉👏 for deciding to move the `build.gradle.kts` file in the appropriate module rather than list them all together in the `Android` project view! I just love it! #androiddev #androidstudio
Kotlin Flow API Cheat Sheet, for in-depth learning, refer to our Kotlin Flow API Complete Series: outcomeschool.com/blog/flow-api-… #Kotlin #AndroidDev
In an Android App, how do you handle data syncing when the network isn’t stable? A frequently asked interview question, especially in Android System Design Rounds. #AndroidDev #Interview
What took 1 week for Android dev — done in 2 hours with an agent. ⚡ Agents aren’t just tools, they’re teammates that think, code & act. Developers should start learning how to work with agents, not just write code for them. 🤖 #AgenticAI #AndroidDev
Android Trick You can debug exact recompositions in Jetpack Compose by adding: It flashes UI areas that recompose unnecessarily — a hidden gem that exposes silent performance drains. #AndroidDev
How does Android implement Adaptive Battery using Machine Learning? Read here: linkedin.com/posts/outcomes… #AndroidDev
Finished up the adaptive UIs, now all thats left is to glue together the in-app server and the web app 😌 #androiddev #jetpackcompose
Just learned how to build a Navigation Drawer in Jetpack Compose #AndroidDev #Developers #Kotlin #JetpackCompose #100DaysOfCode #ComposeUI
🚀 ¡Gran noticia para desarrolladores indie! Skip Fuse ahora es gratis 🎉 💻 Compila tu código Swift de forma nativa en Android sin pagar licencia. Menos fricción, más alcance. 👉 Si haces apps en iOS, esto te abre un mundo nuevo #Swift #SwiftUI #AndroidDev #SkipFuse #IndieDev
Tomato now uses Google's new Google Sans Flex font that integrates quite nicely with the Material 3 Expressive design. Tomato is one of the first apps to use this new font! Get Tomato play.google.com/store/apps/det… #JetpackCompose #Android #AndroidDev #Material3 #Material3Expressive
ConstraintLayout in Android uses the Cassowary Algorithm internally for optimization. Learn How Android Uses a Smart Constraint Solver to Arrange Your UI Efficiently: outcomeschool.substack.com/p/constraintla… #AndroidDev #Android
How does Android implement Adaptive Battery using Machine Learning? Read here: linkedin.com/posts/outcomes… #AndroidDev
We develop innovative, user-friendly apps for Android & iOS that don't just sit there—they engage, excite, and convert. weblinkindia.net #MobileAppDevelopment #AppDeveloper #AndroidDev #iOSDev #Startup #Tech #BusinessGrowth #DigitalTransformation #UserExperience #Weblink
🎥 Talks: 1️⃣ youtu.be/QqO2jZ-NZko?si… 2️⃣ youtu.be/A0I6pNSM14o?si… 3️⃣ youtu.be/xMylnxek5a4?si… 🔴 Live replay: youtube.com/live/RMnZuoozZ… #AndroidDev #Performance #R8 #AppOptimization #Android #Kotlin
youtube.com
YouTube
Boost Android app performance with the R8 optimizer | Spotlight Week
Day 9: Used today to refine my Android roadmap — what to learn next after Kotlin and how to move into Jetpack Compose. Keeping the direction clear. #100DaysOfCode #AndroidDev
Learning and applying these will make you a better engineer. Learn from here: outcomeschool.substack.com #AndroidDev
Kotlin Tip: Use use {} for automatic resource closing — just like Java’s try-with-resources. Wrap it in try–catch to handle missing files 🔽 Clean✅ Safe ✅ Idiomatic ✅ #Kotlin #AndroidDev #CleanCode
Java Tip: Use try-with-resources to auto-close streams & connections — no need for finally blocks! 🔸Cleaner 🔸Safer 🔸No leaks #Java #AndroidDev #programming
Invest in your #AndroidDev future this #BlackFriday!💡🚨Early Bird tickets are 20% off for 24 hours with the code: AM_20 🇫🇷 Grow your #Android skills. Meet the community in #Paris! Accelerate your #Android career. Get your discounted tickets here: androidmakers.droidcon.com
Happy Faces, Happy Learning Cohort 2 enrollment started - androidengineers.in/masterclass/je… #androidDev #jetpackCompose
I’ve launched the closed testing for my fitness app @trydurare on the Play Store. I need 12 testers who can try it for 14 days. If you want to help, send me your email in comments or DM so I can add you. Your support means a lot! #AndroidDev #IndieDev #Durare
Jetpack Compose is reshaping Android UI. 🚀 Faster builds, less XML, clean Kotlin, reactive UI. If you’re building Android apps, Compose is the future. Full blog 👉 aistechnolabs.com/blog/mastering… #JetpackCompose #AndroidDev #AIStechnolabs
FREE Download - WhatsApp Status Saver App - Android Kotlin codester.com/items/53922/wh… #androiddev #mobiledev #androidstudio #apptemplate via @codesterhq
🚨 My #dcldn25 talk is now LIVE 🚨 Going Beyond Obfuscation: Advanced Techniques for Protecting Android Apps 🔗: youtube.com/watch?v=carU3F… #MobileSecurity #AndroidDev
youtube.com
YouTube
Advanced Techniques for Protecting Android Apps - Ed Holloway-George...
Day 8: Super packed day, but still squeezed in some learning. Revised Kotlin basics, solved a few small questions, and read some documentation related to UI structure and Compose. Keeping the streak alive. #100DaysOfCode #AndroidDev
🚀 ImagePickerAndroid 2.5.1 is out! ✅ Better picker availability checks If you like the repo, please star it ⭐ to show support! 👇 🔗 github.com/NicosNicolaou1… #Android #AndroidDev #Kotlin #Compose #OpenSource
I’ve launched the closed testing for my fitness app @trydurare on the Play Store. I need 12 testers who can try it for 14 days. If you want to help, send me your email in comments or DM so I can add you. Your support means a lot! #AndroidDev #IndieDev #Durare
Kotlin Flow API Cheat Sheet, for in-depth learning, refer to our Kotlin Flow API Complete Series: outcomeschool.com/blog/flow-api-… #Kotlin #AndroidDev
Learning and applying these will make you a better engineer. Learn from here: outcomeschool.substack.com #AndroidDev
Hey @AndroidStudio team, I know this is long overdue, but a huge shoutout 🎉👏 for deciding to move the `build.gradle.kts` file in the appropriate module rather than list them all together in the `Android` project view! I just love it! #androiddev #androidstudio
Jetpack Compose Interview Question: Can we use traditional Android Views and Compose together? Answer: - Yes, we can use ComposeView to render Compose UI within traditional Android views. - We can also use AndroidView to render traditional views in our Compose UI. #AndroidDev
StateFlow vs LiveData in Android Development Read here: outcomeschool.substack.com/p/stateflow-vs… #AndroidDev #Kotlin
Stepping into #dcug25 with code, curiosity, and community! 🤖 Let’s build the future of Android right here in Uganda 🇺🇬 #AndroidDev #TechInAfrica Day 1 😎
Can you guess which new app I am working on from this picture? #shipkaro #buildinpublic #androiddev #programming #saas
📸 Snaps from #dcbln25 ! I’m hanging out at the CodeRabbit booth 🐇—let’s say hi and chat about AI-powered code reviews. Would love to hear your thoughts! 💬✨ #androiddev #ai #codereview
Something went wrong.
Something went wrong.
United States Trends
- 1. Texas 155K posts
- 2. 3-8 Florida 2,007 posts
- 3. #HookEm 10.4K posts
- 4. Austin Reaves 11.7K posts
- 5. Sark 5,005 posts
- 6. Jeff Sims 1,654 posts
- 7. Arch 25.3K posts
- 8. Aggies 9,233 posts
- 9. #JimmySeaFanconD1 210K posts
- 10. Arizona 32.5K posts
- 11. Marcel Reed 4,413 posts
- 12. #LakeShow 3,392 posts
- 13. #DonCheadleDay 1,091 posts
- 14. Elko 2,970 posts
- 15. SEC Championship 5,186 posts
- 16. Banana Fish 8,661 posts
- 17. Ole Miss 25.8K posts
- 18. Devin Vassell 2,315 posts
- 19. Lindor 2,643 posts
- 20. #OPLive 2,453 posts