[FREE] Custom Progress Dialog

🧩 CustomProgressDialog

An extension for MIT App Inventor 2.
Developed by tails1154 using Fast.

:memo: Specifications


:package: Package: com.tails1154.progressdialog.progressdialog
:floppy_disk: Size: 5.29 KB
:gear: Version: 1.0.0
:iphone: Minimum API Level: 7
:date: Updated On: 2025-04-27T05:00:00Z
:computer: Built & documented using: FAST v3.1.0

Methods:

CustomProgressDialog has total 7 methods.

CreateProgressDialog

Create a ProgressDialog

  • Return type: any
Parameter Type
message text

SetProgressValue

Set progress

Parameter Type
progressDialogObj any
progress number

ShowDialog

Show progress dialog

Parameter Type
progressDialogObj any

SetIndeterminate

Sets if the progress bar is an animation or a progress bar that uses percent

Parameter Type
progressDialogObj any
indeterminate boolean

SetMessage

Sets the progress bar message

Parameter Type
progressDialogObj any
message text

CloseDialog

Close the ProgressDialog

Parameter Type
progressDialogObj any

GetProgress

Get the progress

  • Return type: number
Parameter Type
progressDialogObj any

CloseDialog_Method
CreateProgressDialog_Method
SetIndeterminate_Method
SetMessage_Method
ShowDialog_Method
GetProgress_Method
SetProgressValue_Method

Devices tested

Android 2.3.6 phone - Works
Android 12 phone - Works

Download

AIX: Download
If the link above isn't working, use this one: AI2

Thanks! :smiley:

2 Likes