I have an existing android habit app, and I'd like to create a wear-os view for it. It'd essentially just be one more screen / view (that shows current habits and lets you check them), but for wear-os: everything including its database, the utils, should match exactly.
Going over the wear-os developer docs, its unclear how to do this. It seems like they want you to create an entirely identical stand-alone wear-os app.
Has anyone been through this process before?