B4A Library EasyLoadingButton

The attached project wraps this Github posting. Attached the zipped B4A project. The library files JAR and XML) are in the /files folder of the B4A project. Copy them to your additional libraries folder. Also posting the Java source code (src.zip) in case someone want to do something additional with this project.


easy1.png


easy2.png


easy3.png



easy4.png


Thanks teacher! :)

EasyLoadingButton
Version:
1
  • LoadingButton
    Fields:
    • ba As BA
    Methods:
    • 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)
    • addListener
    Properties:
    • ArcColor As Int [write only]
    • Background As Drawable
    • CircleColor As Int [write only]
    • Color As Int [write only]
    • CommonDrawable As Drawable [write only]
    • CompleteDrawable As Drawable [write only]
    • Completed As Boolean [write only]
    • DefaultDraw As Boolean [write only]
    • DrawableStart As Boolean [write only]
    • Enabled As Boolean
    • FillColor As Int [write only]
    • Height As Int
    • Left As Int
    • Tag As Object
    • TargetProgress As Float [write only]
    • Top As Int
    • Visible As Boolean
    • Width As Int
 

Attachments

  • EasyLoadingButton.zip
    98.7 KB · Views: 340
  • src.zip
    5.4 KB · Views: 322
Last edited:
Top