What language is needed to develop extensions

Hello, I’m learning Java, and I want to develop extensions, my question is, what Java do I need to develop, do I need to know the Java GUI, or is it enough to know the Java ALGORITEM? Thanks in advance.

1 Like

Same java which is used in Android studio is also used in extension development only minor changes in extension development which you have to also learn.

2 Likes

And where do you learn it?

From Google

What I’m supposed to look for, I want information on what I should do in java and adjust it for codec extensions.

Search for how to make app inventor extensions.

You need to know java 7 or java 8 if you use rush. You can also use Kotlin to write code using rush.

You can search How to create extension , you will find many articles.

4 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.