Giter Club home page Giter Club logo

acode's Introduction

Acode editor (Code editor for android)

logo

This is a hybrid app using Apache Cordova. This app is published on play store. Check it out from here.

Note: This project is not organised and it is very hard understand the project structure. I'll try to make it clear as possible.

Get it on F-Droid Get it on Google Play

Project structure

  • src (directory) contains all raw codes
  • www (directory) contains public documents, built javascript and css files, language files and HTML files
  • utils (directory) contains the cli tool to manipulate or add string to all languages easily

Multi language support

To add new language, create a new file with language code for android (eg. en-us for english) in www/lang/ directory. After adding new laguage also add it to src/constants.js -> langList.

Here are few utility tools to add, remove or search a string in all added languages.

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

How to build

In order to build the app you must have Nodejs, NPM and Apache Cordova installed on your device. Use Cordova CLI to build application.

First run npm install to install all dependencies, then run webpack to build src and then run cordova build android.

If you have installed yarn you can simply run yarn build-run to build the apk and run on connect android device or emulator.

Special thanks to

acode's People

Contributors

antikruk avatar bandroid avatar bestlibre avatar blackeangel avatar bluewhaleyt avatar breakdowns avatar codebysumit avatar deadlyjack avatar deepkrg17 avatar diht2016 avatar euxcbsks avatar flleeppyy avatar joovzx avatar labi-le avatar launchlee avatar lifansama avatar micha-he avatar nicesapien avatar nigdajznikec avatar nxvvvv avatar nyrest avatar paontv avatar poussinou avatar rextafa avatar rickym7 avatar rudxain avatar sky-min avatar stef-00012 avatar tfuxu avatar theeveningracer avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.