You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.