#androiddev risultati di ricerca

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


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

skiptools's tweet image. 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

Join @KennethMathari as he takes the stage at #dcug25 to explore the human side of open source — how understanding, engaging & contributing to communities leads to more secure, resilient mobile apps. 🎟️ Get your ticket: qkt.io/T820u0 #AndroidDev #OpenSource

droidconug's tweet image. Join @KennethMathari as he takes the stage at #dcug25 to explore the human side of open source — how understanding, engaging & contributing to communities leads to more secure, resilient mobile apps.

🎟️ Get your ticket: qkt.io/T820u0
#AndroidDev #OpenSource

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

nsh_zero7's tweet image. 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

Learning and applying these will make you a better engineer. Learn from here: outcomeschool.substack.com #AndroidDev

amitiitbhu's tweet image. Learning and applying these will make you a better engineer.

Learn from here: outcomeschool.substack.com

#AndroidDev

Thinking if i can replicate this wave animation in Jetpack Compose #JetpackCompose #AndroidDev


Creating something new 👀 Can’t wait to show what’s been in the works. #AndroidDev #indiedev

justnickand's tweet image. Creating something new 👀
Can’t wait to show what’s been in the works.
#AndroidDev #indiedev

💬 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

droidconug's tweet image. 💬 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

Stepping into #dcug25 with code, curiosity, and community! 🤖 Let’s build the future of Android right here in Uganda 🇺🇬 #AndroidDev #TechInAfrica Day 1 😎

alban_ug's tweet image. Stepping into #dcug25 with code, curiosity, and community! 🤖
Let’s build the future of Android right here in Uganda 🇺🇬 #AndroidDev #TechInAfrica

Day 1 😎
alban_ug's tweet image. Stepping into #dcug25 with code, curiosity, and community! 🤖
Let’s build the future of Android right here in Uganda 🇺🇬 #AndroidDev #TechInAfrica

Day 1 😎
alban_ug's tweet image. Stepping into #dcug25 with code, curiosity, and community! 🤖
Let’s build the future of Android right here in Uganda 🇺🇬 #AndroidDev #TechInAfrica

Day 1 😎
alban_ug's tweet image. Stepping into #dcug25 with code, curiosity, and community! 🤖
Let’s build the future of Android right here in Uganda 🇺🇬 #AndroidDev #TechInAfrica

Day 1 😎

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

IanJeff69417252's tweet image. 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

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…

leiva_dev's tweet image. 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…

We kicked off #droidconKE25 with an inspiring keynote from George Njuguna, Tech Leader, on “Building Products for the African Market.” A powerful session on innovation, inclusion, and creating impact through technology across Africa. 🌍 #AndroidDev #AfricaTech #droidconke2025

droidconke's tweet image. We kicked off #droidconKE25 with an inspiring keynote from George Njuguna, Tech Leader, on “Building Products for the African Market.”

A powerful session on innovation, inclusion, and creating impact through technology across Africa. 🌍

#AndroidDev #AfricaTech #droidconke2025…
droidconke's tweet image. We kicked off #droidconKE25 with an inspiring keynote from George Njuguna, Tech Leader, on “Building Products for the African Market.”

A powerful session on innovation, inclusion, and creating impact through technology across Africa. 🌍

#AndroidDev #AfricaTech #droidconke2025…

Kotlin Flow API Cheat Sheet, for in-depth learning, refer to our Kotlin Flow API Complete Series: outcomeschool.com/blog/flow-api-… #Kotlin #AndroidDev

pallavishekhar_'s tweet image. Kotlin Flow API Cheat Sheet, for in-depth learning, refer to our Kotlin Flow API Complete Series: outcomeschool.com/blog/flow-api-…

#Kotlin #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

Sotttti's tweet image. 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

joreilly's tweet image. First "real" Android app I worked on....this time 15 years ago! Might make just a *few* changes if developing it today! 😀 #AndroidDev

🎉 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

droidconug's tweet image. 🎉 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
droidconug's tweet image. 🎉 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
droidconug's tweet image. 🎉 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
droidconug's tweet image. 🎉 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

🎨 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

droidconug's tweet image. 🎨 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
droidconug's tweet image. 🎨 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
droidconug's tweet image. 🎨 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
droidconug's tweet image. 🎨 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

