paug / AndroidMakersApp

📱Official companion app for Android Makers by droidcon 🇫🇷
https://androidmakers.droidcon.com/
120 stars 27 forks source link

🚀 Compose Multiplatform FTW #206

Closed enthuan closed 6 months ago

enthuan commented 6 months ago

Moved all the Android views to Compose Multiplatform.

Capture d’écran 2024-03-22 à 16 23 29 Capture d’écran 2024-03-22 à 16 23 56

I also cleaned the iOS codebase to remove all the obsolete code.

What's next :

martinbonnin commented 6 months ago

I saw there is a PR on the androidsdk repository to support Compose MP.

I'll work with @GerardPaligot to get that through the finish line

GerardPaligot commented 6 months ago

@martinbonnin Main issues about openfeedback kmp support is to handle resources and the ViewModel but with the latest version of Compose Multiplatform (1.6.+) and androidx ViewModel now compatible with KMP, I think we can finish my contribution about KMP on openfeedback repository!