Github Actions, Transforming UseCase, Jetpack Compose, Kotlin Multiplatform libraries API, Android Lint, and more! | by Shahla Aliyeva | Aug, 2023
Just as always, we are reachable via editors@proandroiddev.com. We look forward to reading your feedback, article submissions, and partnership ideas. Follow us on Facebook and Twitter, and see you soon! Cheers, ProAndroidDev Team Sergii Zhuk . Greg Fawson . Andy Dyer . Brian Gardner ….
Writing Swift-friendly Kotlin Multiplatform APIs — Part VI: Enum and Sealed Classes | by André Oriani | Aug, 2023
Learn how to code libraries that your iOS teammates will not frown upon using them. In this chapter: enums and sealed classes. Androids enumerating apples: green, orange, and red apples — DALLE-2 I love Swift enums, even though I am a Kotlin developer. And iOS…
Transforming UseCase: Embracing Fluent and Functional Approach (2023) | by Stephen Siapno | Aug, 2023
Before we dive into the UseCase of Fluent and Fun Clean Architecture, let’s first understand how to implement it in Clean Architecture. For better understanding, Let’s consider a simple example of a use case in an e-commerce application: Use Case: Place Order Action: Customer Description:…
Clok: The math behind the clock. For: Anyone who is interested in… | by Tayfun Cesur | Aug, 2023
For: Anyone who is interested in Jetpack Compose Canvas, MathematicsLevel: Mid-Senior Hello everyone. In this story, we are going to discover the basic math that needs to be used when drawing an analog clock. It’s really fascinating to see such math even in a simple…