What en event @FIDOAlliance Authenticate was! 🔐 Loved presenting the exciting work we are doing on passkeys & Identity, the fun tasks and ofcourse meeting my team there! #AndroidDev #Android #Google #passkeys

theDroidLady's tweet image. What en event @FIDOAlliance Authenticate was! 🔐

Loved presenting the exciting work we are doing on passkeys & Identity, the fun tasks and ofcourse meeting my team there!

#AndroidDev #Android #Google #passkeys
theDroidLady's tweet image. What en event @FIDOAlliance Authenticate was! 🔐

Loved presenting the exciting work we are doing on passkeys & Identity, the fun tasks and ofcourse meeting my team there!

#AndroidDev #Android #Google #passkeys
theDroidLady's tweet image. What en event @FIDOAlliance Authenticate was! 🔐

Loved presenting the exciting work we are doing on passkeys & Identity, the fun tasks and ofcourse meeting my team there!

#AndroidDev #Android #Google #passkeys

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


⚡ Build apps like a pro. 50+ ready-to-use codes for iOS (Swift) & Android (Kotlin). Save time. Launch faster. Earn more 🚀 👉 payhip.com/b/1rsxO #AppDev #iOSDev #AndroidDev #MobileApps #Xcode #Kotlin #Swift


Mastering Assisted Injection in Hilt: A Complete Guide. By Vamsi Vaddavalli #AndroidDev proandroiddev.com/mastering-assi…


It's *always* a Gradle issue 😭 #AndroidDev


🔥 RDV le 24 novembre chez @BackMarket pour un Meetup #AndroidDev Paris d'exception ! Au programme : ✨ Animations Compose vs Lottie ⚡ Gradle caches décryptés 🍎 #KotlinMultiplatform sur iOS Special guest : @pamelaahill de @jetbrains 🚀 Inscriptions 👉 meetup.com/android-paris/…


💬 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

droidconug's tweet image. 💬 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

I’m curious l, how are you monitoring or optimizing wake locks in your app or SDK? Let’s discuss how we can build battery-smart apps. #AndroidDev #MobilePerformance #BatteryOptimization #AndroidVitals #PlayConsole #MobileEngineering #SDKDevelopment #GooglePlay


🚀 audx-android v1.0.0 is out! A Kotlin wrapper for a native C realtime denoiser — now faster, 50% smaller, and supports custom pre-trained AI models. Perfect for real-time voice AI on Android 🎧 👉 github.com/rizukirr/audx-… #AndroidDev #Kotlin #AI #AudioProcessing


Just watched this great video on "Building intelligent Android apps with Gemini" 👇 🎥 youtu.be/hSsBAT0PbNs?si… Really interesting insights on how AI can make apps smarter and more helpful. #Android #AndroidDev #AI #Gemini #AppDevelopment #Kotlin

nicolaou_nicos's tweet card. Building intelligent Android apps with Gemini

youtube.com

YouTube

Building intelligent Android apps with Gemini


Want seamless async in Jetpack Compose? Use `LaunchedEffect` for side-effects and tie coroutine scopes to composable lifecycles with `rememberCoroutineScope()`. Keep UI responsive and manageable with structured concurrency! 🚀 #JetpackCompose #KotlinCoroutines #AndroidDev


Compose-Native CameraX Is Now Stable: End-to-End Guide for Jetpack Compose. By @ioannisa #AndroidDev proandroiddev.com/goodbye-androi…


Demystifying Android’s Surface: Your Secret Weapon for High-Performance Graphics 🚀 By Akshat Divekar #AndroidDev proandroiddev.com/demystifying-a…


Breaking the Speed Barrier: How Non-Blocking Splash Screens Cut Android App Launch Time by 90%. By Sankalp Chauhan #AndroidDev proandroiddev.com/breaking-the-s…


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

IanJeff69417252's tweet image. 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

🎨 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

droidconug's tweet image. 🎨 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
droidconug's tweet image. 🎨 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
droidconug's tweet image. 🎨 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
droidconug's tweet image. 🎨 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

Fav transition for any #AndroidDev working with #JetpackCompose 😅!

QamarSafadi's tweet image. Fav transition for any #AndroidDev working with #JetpackCompose 😅!

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

