Hello! I am glad to announce that the release was finally published to store. Please find the link attached here and let me know if it works: play.google.com/store/apps/details?id=com.asebastian.com.asebastian.pizzawatchface
Can you teach us how to use animations in canvas? How to get fade in and fade out animation while switching to AOD or main switching back to main display. I'm having problems understanding these. It would be great if you could sort out some links if possible.
Hello! Sorry for the long wait. You can create your own animating by reducing the refresh interval time and drawing the components according to the animations. Also, you might look into intent activity animations on the internet. The system animations cannot be changed.
@@sebastiansarbu if/when you do release it, if you remember to leave a comment with a link here that would be much appreciated. Thanks for the 3 videos. It's a great intro into what goes into creating a watch face from scratch.
Hello! I am glad to announce that the release was finally published to store. Please find the link attached here and let me know if it works: play.google.com/store/apps/details?id=com.asebastian.com.asebastian.pizzawatchface Regards, Sebi
hello sir, im really annoyed by my oppo watch 1 (46mm) since it constantly moves the ambient mode face. is there any way to force the watch face not to move? i know that the main idea is protecting the screen from screen in burns but like the only reason why i did buy the watch is to use it as accessory and i cant when it just ruins the watch face by moving it.
Hello! The watch itself moves to ambient mode to also prevent unintentional taps and save some battery. Ambient mode varies from design to design, it's programmed into the watchface. Unfortunately there isn't much you can do about ambient mode. Some solutions I see: - increase the active time so it enters later into ambient mode (settings -> display -> screen timeout) - disable annoying ambient mode from settings (always on display). So now you don't see any info, but at least it's not moving anymore. - make your own watchface where ambient mode is the same as active mode (maybe without taps)
@@sebastiansarbu sir, I think I misrepresented my problem. I want to use the ambient mode but I don't want the watch face to move to sides every minute. For example, after 1 minute, it shifts the visual on the screen to left and it looks ugly. I want to prevent it from shifting. But I guess there is no fix.
Can you guide me a little bit upon rectangular displays? I want to draw a rectangular arc around a point. How can I change the arc radius and thickness?
Hello! The arc radius can be changed by using the Rect sent as first parameter (like an oval drawn by a rectangular, not square bound). The thickness is managed by the paint (stroke width). Maybe for rectangular screens a better idea would be to use thick lines across the edges. You can try and see how it looks. At least until you find correct bounds for the pieces of ellipses later on.
In order to see what can be enabled automatically via the framework you can look here: kiosk-dot-codelabs-site.appspot.com/codelabs/complications/index.html?index=..%2F..index#5 I'm not quite happy with the default options so I'll change the way I render usual complications in the future
Hello Sebastian, thank you for the tutorial, I t think soon I will make my own. Also I wanted to ask, do you know why this face watch does not work on Galaxy Watch4? There is no data at all :/
Hello! I tried it on my own Galaxy watch 4 and it worked, as you can see in the picture. There seems to be a problem only with time and date complication after the last update, but I did not have time to investigate
Hello!
I am glad to announce that the release was finally published to store.
Please find the link attached here and let me know if it works:
play.google.com/store/apps/details?id=com.asebastian.com.asebastian.pizzawatchface
Can you teach us how to use animations in canvas? How to get fade in and fade out animation while switching to AOD or main switching back to main display. I'm having problems understanding these. It would be great if you could sort out some links if possible.
Hello! Sorry for the long wait. You can create your own animating by reducing the refresh interval time and drawing the components according to the animations. Also, you might look into intent activity animations on the internet. The system animations cannot be changed.
Thank you
@@sebastiansarbu What is the purpose of the Draw method part?
Hello! The draw method of being called once every few milliseconds. You need to redraw everything since the old frame is invalid
Finally chapter 3.
Best pizza chef! Good tutorial my dude! Keep up the good work!
Please make more video on Watchface
please make a video on an animation watch face
This is an awesome watch face. Please consider making it available on the Play Store!
Hi there! Thank you for the kind words! I will try to release it next month. There are a few things to tweak, still.
@@sebastiansarbu if/when you do release it, if you remember to leave a comment with a link here that would be much appreciated. Thanks for the 3 videos. It's a great intro into what goes into creating a watch face from scratch.
Will definitely do! Best regards!
Hello!
I am glad to announce that the release was finally published to store.
Please find the link attached here and let me know if it works:
play.google.com/store/apps/details?id=com.asebastian.com.asebastian.pizzawatchface
Regards,
Sebi
what about turning the text upside down for the weather and steps?
That's an interesting idea! I want to make some research regarding typefaces and fonts and maybe I'll make a follow-up video
hello sir, im really annoyed by my oppo watch 1 (46mm) since it constantly moves the ambient mode face. is there any way to force the watch face not to move? i know that the main idea is protecting the screen from screen in burns but like the only reason why i did buy the watch is to use it as accessory and i cant when it just ruins the watch face by moving it.
by the way, im using a 3rd party watch face app and it doesn't have the option too (pujie black watch face app)
Hello! The watch itself moves to ambient mode to also prevent unintentional taps and save some battery. Ambient mode varies from design to design, it's programmed into the watchface. Unfortunately there isn't much you can do about ambient mode. Some solutions I see:
- increase the active time so it enters later into ambient mode (settings -> display -> screen timeout)
- disable annoying ambient mode from settings (always on display). So now you don't see any info, but at least it's not moving anymore.
- make your own watchface where ambient mode is the same as active mode (maybe without taps)
@@sebastiansarbu sir, I think I misrepresented my problem. I want to use the ambient mode but I don't want the watch face to move to sides every minute. For example, after 1 minute, it shifts the visual on the screen to left and it looks ugly. I want to prevent it from shifting. But I guess there is no fix.
Hi there! Unfortunately not. This is the way it was intended to work
Can you guide me a little bit upon rectangular displays? I want to draw a rectangular arc around a point. How can I change the arc radius and thickness?
Hello! The arc radius can be changed by using the Rect sent as first parameter (like an oval drawn by a rectangular, not square bound). The thickness is managed by the paint (stroke width). Maybe for rectangular screens a better idea would be to use thick lines across the edges. You can try and see how it looks. At least until you find correct bounds for the pieces of ellipses later on.
@@sebastiansarbu I'll try that for sure.
@@sebastiansarbu how do I enable watch dials again? Is there somekind of screen blocking the watch dials?
Hello! There is no screen block. You have to manually draw everything you need
In order to see what can be enabled automatically via the framework you can look here: kiosk-dot-codelabs-site.appspot.com/codelabs/complications/index.html?index=..%2F..index#5
I'm not quite happy with the default options so I'll change the way I render usual complications in the future
Hello Sebastian, thank you for the tutorial, I t think soon I will make my own. Also I wanted to ask, do you know why this face watch does not work on Galaxy Watch4? There is no data at all :/
Hello! I tried it on my own Galaxy watch 4 and it worked, as you can see in the picture. There seems to be a problem only with time and date complication after the last update, but I did not have time to investigate
@@sebastiansarbu not sure why is not working for me. Anyway, tnx for the tutorial. Good job