Kotlin / kmm-production-sample

This is an open-source, mobile, cross-platform application built with Kotlin Multiplatform Mobile. It's a simple RSS reader, and you can download it from the App Store and Google Play. It's been designed to demonstrate how KMM can be used in real production projects.
https://kotlinlang.org/lp/mobile/
MIT License
1.98k stars 221 forks source link

A MVVM approach #66

Open programadorthi opened 11 months ago

programadorthi commented 11 months ago

Well, it is not a complain about actual structure. But I think that would be nice having more approaches to use KMM in this sample. So, instead of open a pull request to put code that will never to production, I'm opening here an issue to curious about how this sample would works using MVVM. Feedbacks are welcome. https://github.com/Kotlin/kmm-production-sample/compare/master...programadorthi:kmm-production-sample:mvi-to-mvvm?expand=1

pahill commented 11 months ago

Thank you, will take a look!