Latest Android Weekly Issue 587 is out!
https://androidweekly.net/issues/issue-587 #AndroidDev #Kotlin
The final episode of my series "Writing Swift-friendly Kotlin Multiplatform APIs" is out. I am talking about flows
#kotlin #swift #AndroidDev #multiplatform
I’ll be speaking at #dcnyc23 🍎 Flying to NYC tomorrow!
Excited to meet more of the #AndroidDev community 🥰 if you haven't got a ticket, you can get your tickets with 25% discount here:
https://pretix.eu/droidcon/dcnyc23/redeem?voucher=SPEAKERCOMMUNITY_DCNYC23
New article: A script to compare two Macrobenchmarks runs
https://blog.p-y.wtf/a-script-to-compare-two-macrobenchmarks-runs
#AndroidDev #performance #benchmark #macrobenchmark #Android
#AndroidDev #performance #benchmark #macrobenchmark #android
What's the most bizarre finding you on Android Development you have had?
For me, it's the logging system of Android has a method named “wtf()”, which stands for “What a Terrible Failure”.
#Coroutines are much lighter than #Threads; But why? 🤔
What happens behind the scenes when we launch thousands of Coroutines It is okay but when does with Threads program become laggy or crash? Let's see why. 🌟
#Coroutines #threads #kotlin #java #loom #android #AndroidDev
I'm creating cohort based courses on #AndroidDev #JetpackCompose and #Kotlin #Multiplatform
While I'm finishing up the course outlines, and pricing, I'd like to measure the interest.
Please join this waitlist if you're interested in learning with me.
https://forms.gle/zzJ2JyFpdZ8o14Yv5
#AndroidDev #JetpackCompose #kotlin #multiplatform
I'm looking for an Android developer position. 🚀 If you know of someone who needs it, it would be useful, thanks!
#android #AndroidDev #position #androidposition
Can you share one free accompanying tool you like for your Android Development? #AndroidDev #AndroidDevs
Here's one from me. "scrcpy" https://scrcpy.org/, for seamless mirroring Android device screen on our computer machine.
droidconke (https://droidcon.co.ke/):
📢One week to go📢
Keep on submit your Flutter and Android talks to #dcke23.
#dcke23 #AndroidDev #flutterdev
This is already a quite long thread but it seems I might have stumbled upon a #Compose compiler bug and my usage of `rememberUpdatedState` would actually not be required if the compiler worked as expected.
#compose #AndroidDev #JetpackCompose
droidconke (https://droidcon.co.ke/):
📢 REMINDER ALERT📢
We are 8 days away to the close of #dcke23 CFS. Don't miss out on the opportunity to share your knowledge and insights with our community.
Submit your talks and be part of the upcoming amazing event.
#dcke23 #AndroidDev #flutterdev
Evolution of Android Versions and Features → https://www.kunal-chowdhury.com/2023/09/android-history.html
Discover the flavorful evolution of Android, from its inception to cutting-edge features. Explore the journey of innovation!
#android #AndroidDev #androiddevs #infographic
Twelve years ago, I registered for a Google Play (was Android Market back then) Developer account. Since then, I have published more than 12 Android apps on the Google Play Store.
Check out my Android apps at https://play.google.com/store/apps/dev?id=5038784345581775968
Latest Android Weekly Issue 586 is out!
https://androidweekly.net/issues/issue-586 #AndroidDev #Kotlin
Understand Android 13 Predictive Back Behavior Differs from traditional onBackPressed() #androiddev #AndroidDevs
Another super important Android 13 Change We need to get on Soon! #androiddev #AndroidDevs
https://medium.com/mobile-app-development-publication/migrate-to-android-13-predictive-back-soon-before-its-too-late-e1e1723f392?sk=ca5b10f1378cab1cb45c924463f98732
📣 Le prochain #meetup sera jeudi 14 septembre !
Decathlon nous accueillera dans les locaux du Palace à #Nantes avec des présentations par @robincaroff et Dennis Bordet.
👉 Infos et réservations : https://gdg.community.dev/events/details/google-gdg-nantes-android-presents-android-nantes-25-meetup-au-palace/
#meetup #nantes #AndroidDev #mobile #GDG #android
The correct usage of rememberUpatedState() is still something that puzzles me during #JetpackCompose development from time to time.
For instance if you reference a ViewModel in a lambda that itself is part of a state, like in rememberModalBottomSheetState(), you will get undefined and very weird Compose behaviour.
Took me a few hours to find out that I forgot to use rememberUpdatedState() on the VM reference 🤦♂️
#JetpackCompose #AndroidDev #android
ADB commands to emulate preset Post-Notification Permission on Android 12L and 13 #Android #AndroidDev