Math extension (for learning propose) - My first extension [FREE]

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.
blocks (12)

Method WhoBig - integer or double, its up to you what you put inside.
blocks (9)

Method BMI - double number.
blocks (10)

Method Square - integer or double.
blocks (11)

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).
calculationdoneevent

blocks (14)

Event for CircleCircumference (RadiusDone) - double number.
component_event

blocks (13)


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 :kodular:oidng!

17 Likes

Congratulations on your first extension.

1 Like

Congratulations :partying_face: Really great start :thumbsup:

1 Like

Thank you teacher! :joy:

2 Likes

Just so everyone knows, BMI is often not accurate because it does not take muscle into account.

That’s true. BMI works best for people with no excess muscle that comes from manual labour or working out.

However, that’s not a criticism of this extension, just of the measurement itself.

1 Like

@Matanel325, your first extension is really good.
You created different functions. It is a very nice attempt. It shows the process of learning by doing.

Keep koding…
All the best.

2 Likes

Nice work.keep it up.

1 Like

Congrats @Matanel325.
Great work. Keep it up :+1:t2:

1 Like

Congratulation !! Great Extension !! :+1: :+1:

1 Like

Congrats!!

1 Like

Good start :wink:

1 Like

Thank you!

1 Like