Can I edit an app made by Google AppInventor with other programming environment?
Asked Answered
H

2

7

So I see that making an Android App with Google AppInventor is really easy comparing to make it manually using Android plugin for Eclipse. But since AppInventor abilities are limited, is there any way I could change any element of an app made by it with Eclipse or any other programming environment that allow me to change the code manually?

Heyer answered 2/7, 2011 at 16:31 Comment(0)
S
7

As you may know, you cannot do so directly, since App Inventor code is converted into Scheme, then converted by the kawa compiler into Java byte code. It is never represented in Java.

However, the team has released the component libraries open source, which can help people make the transition from App Inventor to the Java SDK. See this post and this tutorial. A team at the University of Alabama is building a tool to automatically translate App Inventor code to Java. See this post and this project site.

Sulfa answered 10/7, 2011 at 23:50 Comment(0)
J
0

You could download the .aia file and change the file extension to a .zip. Then you can access the files, and maybe even open it in android studio.

Jadeite answered 27/4, 2016 at 19:32 Comment(1)
please check this URL it will be helping to raise your content qualityInsertion

© 2022 - 2024 — McMap. All rights reserved.