Framework Setup
Closed this issue · 2 comments
rodvar commented
- we need to support 3 apps, 2 of them identical UI (android and ios Clients) and 1 sharing probably ~90% of those (android Node).
- Based on the POCs experience the best candidate seems to be KMP for this
- The goal for this issue is to setup a KMP project that:
- has a separated reusable kmp lib called
sharedUI
using KMP Compose libs to generate UI (could be the official example to show something on screen) - has 3 separate buildable apps: iosClient, androidClient and androidNode, all of them running the same UI
- has a separated reusable kmp lib called
- for more info see discussion.
rodvar commented
created this issue of what I've been doing the past 2 days.
results are here: https://github.com/bisq-network/bisq-mobile/tree/main/bisqapps
3 apps with shared UI can be generated from the project. Will improve the readme and consider this one closed :)
rodvar commented
closed with commit 3357c4d5e103a201742b1c9441786bdfdf8f9465