All Projects → deadlyjack → Code Editor

deadlyjack / Code Editor

Licence: mit
Acode - powerful text/code editor for android

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Code Editor

Ionic-ElastiChat-with-Images
Ionic Magic Chat with Angular Elastic, Autolinker.js and more!
Stars: ✭ 66 (-79.69%)
Mutual labels:  cordova, android-application
Pi Hole Droid
Pi-hole Droid is an unofficial app that connects to your Pi-hole to show charts and statistics.
Stars: ✭ 107 (-67.08%)
Mutual labels:  android-application, cordova
Framework7
Full featured HTML framework for building iOS & Android apps
Stars: ✭ 16,560 (+4995.38%)
Mutual labels:  cordova
Corber
CLI for building hybrid apps with Ember/Vue/Glimmer/Cordova
Stars: ✭ 327 (+0.62%)
Mutual labels:  cordova
Ide
✨ Simple, free and open-source online code editor.
Stars: ✭ 311 (-4.31%)
Mutual labels:  code-editor
React Ace
React Ace Component
Stars: ✭ 3,342 (+928.31%)
Mutual labels:  code-editor
Cordova Docs
Apache Cordova Documentation
Stars: ✭ 315 (-3.08%)
Mutual labels:  cordova
Flicklauncher
Pixel Launcher for everyone!
Stars: ✭ 279 (-14.15%)
Mutual labels:  android-application
Amazmod
Phone/Watch app that provides a new notification system along with other features for Amazfit Pace/Stratos/Stratos3/Verge watches
Stars: ✭ 329 (+1.23%)
Mutual labels:  android-application
Phi
phi: gpu accelerated code-editor; definitely not to be confused phonetically with vi.
Stars: ✭ 308 (-5.23%)
Mutual labels:  code-editor
Melonjs
a fresh & lightweight javascript game engine
Stars: ✭ 3,721 (+1044.92%)
Mutual labels:  cordova
Cordova Android
Apache Cordova Android
Stars: ✭ 3,285 (+910.77%)
Mutual labels:  cordova
Ionic Img Viewer
Ionic 2+ component providing a Twitter inspired experience to visualize pictures.
Stars: ✭ 291 (-10.46%)
Mutual labels:  cordova
Our E School
A mobile app created using Flutter Framework for School management.
Stars: ✭ 315 (-3.08%)
Mutual labels:  android-application
Rcloneexplorer
rclone explorer for Android
Stars: ✭ 289 (-11.08%)
Mutual labels:  android-application
Cordova Plugin Device
Apache Cordova Plugin device
Stars: ✭ 327 (+0.62%)
Mutual labels:  cordova
Glipchat
video chatroom using meteor + webrtc + react + redux
Stars: ✭ 280 (-13.85%)
Mutual labels:  cordova
Popular Movies App
A simple Android app, that helps user to discover movies. Project 1 & 2 of Udacity Android Developer Nanodegree.
Stars: ✭ 293 (-9.85%)
Mutual labels:  android-application
Ddcomponentforandroid
一套完整有效的android组件化方案,支持组件的组件完全隔离、单独调试、集成调试、组件交互、UI跳转、动态加载卸载等功能
Stars: ✭ 3,281 (+909.54%)
Mutual labels:  android-application
Magicprint Ecommerce App Android
E-Commerce App Source Code for Android with Material Design Pattern Using Firebase and MySQL with Android Lottie Animations just like Flipkart, Myntra and Amazon :)
Stars: ✭ 331 (+1.85%)
Mutual labels:  android-application

Acode editor (Code editor for android)

Build the app

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.

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/ direcotry. 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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].