Write a short description
Math extension - my first try to make extension.
I put on it several basic tools, like calculate BMI, take the big number from two numbers, and more…
Update: I splitted several tools to another extension. the link to another post will here in one week.
Add a picture of all the blocks
Blocks:
Explaining about return type:
Method AreEquals - boolean.
Method WhoBig - integer or double, its up to you what you put inside.
Method BMI - double number.
Method Square - integer or double.
All this are return methods.
Now the void methods with the events:
Event for QuadraticEquation (CalculationDone) - two double numbers (answers varible is list, x1 and x2 are double numbers).
Event for CircleCircumference (RadiusDone) - double number.
Write instructions to use your extension
Simply, how to use?
take block, and attach it to set label1.text, or toast notification with notifier, etc…
Include a Download link here; can be direct or a link to your website/host
Download link: com.matanel.math.aix - Google Drive
Its my first try, and I have inspired by @Ken in his post https://community.appybuilder.com/t/my-first-extension/6277
I want to say thanks to @Mohamed_Tamer for helping me at all the process of understanding how to make extension, and undersnad how to write java correctly.
First released: 2020-09-26T19:30:00Z
Updated: 2020-09-29T12:50:00Z
Version: 2
Suggests will welcome.
If you have questions, PM me.
Happy oidng!