February MeetUp – Online

GDG Montreal > Events > February MeetUp – Online

February MeetUp – Online

2021-02-16 | droidmtl | Events, Meetup

Thursday, February 25th, 2021

For this event, we will be using remo  https://live.remo.co/e/gdg-montreal-february-meetup

 

Schedule:

  • 18:20 Welcome!
  • 18:30 The D-KMP Architecture: Declarative UIs + Kotlin MultiPlatform + MVI pattern by Daniele Baroncelli
  • 19:15 Break (time to get another coffee / beer / etc.)
  • 19:30 Custom Lint Rules by Boris Dubois

 

The D-KMP Architecture: Declarative UIs + Kotlin MultiPlatform + MVI pattern

by Daniele Baroncelli

Year 2020 has not only been the year of the pandemic, but also the year which set the division between “The Past” and “The Future” in apps development. With JetpackCompose and Kotlin MultiPlatform reaching “Alpha” stage in August 2020, The Future will already start in 2021, the year where both technologies will reach “Stable” stage.

The Future is a clean cut from the The Past, as “MultiPlatform” will become the preferred choice. We will see many platform-specific technologies (LiveData, RxJava, Dagger, Retrofit, Room, etc.) losing their centrality, replaced by KMP technologies such as StateFlow, Coroutines, Ktor, Serialization, SqlDelight, etc.

In this talk I will present the D-KMP architecture which is based on the 3 pillars:
– DeclarativeUIs (JetpackCompose on Android, SwiftUI on iOS, Kotlin/React on Web)
– Kotlin MultiPlatform (KMP)
– MVI pattern.

Bio

I am a mobile architect (client/server), with over 10 years experience. I started Android development in 2009 and iOS development in 2015. I am also one of the early Golang adopters, starting in 2013.

I have architected the highest-rated travel app in Europe (called Trenìt!), which has 4.8 stars on both Android and iOS, out of over 110,000 reviews.

I have historically focused on “thin” client architectures, with most logic residing on the webservices. I am now envisioning a future of “rich” client architectures, thanks to declarative UIs and Kotlin MultiPlatform.

Custom Lint Rules

by Boris Dubois, Transit

Custom lint rules or how to enforce your code style to your coworkers without them knowing 🙂