Explore tweets tagged as #kotlin
Kotlin Flow API Cheat Sheet, for in-depth learning, refer to our Kotlin Flow API Complete Series: #Kotlin #AndroidDev
0
19
50
Steps to convert any callback to Coroutines in Kotlin. • Create a suspend function to return the Result. • Use suspendCoroutine as the return block. • Use continuation.resume(result) for the success. • Use continuation.resumeWithException(throwable) for the error. #Kotlin
0
2
6
Kicking off my #BuildInPublic journey 🚀.I’m building Posturely 🦒 for the RevenueCat #Shipaton hackathon. Built with Kotlin Multiplatform → one codebase for iOS, Android, Mac & Windows. Posture tracking in 3 ways:.👂 AirPods tilt sensors.📱 Phone camera (AI pose).💻 Desktop
3
0
4
Kotlin-specific features every Android developer should know. Learn from Outcome School: #AndroidDev #Kotlin
0
8
57
🎶 I just wanted to turn up the music. 🎶. I saw it in a video and wanted to try it with compose xd. #Kotlin #Android #AndroidDevs #JetpackCompose #Animation #ComposeAnimations
1
3
18
Three things that have changed the way we develop for Android:. • Kotlin: Null-safety, conciseness, and coroutines for asynchronous operations. • ViewModel: Persists data during the configuration changes. • Jetpack Compose: A declarative approach to building UI. #AndroidDev
0
6
48