B4A Library CircleTimerView V1.0.0

This is a wrapper for this github project.

CircleTimerView
Version:
1
  • CircleTimerView
    Events:
    • onTimerPause ( As )
    • onTimerStart ( As )
    • onTimerStop ( As )
    • onTimerTick (radian As Float)
    Fields:
    • ba As BA
    Methods:
    • AddToParent (Parent As ViewGroup, left As Int, top As Int, width As Int, height As Int)
    • BringToFront
    • DesignerCreateView (base As PanelWrapper, lw As LabelWrapper, props As Map)
    • Initialize (EventName As String)
    • Invalidate
    • Invalidate2 (arg0 As Rect)
    • Invalidate3 (arg0 As Int, arg1 As Int, arg2 As Int, arg3 As Int)
    • IsInitialized As Boolean
    • RemoveView
    • RequestFocus As Boolean
    • SendToBack
    • SetBackgroundImage (arg0 As Bitmap)
    • SetColorAnimated (arg0 As Int, arg1 As Int, arg2 As Int)
    • SetLayout (arg0 As Int, arg1 As Int, arg2 As Int, arg3 As Int)
    • SetLayoutAnimated (arg0 As Int, arg1 As Int, arg2 As Int, arg3 As Int, arg4 As Int)
    • SetVisibleAnimated (arg0 As Int, arg1 As Boolean)
    • pauseTimer
    • startTimer
    Properties:
    • Background As Drawable
    • CircleButtonColor As Int
    • CircleColor As Int
    • CircleStrokeWidth As Float
    • Color As Int [write only]
    • Enabled As Boolean
    • Height As Int
    • Left As Int
    • LineColor As Int
    • LineLength As Float
    • LineWidth As Float
    • NumberColor As Int
    • NumberSize As Float
    • Radian As Float
    • ShadowColor As Int
    • Tag As Object
    • TimerNumberColor As Int
    • TimerNumberSize As Float
    • TimerText As String
    • TimerTextColor As Int
    • TimerTextSize As Float
    • Top As Int
    • Visible As Boolean
    • Width As Int

CircleTimerView001.png
CircleTimerView002.png


This library is Donationware. You can download the library, you can test the library. But if you want to USE the library in your App you need to Donate for it.
Please click here to donate (You can donate any amount you want to donate for the library (or my work) :)
 

Attachments

  • CircleTimerViewEx.zip
    7.5 KB · Views: 639
  • libCircleTimerViewV1.0.0.zip
    12.4 KB · Views: 648
Last edited:

Shay

Well-Known Member
Licensed User
Longtime User
Few questions:
1. Can it count up? (from zero) - if not any similar?
2. How do i disable the "dialer" so you cannot change the time
 

Shay

Well-Known Member
Licensed User
Longtime User
Thanks, are you familiar of some count up library?
 

Schakalaka

Active Member
Licensed User
Hello, last day i have make a little donation for this library..
i'm looking to do something like this:
1588862794059.png


Thanks you
 

DonManfred

Expert
Licensed User
Longtime User
Hello, last day i have make a little donation for this library..
Thank you! Wasn´t sure where it comes from.
i'm looking to do something like this:
This is not the goal of this library.

Additionally it is an old library i do not have the source from anymore.

Do not expect any updates.
 

Schakalaka

Active Member
Licensed User
This is not the goal of this library.

ok, but exist something that do this?
it can be a circle progressbar with timer.
i have implement in normal progress bar , but the timer finish first. it isn 't sync with bar :eek:
:oops:🤔😅



Thank you! Wasn´t sure where it comes from.

This is not the goal of this library.

Additionally it is an old library i do not have the source from anymore.

Do not expect any updates.

Yes i know, but sometimes something new can arise from something old
🤪
 
Top