🧩 MathsTable
An extension for MIT App Inventor 2.This component is developed by th using Fast.
A non-visible component for displaying various types of educational tables and charts in App Inventor.
This component allows creation and management of multiple table views within an HVArrangement.
Telegram | GitHub
Blogger | YouTube
Find More Extension
Terms & Conditions
Specifications
Package: io.th.mathstable.mathstable
Size: 15.34 KB
Version: 1.0
Minimum API Level: 7
Updated On: 2025-03-24T18:30:00Z
Built & documented using: FAST-CLI
v2.8.0
Download
io.th.mathstable.mathstable.aix (15.3 KB)
Aia
math_table.aia (26.0 KB)
More info GitHub
Blocks
Demo Blocks
Output
Event:
MathsTable has total 1 event.
OnTableGenerated
Triggered when the multiplication table is generated
Parameter | Type |
---|---|
tableText | text |
id | text |
Methods:
MathsTable has total 12 methods.
InitializeView
Initialize the Multiplication Table View inside an HVArrangement with an ID
Parameter | Type |
---|---|
arrangement | component |
id | text |
TextSize
Set text size for specific table
Parameter | Type |
---|---|
id | text |
size | number |
TextColor
Set text color for specific table
Parameter | Type |
---|---|
id | text |
color | number |
GenerateMultiplicationTable
Generate multiplication table with optional random colors
Parameter | Type |
---|---|
number | number |
id | text |
GenerateSubtractionTable
Generate subtraction table for a given number and display it in specific table
Parameter | Type |
---|---|
number | number |
id | text |
TextAlignment
Set text alignment (1=Left, 2=Center, 3=Right)
Parameter | Type |
---|---|
id | text |
alignment | number |
ShowMessage
Show a message in an alert dialog
Parameter | Type |
---|---|
message | text |
MultiplicationChart
Generate multiplication chart from 1 to 20
Parameter | Type |
---|---|
id | text |
NumberChart
Generate number chart with custom range and columns
Parameter | Type |
---|---|
id | text |
start | number |
end | number |
columns | number |
AlphabetsChart
Generate alphabet chart showing uppercase and lowercase letters
Parameter | Type |
---|---|
id | text |
showBoth | boolean |
HindiVarnamalaChart
Generate Hindi Varnamala chart showing Vowels and Consonants
Parameter | Type |
---|---|
id | text |
showAll | boolean |
ClearChart
Clear the content of a specific table/chart view
Parameter | Type |
---|---|
id | text |
Setter:
MathsTable has total 1 setter property.
EnableRandomColors
Enable or disable random colors for each row
- Input type:
boolean
Thanks
TechHamara