Skip to content
LHW edited this page Oct 18, 2019 · 10 revisions

The powerful IDE on your mobile.
ASM [Android Studio Mobile]

ASM IS CURRENT DEVELOPING AND NOT STABLE

ASM is built for Android platform, so almost classes require Android API. Exist ASM apis are: code provides widgets and code analysis, and etc.

INTRODUCE ASM APIS : code

code/core and code/interface

detail informations for JavaDoc(not made yet)

com.asm.widget.codeedit
    CodeEdit    android widget for editing, highlighting, and saving codes.

com.asm.language
    Language    base interface for provide features for editing and highlighting codes.
    //TODO more

com.asm.analysis
    CodeAnalysis    base interface for analysis codes.
    CodeSuggest     base interface for suggest available next inputs.

compiler-unit
     **DO NOT USE THIS API WITHOUT ANY PERMISSION**
     It has all method that builds apk, analysis gradle files and performs gradle building in android platform.
     It in developing, and not working properly now.

We are going to add more informations here.

Clone this wiki locally