skiptools's tweet image. 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

MVI (Model-View-Intent) Architecture in Android Thread 🧵 #AndroidDev

pallavishekhar_'s tweet image. MVI (Model-View-Intent) Architecture in Android

Thread 🧵

#AndroidDev

Join @KennethMathari as he takes the stage at #dcug25 to explore the human side of open source — how understanding, engaging & contributing to communities leads to more secure, resilient mobile apps. 🎟️ Get your ticket: qkt.io/T820u0 #AndroidDev #OpenSource

droidconug's tweet image. Join @KennethMathari as he takes the stage at #dcug25 to explore the human side of open source — how understanding, engaging & contributing to communities leads to more secure, resilient mobile apps.

🎟️ Get your ticket: qkt.io/T820u0
#AndroidDev #OpenSource

Android Interview Question: Explain Jetpack Compose Phases Answer: #AndroidDev #JetpackCompose

pallavishekhar_'s tweet image. Android Interview Question: Explain Jetpack Compose Phases

Answer:

#AndroidDev #JetpackCompose

Firebase Remote Config in Android #AndroidDev

pallavishekhar_'s tweet image. Firebase Remote Config in Android

#AndroidDev

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

IanJeff69417252's tweet image. 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

Sealed classes common use-cases in Android #AndroidDev #Kotlin

pallavishekhar_'s tweet image. Sealed classes common use-cases in Android

#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 😎

alban_ug's tweet image. Stepping into #dcug25 with code, curiosity, and community! 🤖
Let’s build the future of Android right here in Uganda 🇺🇬 #AndroidDev #TechInAfrica

Day 1 😎
alban_ug's tweet image. Stepping into #dcug25 with code, curiosity, and community! 🤖
Let’s build the future of Android right here in Uganda 🇺🇬 #AndroidDev #TechInAfrica

Day 1 😎
alban_ug's tweet image. Stepping into #dcug25 with code, curiosity, and community! 🤖
Let’s build the future of Android right here in Uganda 🇺🇬 #AndroidDev #TechInAfrica

Day 1 😎
alban_ug's tweet image. Stepping into #dcug25 with code, curiosity, and community! 🤖
Let’s build the future of Android right here in Uganda 🇺🇬 #AndroidDev #TechInAfrica

Day 1 😎

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

outcome_school's tweet image. 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 App Release Checklist For The Production Launch #AndroidDev

pallavishekhar_'s tweet image. Android App Release Checklist For The Production Launch

#AndroidDev

Understanding annotationProcessor, kapt, ksp in Gradle Thread 🧵 #AndroidDev #Kotlin

pallavishekhar_'s tweet image. Understanding annotationProcessor, kapt, ksp in Gradle

Thread 🧵

#AndroidDev #Kotlin

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

nsh_zero7's tweet image. 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

Kotlin Flow API Cheat Sheet, for in-depth learning, refer to our Kotlin Flow API Complete Series: outcomeschool.com/blog/flow-api-… #Kotlin #AndroidDev

pallavishekhar_'s tweet image. Kotlin Flow API Cheat Sheet, for in-depth learning, refer to our Kotlin Flow API Complete Series: outcomeschool.com/blog/flow-api-…

#Kotlin #AndroidDev

Kotlin Interview Question: Explain withContext in Coroutines. #AndroidDev #Android #Kotlin

pallavishekhar_'s tweet image. Kotlin Interview Question: Explain withContext in Coroutines.

#AndroidDev #Android #Kotlin

🎉 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

droidconug's tweet image. 🎉 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
droidconug's tweet image. 🎉 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
droidconug's tweet image. 🎉 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
droidconug's tweet image. 🎉 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

Key Directories and Files in Retrofit Repository #AndroidDev #Java #Kotlin #OpenSource

pallavishekhar_'s tweet image. Key Directories and Files in Retrofit Repository

#AndroidDev #Java #Kotlin #OpenSource

Creating something new 👀 Can’t wait to show what’s been in the works. #AndroidDev #indiedev

justnickand's tweet image. Creating something new 👀
Can’t wait to show what’s been in the works.
#AndroidDev #indiedev

Loading...

Something went wrong.


Something went wrong.


United States Trends