Features of kodular

Can any one tell me what is the features of kodular
does its support OOPs concept are many more
any one can mention kodular feature ?

What do you mean by that?

kodular supports which language C++ or Java
for example Visual Basic is a software that supports both C++ and Java

Kodular supports Blockly.
In Kodular, you don’t have to write language to compile apps, just drag and drop Blocks.

2 Likes

And as addition:

Kodular is an App Inventor distrubution/fork. And;

App Inventor is a web application integrated development environment originally provided by Google, and now maintained by the Massachusetts Institute of Technology (MIT).
source: Wikipedia

App Inventor uses Blockly visual programming language and when compiling the app, compiler is converting blocks to;

blocks -> YAIL -> scheme code -> java bytecodes (not source code) -> bytecode -> bytecode run natively on Dalvik VM on Android.

And you can add extra features to your app with App Inventor extensions by writing Java code.

All methods are purple blocks, all events are yellow blocks and all properties are green blocks.

9 Likes

what is YAIL ?

YAIL is Young Android Intermediate Language.

2 Likes

Young Android was the original name given to App Inventor.

7 Likes

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