HyExtension IDE is an offline Java Editor for Android that made with Makeroid,
you can Create an Extension without a Computer or Internet and save extension to .java
You can add some codes to it and tap “save project (.java)” !
Now, your extension’s java file will be saved on /storage/emulated/0/ !
Tips:
There is currently no way to package an extension offline with an Android Phone, so you will need to upload/ copy the saved .java files to Makeroid Extension IDE or Computer !
Known Issues :
This app is currently on 1.0 Beta,
We found some issues which can’t be fixed yet,
the generated code doesn’t skip lines
there is a “(” at the start and a “)” at the end of the generated code, you need to remove it by yourself
You can ignore it,
this error happens if you make the Font Size Text Box blank, if you type a valid Number to the textbox, there should not be any problem
You have to set up something like a server that will compile and send the extension back. Then manually load it or load the Jar directly using ClassLoader.