Acode - powerful text/code editor for android
6,905
stars
1,719
commits
JavaScript
primary language
Sep 10, 2026
updated
Welcome to Acode Editor - a powerful and versatile code editing tool designed specifically for Android devices. Whether you're working on HTML, CSS, JavaScript, or other programming languages, Acode empowers you to code on-the-go with confidence.
You can get Acode Editor from popular platforms:
Acode/ | |- src/ - Core code and language files | |- www/ - Public documents, compiled files, and HTML templates | |- utils/ - CLI tools for building, string manipulation, and more
Enhance Acode's capabilities by adding new languages easily. Just create a file with the language code (e.g., en-us for English) in src/lang/ and include it in src/lib/lang.js. Manage strings across languages effortlessly using utility commands:
pnpm run lang add
pnpm run lang remove
pnpm run lang search
pnpm run lang update
See CONTRIBUTING.md for detailed instructions.
For comprehensive documentation on creating plugins for Acode Editor, visit the repository.
For plugin development information, refer to: Acode Plugin Documentation
(top 30 of 111)
JavaScript
57.7%
Java
17.2%
TypeScript
15.1%
SCSS
6.2%
Kotlin
1.7%
CSS
1.1%
Acode - powerful text/code editor for android
6,905
stars
1,719
commits
JavaScript
primary language
Sep 10, 2026
updated
Welcome to Acode Editor - a powerful and versatile code editing tool designed specifically for Android devices. Whether you're working on HTML, CSS, JavaScript, or other programming languages, Acode empowers you to code on-the-go with confidence.
You can get Acode Editor from popular platforms:
Acode/ | |- src/ - Core code and language files | |- www/ - Public documents, compiled files, and HTML templates | |- utils/ - CLI tools for building, string manipulation, and more
Enhance Acode's capabilities by adding new languages easily. Just create a file with the language code (e.g., en-us for English) in src/lang/ and include it in src/lib/lang.js. Manage strings across languages effortlessly using utility commands:
pnpm run lang add
pnpm run lang remove
pnpm run lang search
pnpm run lang update
See CONTRIBUTING.md for detailed instructions.
For comprehensive documentation on creating plugins for Acode Editor, visit the repository.
For plugin development information, refer to: Acode Plugin Documentation
(top 30 of 111)
JavaScript
57.7%
Java
17.2%
TypeScript
15.1%
SCSS
6.2%
Kotlin
1.7%
CSS
1.1%