Hello all, I have a new component suggestion for MIT App Inventor.
Name: Tooltip
Use
To show Material tooltips for existing visible components in App inventor.
Example Component Image
Example Void Blocks
void Tooltip1.ShowTooltip(
String message,
Component component
);
void Tooltip1.Hide();
Example Designer Blocks
Tooltip1.BackgroundColor = Colors.red;
in color
Tooltip1.TextColor = Colors.black;
in color
Tooltip1.TextPadding = 5;
in pixels
Tooltip1.Height = 25;
in pixels
Tooltip1.Duration = 3;
in seconds
Use
I thought this component will be useful for people who have difficulty understanding the icons developer uses.
Thank you