Hey everyone, has anyone tried to create a sleep t...
# multiplatform
d
Hey everyone, has anyone tried to create a sleep tracking app in compose multiplatform with support for Health Connect and Healthkit?
h
I used to do it but not with compose. Health Connect and HeathKit provide you APIs to connect/tracking and get info. Then you use those info to display it on your UI represented in Compose UI. So compose multiplatform is just an option you use to display your data.