Hello!
I like to make a Whatch Face whitch contains some Information on the last activity the user did. But could not find the Values.
I'm new in and hope someone can help me.
Br Manuel
Hello!
I like to make a Whatch Face whitch contains some Information on the last activity the user did. But could not find the Values.
I'm new in and hope someone can help me.
Br Manuel
You can get some things by way of
Activity.getActivityInfo().
But not all will be valid, so remember to null check. And some may change on some devices, such as currentHeartRate
Thank you so much for the fast Answer.
I could not find the necessary Information in the getActivityInfo() and i'm not shure if i did well explain my needs :-(.
I like to make a Whatch Face which can be used as Main Whatch Face. There i need the endTime of the Last Activity > evalueta the Tipe of Activity and then add some Counters.
As well i need some values out of the Activity which i could not finde in the List of ActivityInfos().
I know they are somewhere (at least for Garmin) because i have preinstalled a widget which contains this Infos.
Thanks a lot
Manuel
Native widgets, watch faces, etc, aren't written in CIQ, and have access to info that's not available in CIQ. Activity.getActivityInfo() is all you have access to in CIQ.
That is just what i thougt ;-) Thank you very much for the help!!!!!!!!