#androiddev search results
#RemoteCompose This might be one of the most important AndroidX releases since Jetpack Compose, a truly groundbreaking presentation, and yet… no one’s talking about it. #AndroidDev
Successfully built with Compose. I have to say the animation API of @AndroidDev is very powerful and simple #androiddev #jetpackcompose #kotlin
Tab animation Follows the same direction as pill, reveals from center and disappeares from the edges w/ @oguzyagizkara at @LueStudio
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
First "real" Android app I worked on....this time 15 years ago! Might make just a *few* changes if developing it today! 😀 #AndroidDev
We are thrilled to announce that the Swift SDK for Android is now an official and supported part of the Swift project! This grants a huge amount of confidence to those who may have been hesitant about Skip's approach of bringing SwiftUI to Android. #swiftui #androiddev #iosdev
15 Years of Android App Architectures. By Dobri Kostadinov #AndroidDev proandroiddev.com/15-years-of-an…
Android is strengthening security by requiring verified developer registration for all apps starting next year, aiming to combat malware and scams from sideloaded sources while keeping the platform open and safe. #AndroidDev #SecurityGuard #Malware #ScamAlert
Me: Bro, I have M3 Max with 48 gigs RAM. Android Studio: Not enough bro, I need more. I need a NASA supercomputer, not some M3 Max you are bragging about. #buildinpublic #androiddev #shipkaro #mobiledev #lifeofaprogrammer
Keynote Announcement 🚨 4 minds, 1 mission 🤝 Join top #AndroidDev experts, @manuelvicnt, @github_skydoves, @sebi_io, @ErikHellman at #dcldn25 as they share bold predictions, advice, & insights on where #Android is headed next. Miss this, & you’ll hear about it all year 👀…
Learning and applying these will make you a better engineer. Learn from here: outcomeschool.substack.com #AndroidDev
Android is getting smarter with new *on-device AI APIs* and agentic experiences in Android Studio! Unlock the power of #Gemini Nano for efficient, private app features. Learn more: android-developers.googleblog.com/2025/10/new-ag… #AndroidDev #AI
Tomato, my Material 3 Expressive, data-oriented Pomodoro timer app, is now available on the Google Play Store for everyone to download. Get it at: play.google.com/store/apps/det… It is open source, with the source code at github.com/nsh07/Tomato #JetpackCompose #AndroidDev #Compose
Can you guess which new app I am working on from this picture? #shipkaro #buildinpublic #androiddev #programming #saas
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
Claude Code CLI + Android Studio official extension best of both worlds ⚡ displaying changes like git changes directly in IDE. #androiddev
✨ New article on how to create futuristic, cyberpunk glitch effects that's overused in sci-fi movies, right in #JetpackCompose This approach uses regular canvas functions, so no need to dip into shader code... yet. #ComposeMultiplatform #AndroidDev
🚀 KSP 2.3.1 is out! Highlights: • Support for AGP 9.0 + built-in Kotlin • Better handling of nested classes in getJvmCheckedException • Fixes to caching in KSValueArgumentLiteImpl 🔗 github.com/google/ksp/rel… #Kotlin #KSP #AndroidDev #Android #OpenSource
#RemoteCompose This might be one of the most important AndroidX releases since Jetpack Compose, a truly groundbreaking presentation, and yet… no one’s talking about it. #AndroidDev
Great shots! So much energy in the Android community 🔥 #dcldn25 #AndroidDev
🚀 Compose Multiplatform 1.10.0-beta01 is here! Desktop: Hot Reload bundled iOS: self-sizing UIKit + overlay Web: Esc = back nav, !important CSS Navigation: adaptive-navigation3 Kotlin ≥ 2.1.20 ✅ 🔗 github.com/JetBrains/comp… #Kotlin #ComposeMultiplatform #AndroidDev #Android
🚀 Koin 4.2.0-alpha1 is here! ✨ Highlights: ✅ Kotlin 2.2.20 ✅ Navigation3 integration ✅ Better Compose migration (ComposeContextWrapper) ✅ Internal fixes & improvements 🔗 Full notes: github.com/InsertKoinIO/k… #Koin #Kotlin #AndroidDev #Compose #DI #OpenSource
💡Missed it yesterday? 👇 I curated a list of the best Android & UI voices — Compose, Material, Vector, and more. Stay up to date without the noise. 👉 x.com/i/lists/198389… #AndroidDev #UIUX #JetpackCompose
🎉 DevAnalyzer v1.0.0 Released! Release: github.com/Coding-Meet/De… Github: github.com/Coding-Meet/De… Youtube video: youtu.be/c3t1SIKSBBk?si… #Kotlin #ComposeMultiplatform #AndroidDev #KMP #DeveloperTools #DevAnalyzer #CodingMeet
youtube.com
YouTube
DevAnalyzer v1.0.0 Released - Cross-platform desktop app Compose...
Android developers, how do you switch your mobile applications from views to Jetpack Compose ? #AndroidDev #JetpackCompose
⚡ Still using MVVM and wondering why your state bugs keep multiplying? 👉 Let’s talk about why MVI fixes that. #AndroidDev #JetpackCompose #Kotlin
AGP 8.12.3以降ではcompileSdkの指定に細かい制約を追加できる。 8.12.3で追加されたCompileSdkSpecの機能らしい。 developer.android.com/reference/tool… #AndroidDev
Built an Android app to track GitHub repo growth. TrendForge Labs lets you: ✦ Monitor star counts every 5 min ✦ View historical trends ✦ Add any public repo ✦ Use a home screen widget Try it free for 7 days: play.google.com/store/apps/det… #AndroidDev #OpenSource #GitHub
Mobile cold start matters. Lazy-load features, prewarm critical deps, shrink bundles, defer non-essential calls. First impressions win. #iOSDev #AndroidDev #Performance
🚀 We’re #hiring a Kotlin / Android Developer to work with a top LLM project! 💻 Remote | 3+ yrs exp Help enhance AI models with top-quality data. 📞 +91- 8700883932 📧 [email protected] 🔗 Apply: aqusag.com/jobs/detail/ko… #AndroidDev #Kotlin #AIJobs #RemoteJobs
Jetpack Compose I/O 2025: New Features, Performance, Stability, Tools, and Libraries Quick Notes: 20 May 2025 reddit.com/r/JetpackCompo… #JetpackCompose #AndroidDev #Kotlin #Material3 #ComposeUI
Think of CompositionLocal in Jetpack Compose as a lightweight, scoped way to pass data down the UI tree without prop-drilling. Perfect for theming, configs, or context that many Composables need access to. Clean, efficient & flexible! #JetpackCompose #AndroidDev #Kotlin
Live Updates and Progress notifications for Android 16 at JET #kotlin #dormosheio #androiddev #mobiledev #iosdev dormoshe.io/trending-news/…
Android is getting smarter with new *on-device AI APIs* and agentic experiences in Android Studio! Unlock the power of #Gemini Nano for efficient, private app features. Learn more: android-developers.googleblog.com/2025/10/new-ag… #AndroidDev #AI
Missed the 60-sec #TheAndroidShow recap? Highlights 👇 • AI built into Android Studio • On-device Gen-AI • First Android XR device Quick watch for anyone into Android + AI 👀 youtu.be/LWS3g1tWQ3o?si… #AndroidDev #AI #XR
youtube.com
YouTube
#TheAndroidShow in 60 seconds: agents in Android Studio, the first...
🚀 Ink API Compose v1.4.3 is out — and the #Google Ink API has officially hit Beta 1! 🎉 This update brings: ✅ #Google Ink API 1.0.0-beta01 My open-source is now fully supports the new inking stack 🖊️🔥 🔗 github.com/NicosNicolaou1… #AndroidDev #JetpackCompose #Kotlin #InkAPI
#RemoteCompose This might be one of the most important AndroidX releases since Jetpack Compose, a truly groundbreaking presentation, and yet… no one’s talking about it. #AndroidDev
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
[Android Interview Question] Launch vs Async in Kotlin Coroutines Learn in detail: outcomeschool.com/blog/launch-vs… Keep Learning, Keep Growing, and Keep Sharing. #AndroidDev #Kotlin
🚀 Just Shipped v5.0.0 of Grit 📲 Playstore : play.google.com/store/apps/det… Added a lot of features requested by many users made some new expressive components fixed a lot of bugs. This update was approved in just an hour which is sus #androiddev #kotlin #jetpackcompose #OpenSource
Learning and applying these will make you a better engineer. Learn from here: outcomeschool.substack.com #AndroidDev
Something went wrong.
Something went wrong.
United States Trends
- 1. Jets 118K posts
- 2. Courtois 46.8K posts
- 3. Sauce 82K posts
- 4. Colts 56.6K posts
- 5. Liverpool 234K posts
- 6. Breece Hall 11.1K posts
- 7. $JFB N/A
- 8. Quinnen Williams 26.3K posts
- 9. Garrett Wilson 5,260 posts
- 10. Real Madrid 185K posts
- 11. Cheney 242K posts
- 12. Beane 5,483 posts
- 13. Luis Diaz 33.8K posts
- 14. Veach 5,869 posts
- 15. Penning 3,355 posts
- 16. Shaheed 17.6K posts
- 17. Conor Bradley 5,856 posts
- 18. Brad Holmes 1,253 posts
- 19. Bayern 116K posts
- 20. Hakimi 33.1K posts