We adopted KMP for mobile at our existing Android ...
# feed
c
We adopted KMP for mobile at our existing Android and iOS apps at work. These were separate apps in separate repos that were already in production for several years. In 2023, we started adopting KMP in an incremental manner. I'm writing a series of blog posts on the lessons learnt during this time. So far 2 posts have been published with more to come. • Part 1: How we took advantage of a self-contained feature to validate the technology with the least risk (we shared everything except the UI) • Part 2: For another feature, how we shared the UI plus presentation and business logic, while reusing existing repository implementations (persisted data, authentication, BLE communication) Here's the link to part 2 (which also links to Part 1): http://kiranrao.in/blog/pragmatic-kmp-part-02
2
K 7