B4A Library [B4X] [XUI] AS Clock - Analog Clock or Digital - Alexander Stolte    Jan 16, 2025   (24 reactions) Thanks to @wonder for his nice "Analog Clock with Sound", this safes me a lot of time.../b4x-as-rangeslider-as-clock-sleep-schedule-picker.137578/
ASClock
Author: Alexander Stolte
Version: 1.01
ASClock... B4J Tutorial Simple analog Clock - Johan Schoeman    Oct 8, 2022   (25 reactions) Nothing spectacular - a simple analog clock made entirely from static and rotating ImageViews and... 'The clock face image ' Private ImageView3 As B4XView... the timer setClock 'get the hour, minute, second... String End Sub Sub setClock cntsec = DateTime.GetSecond(DateTime.Now... 'we are dealing with a 12hr clock - so subtract 12 from hours if hours is greater than... B4A Code Snippet Grabbing the Analog Clock at android.widget.AnalogClock - Johan Schoeman    Jul 7, 2015   (2 reactions) eg 100) to get closer to a perfect circular border around the clock.... B4A Example Another Analog Clock - Johan Schoeman    Jul 8, 2015 analog clock (clock face and hour/minute hands). The clock is however powered/driven by a B4A timer... B4A Example Analog Clock with Sound - wonder    Apr 2, 2015   (12 reactions) an analog clock example. Enjoy!
#Region Project Attributes
#ApplicationLabel: Analog Clock... As Float
Dim Clock_Radius As Float
Dim Clock_X, Clock_Y As Float
Dim Hour_Handle_Size... B4A Example [B4X] AS RangeSlider + AS Clock = Sleep Schedule Picker - Alexander Stolte    Feb 24, 2024   (12 reactions) 124148 This is a short Example of what is possible with this 2 views. I spend a lot of time in creating views, like this and to create a high quality view cost a lot of time. If you want to support me and further views, then you can do it here by Paypal or with a coffee. :) https://www.b4x.com/android/forum/threads/b4x-xui-as-rangeroundslider.137446/ + https://www.b4x.com/android/forum/threads/b4x-xui-as-clock-analog-clock-or-digital.137551/ = 124148 Have Fun :) https://www.b4x.com/android... B4A Example Analog24hClock - Post #12 - Johan Schoeman    Jul 9, 2015   (14 reactions) It wraps a tiny bit of this - just enough to show the clock. Thought it looked quite nifty...Have done nothing special to it other than painting the hands and the face a bit...:) Lib files are all in... B4A Question widget clock analogic - Erel (first post)    Oct 4, 2011 You can use an ImageView. Draw the clock on a bitmap and use RemoteViews.SetImage to update the image. Note that updating the widget every minute will make it a "heavy" widget.... B4A Question Analog Clock with custom hands - bravotango (first post)    Mar 11, 2012 Erel directed me to Klaus clock which is done completely with VB, bypassing the android clock. Klaus has already done what I was struggling with. I couldn't get rid of the standard clock dial... B4A Question Analog Clock Widget - Erel (first post)    Feb 19, 2012   (1 reaction) I don't think that it is possible to use the AnalogClock in a home screen widget.... Page: 1   2   3   4   5   6   7   |