Array Types for Watchfaces (Calories, Distance, etc.)

Obviously not all possible options are available in these programmes…

If you lke to be a nerd too:

:rofl:

1 Like

Nerd Here! First computer was Atari 400!

I’m working down from 54.
Maybe you can do the job from 16 upwards :crazy_face:

1 Like

will try but it may not be easy

Yes,
R_Sauvalle may be right. Even if there is something, it may depend on other factors…


Nothing interestin till 20…
AT31 is the year alone and AT51 is 06 again…

Feel like an explorer…
seasick :nauseated_face:

Does anybody have an idea, what these numbers mean?
They may also be numbercodes for images though…

Anyways that is what appears, if you give your watch numbers to play with these ArrayTypes (big numbers).

AT 17 is decreasing with Steps (opposed to calories?)
AT 101 is not a timestamp, is it?

Have fun finding out:

Have you looked here ?

Also note that a lot of extension only work with UL

5 Likes

here is my personal list. Some of them needs Universal launcher to run. Please notice that some of them are not included in CSM and WFD. You need to change directly in XML
Have fun.

1 yearmonthday

2 monthday

3 month

4 day

5 weekday

6 hourminute

7 hour

8 minute

9 second

10 weather

11 temperature

12 steps

13 heartrate

14 baterylevel

16 year

17 battery arc

18 arc steps

19 moon phase

54 kcal

60 distance

99 charging bat

100 tap action

1001 distance

1002 distance unit (0=KM, 1=miles)

1011 temp unit (0=C, 1=F)

5 Likes

pedometer text : 97
heartrate text : 98

Battery arc : 17

Moon : 19

@G1NT0N1C almost 100% correct list, lol just change 17 to battery arc :wink:

2 Likes

Jep, you are right, copy-error. Fixed.

2 Likes

array 101: year month day (YY/MM/DD)

List as of now:

1 yearmonthday (YYYY/MM/DD)

2 monthday

3 month

4 day

5 weekday

6 hourminute

7 hour

8 minute

9 second

10 weather

11 temperature

12 steps

13 heartrate

14 battery level

16 year

17 battery arc

18 arc steps

19 moon phase

54 kcal

60 distance

62 for GIFs on stocklauncher

97 Pedometer text

98 Heart rate text

99 charging battery icon

100 Tap Action

101 Year Month Day (YY/MM/DD)

1001 distance

1002 distance unit (0=KM, 1=miles)

1011 temp unit (0=C, 1=F)

thanks to @G1NT0N1C

2020.03.26: 62 added by G1NT0N1C

4 Likes

Did you checked which time format is araytype 1?

1 Like

ahhh I see what your mean, give me a sec

101: YY/MM/DD
1: YYYY/MM/DD heh it’s a new find!

@G1NT0N1C edited now the list… how about pinning the list to android development category?

1 Like

I moved it to “Custom Faces - Developement & Guides” category. This should be the right place.

1 Like

I corrected my previous link…

1 Like

Hey Everybody :hugs:

Some more stupid questions from the Newby :see_no_evil:

Is there an array to include external data in the watchface?

What xml code are we using here anyway and is the any documentation?

I found most of the arrays also work in the original stock launcher (Optimus Pro)

1 Like

Excellent question about what xml code and documentation!

I’m just dreaming here, but what I mean is something like:

`indent preformatted text by 4 spaces`
<drawable>
<arraytype>???</arraytype>
<centerX>85</centerX>
<centerY>-10</centerY>
<cls>com.astrodata.sunset.ServiceAction</cls>
<pkg>com.astrodata.sunset</pkg>
</drawable>
1 Like