DevsTool

Last Updated On 2021-07-16

Version 1MinSDK 7Tutorial Video

Developers tools component contains all useful blocks usually used by a developer in app development.


Properties

You can set the below properties in the UI part of the builder.

  • ShowToast - it's a boolean value which is set to false by default.

Block Properties

You can set the below blocks properties in the blocks section of the builder.

ShowToast

Show toast message, if true


isShowToastEnabled

Returns true if 'Show Toast' is enabled.



Methods

You can set the below method blocks in the blocks section of the builder.

CopyToClipboard

Copy text to clipboard

CustomToast

Show custom toast message

GetBetweenText

Return file extension from file path or file name

GetFileExtension

Return file extension from file path or file name

GetFileName

Return file name from file path

IndexInString

Return file extension from file path or file name

IsMatching

Retune true if the given test have the given pattern. else it'll return false.

IsStrongPassword

Must contain at leat 1 lower case letter and 1 upper case letter and 1 number, at least 8 charactors. Specially Designed to check if the password is strong or not

IsValidateEmail

It'll validate if the given email is valid or not. I.e the given email is in proper email format or not like support

IsValidateNumber

It'll validate if the given number us valid or not. Like it contains only numbers with + or - sign.

RandomAlphanumeric

Generates a random alphanumeric string.

RandomNumber

Generate a random number starting from 0 to length defined

RandomString

RandomNumber

SelectText

Return file extension from file path or file name

SetTransparency

Set transparent value between 1 to 10

Short

Sort a list of numeric/alphabetical values in ascending order, or set inAscending to false to short list in descending order.

ShowToast

Show Toast Message. Set short to true, to show toast of short length else set false for long toats.