#androiddev wyniki wyszukiwania
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
🎉 Big Announcement! 🎉 The #DroidconKE2026 dates are officially out! Mark your calendars for 4th–6th November — we’re coming back bigger, bolder, and better than ever! 🚀🔥 🎟 Get your early bird pass today: bit.ly/dcKE2025Tickets #DroidconKE26 #AndroidDev #dcke26
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
Kotlin Flow API Cheat Sheet, for in-depth learning, refer to our Kotlin Flow API Complete Series: outcomeschool.com/blog/flow-api-… #Kotlin #AndroidDev
🚀 I'm turning my special formula into an app that will help you plan your basic, simple, and straightforward personal debt repayment and become debt-free within 3 months.#GooglePlay #AndroidDev #AppStore #iOSDev #SoloDev #ReactNative #cloudflare #indie #indiehacker #mobile #app
The magic of CI/CD in Android Development From automated builds to seamless deployments developers are embracing faster, safer delivery 🧑🏾💻 Continuous Integration + Continuous Delivery = unstoppable innovation ⚙️📱 #dcug25 #DCUG25 #AndroidDev @droidconug
✨ 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
Using listOf(...).asSequence() in your PreviewParameterProvider? You're eagerly creating ALL your preview objects at once. 🥵 Use the sequence { yield(...) } builder. It lazily creates each preview state only when it's about to be rendered. #AndroidDev
First "real" Android app I worked on....this time 15 years ago! Might make just a *few* changes if developing it today! 😀 #AndroidDev
StateFlow vs LiveData in Android Development Read here: outcomeschool.substack.com/p/stateflow-vs… #AndroidDev #Kotlin
Animated snowfall in Jetpack Compose ☃️ 🎨 Background: local image ❄️ Snow: 100% code — smooth drooping motion using Canvas + InfiniteTransition Simple, declarative, and beautiful ✨ #AndroidDev #JetpackCompose #mobile
Just learned Navigation in Jetpack Compose. Here's a demo of screen to screen transitions using NavHost + Composables. (Screen recorder decided not to show the password) #AndroidDev #JetpackCompose #Kotlin #100DaysOfCode
If you’re preparing for a Kotlin or Android interview, you might encounter this question: How would you implement a debounce mechanism in Kotlin? Read here: outcomeschool.substack.com/p/how-to-imple… #AndroidDev #Kotlin #Android
#AndroidDev Using XML in Android feels stressful, ever since I completely moved to jetpack compose. I don't know maybe I'm the only one feeling this way. 😅
Why Your ViewModel Is Technically Unstable — and Why Compose Doesn’t Mind. By yunho lee #AndroidDev proandroiddev.com/why-your-viewm…
🚀 Kotlin 2.3.0-RC is here! Includes fixes for: • Debugging value classes • Compiler stability • K2 & Java interop • Wasm + JS (incl. Safari) • Native & MPP tooling 🔗 github.com/JetBrains/kotl… #Kotlin #KMP #AndroidDev #Android #JetBrains
Exploring Google NotebookLM Mind Maps 👇 It converted my Compose 🎨 notes into a neat concept map instantly. Impressed! ✨ Great for study, quick notes, and organizing concepts in seconds. #NotebookLM #AndroidDev #JetpackCompose #Google
Learn Android SQLite for Beginners Practical Application ⏱️ 1.7 hours ⭐ 4.13 👥 4,349 🔄 Sep 2023 💰 FREE comidoc.com/udemy/learn-an… #AndroidDev #SQLite #MobileDev #udemy
🚀 I'm turning my special formula into an app that will help you plan your basic, simple, and straightforward personal debt repayment and become debt-free within 3 months.#GooglePlay #AndroidDev #AppStore #iOSDev #SoloDev #ReactNative #cloudflare #indie #indiehacker #mobile #app
Google cites Reddit’s results as proof that fully enabling R8 can deliver major Android performance wins as it encourages more dev teams to switch on full app optimization. mobilemarketingreads.com/google-highlig… #AndroidDev #MobileDev #TechNews $GOOGL $RDDT
Mastering Flow API in Kotlin outcomeschool.com/blog/flow-api-… #AndroidDev #Kotlin
androidengineers.substack.com/p/the-complete… medium.com/@anandwana/the… linkedin.com/pulse/complete… #androidDev #kotlin #jetpackCompose #image #format
Integrating Keycloak in Android with AppAuth: What You Really Need to Know #kotlin #dormosheio #androiddev #mobiledev #iosdev dormoshe.io/trending-news/…
Great apps start with great icons. Android devs: here’s how to ship flawless vectors every time. Create icons that scale perfectly on every device — no artifacts, no blurry edges, no surprises in Vector Asset Studio. 👉 iconvectors.io/tutorials/conv… #AndroidDev #AndroidStudio…
🚀 Android Studio Otter 2025.2.1 Patch 1 is here! Fixes: Code Editor: Autocomplete works correctly again after ML completion changes Gradle: Multiple build failures are resolved Learn more here: androidstudio.googleblog.com/2025/11/androi… #AndroidDev #AndroidStudio #Android #Kotlin
Learn Android App Development Zero to Hero 2025 ⏱️ 14.9 hours ⭐ 4.38 👥 1,176 🔄 Jun 2025 💰 $14.99 → 100% OFF comidoc.com/udemy/learn-an… #AndroidDev #Kotlin #MobileDev #udemy
Pro tip: Disable services for non-system users to save memory: if (!UserManager.isSystemUser()) { setComponentEnabledSetting(targetService, DISABLED, 0); } One check. Big wins. Build smarter Android apps 💪 #AndroidDev #Performance #Android16
Most devs don't know: singleton components = massive resource savings. Add one line to your manifest: android:singleUser="true" Result? Less RAM, less network, more happy users. Thread 🧵👇 #AndroidDev #AOSP
🎉 Big Announcement! 🎉 The #DroidconKE2026 dates are officially out! Mark your calendars for 4th–6th November — we’re coming back bigger, bolder, and better than ever! 🚀🔥 🎟 Get your early bird pass today: bit.ly/dcKE2025Tickets #DroidconKE26 #AndroidDev #dcke26
Boost your app’s performance with quick, high-impact wins. Spotlight Week breaks down R8 optimization, measurement tips, and real case studies to help you improve startup + runtime performance. 🎥 youtu.be/iohKX5gI5Kw #AndroidDev #Kotlin #AppPerformance #R8 #MobileDev
youtube.com
YouTube
App Performance | Spotlight Week
🚀 Make your apps more engaging with #Material3 Expressive! Learn how to use Material 3 Expressive to: Add emotional design patterns Customize UI to reflect your brand Deliver high-quality, memorable user experiences 📺Watch here: youtu.be/t9rrsqfB2tM?si… #AndroidDev #Kotlin
youtube.com
YouTube
More customization in Material 3: the path to expressive apps
🚀 New open-source project: Material 3 Expressive List for Jetpack Compose Expressive buttons, split buttons, FAB menus, toolbars, progress indicators & more — all built with #Material3 Expressive. 📌 github.com/NicosNicolaou1… ⭐ If you like it, drop a star! #AndroidDev #Kotlin
The magic of CI/CD in Android Development From automated builds to seamless deployments developers are embracing faster, safer delivery 🧑🏾💻 Continuous Integration + Continuous Delivery = unstoppable innovation ⚙️📱 #dcug25 #DCUG25 #AndroidDev @droidconug
Stepping into #dcug25 with code, curiosity, and community! 🤖 Let’s build the future of Android right here in Uganda 🇺🇬 #AndroidDev #TechInAfrica Day 1 😎
🎉 What an incredible Day 1 at #dcug25! From inspiring keynotes to hands-on sessions and amazing community vibes — Uganda’s mobile dev scene showed up strong! 💪💚 🚀 Day 2 is here — more learning, networking, and innovation await. #dcug25 #AndroidDev #FlutterDev
Yes, you can ask the AI to do all of this in an #AndroidDev project: ✅ Develop the code (of course) ✅ Compile when it finishes ✅ Install it on the device ✅ Take a screenshot and check that what it implemented is correct ✅ Review the Logcat if there is any failure And it…
🎨 Mastering Adaptive UI with Jetpack Compose! @cka_assi takes the stage now to show how to build beautiful, responsive Android apps that look great on any screen size. 📱💻✨ #dcug25 #AndroidDev #JetpackCompose
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
Excited to be at #DCUG25! 🤖 🇺🇬 Amazing sessions, incredible devs, and so much Android innovation happening right here in Kampala. The energy is unmatched! #DroidconUganda #AndroidDev #TechUG
💬 At #dcug25, we had an insightful Roundtable Discussion with @ahmednmahran, exploring real-world developer challenges, career growth, and the future of Android development. A big thank you to Ahmed for inspiring our community! 🙌 #DroidconUganda #AndroidDev
Day 2 at #DCUG25 and I'm learning so much! 🤯 Speakers tackling Android myths I didn't even know I believed, plus real-world insights that actually make sense. This is exactly what I needed! #DroidconUganda #AndroidDev #DCUG25 #NationalICTHub
Yesterday @AdhiamboOyier shared how her team built a custom locale system powering lessons in languages Android doesn’t natively support — from Hinglish to Naija. 🌐✨ Making global learning truly inclusive! 💪📱 #AndroidDev #TechForGood #dcke25 #droidconke2025
iOS takes 30%. Android takes 15%. The math explains why many startups “test Android first.” @GooglePlayDev @AppStore #Developers #AppStore #AndroidDev #iOSDev
💼 @gitzblitz shared hard-earned lessons on leading remote tech teams — from communication and collaboration to building strong engineering culture across continents. 🌍💻 #droidconKE25 #dcke25 #AndroidDev #RemoteWork
Day 1 with @droidconug closed! Incredible start. Now, looking ahead to the Day 2 schedule. Let's finish this Top Gs #dcug2025 #AndroidDev #TechConference
Stepping into #dcug25 with code, curiosity, and community! 🤖 Let’s build the future of Android right here in Uganda 🇺🇬 #AndroidDev #TechInAfrica Day 1 😎
The session intensifies as @DearDhruv breaks down key layout rules introduced in Android 17, showing how developers can future-proof their apps through responsive composition, breakpoints, and layout adaptation. #AndroidDev #Android17 #LargeScreens
Join us for an enlightening session with the brilliant @siddroid at #dcin25 📣 After this #AndroidDev session, you'll leave mastering the art of refactoring legacy #Android apps — real tactics from massive food delivery platforms. Secure your seat today! india.droidcon.com/speakers/sid-p…
Sí, le puedes pedir a la IA que haga todo esto en un proyecto #AndroidDev : ✅ Que desarrolle el código (por supuesto) ✅ Que compile cuando acabe ✅ Que lo instale en el dispositivo ✅ Que haga un pantallazo y compruebe que lo que implementó es correcto ✅ Que revise el Logcat…
Something went wrong.
Something went wrong.
United States Trends
- 1. Cloudflare 202K posts
- 2. Gemini 3 20.5K posts
- 3. #AcousticPianoCollection N/A
- 4. Piggy 49.1K posts
- 5. Olivia Dean 4,007 posts
- 6. Taco Tuesday 14K posts
- 7. Good Tuesday 34.4K posts
- 8. Saudi 110K posts
- 9. #ONEPIECE1166 3,985 posts
- 10. Anthropic 8,049 posts
- 11. #tuesdayvibe 2,954 posts
- 12. Sam Leavitt N/A
- 13. Gary Sinise 5,917 posts
- 14. jeonghan 91.5K posts
- 15. Muslim Brotherhood and CAIR 2,223 posts
- 16. Salman 26.3K posts
- 17. seungkwan 25K posts
- 18. Brian Walshe N/A
- 19. Passan N/A
- 20. #TuesdayFeeling 1,064 posts