Actual Code for my App

Hi

Not sure where to ask this, so apologies if it’s in the wrong place.

Is there any way to see the underlying code for the app i’m creating?

Thanks
Richard

You mean the java and xml ?

I’d like to see the Java code if possible

It is not possible
The most similar approach you have is using ide.kodular.io to create custom components

1 Like

Ok, no problem, thanks for your help

1 Like

Well you can try Java Bridge . It is alpha, and wont work with extensions.

The thing you need to understand is that the block logic used is not encoded in java. When you execute App Inventor based blocks, (which is what Kodular is built on) the block absed code is translated into Young Android Intermediate Language ( YAIL ), When you build your APK the YAIL interpreter functionality is built with Java bytecodes and then to Dalvik executable code (DEX).

In short, there is no straight JAVA version of your blocks, even in the APK.

7 Likes

Very interesting to know how our Koded Apps works, thanks for this explanation Cian!

1 Like

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