Skip to content

Acode-Foundation/Acode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

fe8cf0d · Feb 25, 2025
Jan 2, 2025
May 25, 2024
Jul 8, 2023
Mar 2, 2024
Dec 18, 2024
Feb 25, 2025
Jan 20, 2025
Feb 23, 2025
Jun 11, 2023
Feb 5, 2025
Oct 19, 2023
Feb 24, 2025
Aug 26, 2024
Dec 18, 2024
Aug 26, 2024
Mar 2, 2024
Jan 18, 2025
Jul 30, 2024
Jun 14, 2020
Feb 15, 2025
Feb 15, 2025
Aug 7, 2020
Dec 7, 2024
Oct 23, 2023

Repository files navigation

Acode - Code Editor for Android

• Overview

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.

• Features

  • Edit and create websites, and instantly preview them in a browser.
  • Seamlessly modify source files for various languages like Python, Java, JavaScript, and more.
  • Built-in javascript console
  • Enjoy multi-language editing support with easy management tools.
  • Enjoy a large collections of community plugins to enhance your coding experience.

• Installation

You can get Acode Editor from popular platforms:

Get it on Google Play Get it on F-Droid

• Project Structure

Acode/
|
|- src/   - Core code and language files
|
|- www/   - Public documents, compiled files, and HTML templates
|
|- utils/ - CLI tools for building, string manipulation, and more

• Multi-language Support

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:

yarn lang add
yarn lang remove
yarn lang search
yarn lang update

• Building the Application

To build the APK, ensure you have Node.js, NPM, and Apache Cordova installed on your device. Use Cordova CLI to build the application.

  1. Initial setup (required only once):
yarn setup
  1. Build the project:
yarn build <platform (android)> <free|paid> <p|prod|d|dev>

• Contributing

Acode Editor is an open-source project, and we welcome contributions from the community. To contribute, follow these steps:

  1. Fork the repository.
  2. Make your changes and commit them.(make branch for each feature or bug fix)
  3. Push your changes to your fork.
  4. Create a pull request from your branch to main branch of this repository with proper description and Wait for review.

Note

Ensure your pull request includes:

  • A clear description of the changes made or problem or feature.
  • A reference to the issue being addressed (if applicable).
  • A clear explanation of the solution or implementation.
  • Screenshots or GIFs (if applicable).

Please ensure that your code is clean, well-formatted, and follows the project's coding standards. Acode uses Biomejs for formatting and linting and typos for low false positives source code spell checking. You can use following commands to lints/format your code locally:

yarn lint # for linting
yarn format # for formatting
yarn check # it runs both lint and format

Also, ensure that your code is well-documented and includes comments where necessary.

Note

You can use any package manager like npm or yarn or pnpm or bun. You can use your editor specific Biomejs plugin for auto-formatting and linting based on Acode's configs.

• Contributors

• Developing a Plugin for Acode

For comprehensive documentation on creating plugins for Acode Editor, visit the repository.

For plugin development information, refer to: Acode Plugin Documentation

Star History

Star History Chart