APDE - Android Processing IDE
1
Apparaatcompatibiliteit laden...
(646)
De beschrijving vertalen naar het Nederlands met Google Translate? De beschrijving terugvertalen naar het Engels
Vertalen
Beschrijving
APDE (Android Processing Development Environment) is an integrated development environment for creating Processing sketches on your phone / tablet. APDE supports the full edit, compile, and run cycle. You don't need a computer or an SDK to start coding on the go.
APDE is currently in an alpha stage. Lots of things will change in the future, and many more features will be added. The app is under active development and you may encounter bugs and issues. If you find a bug or have an issue with using the app, please make sure to report it. If APDE crashes, make sure to submit the stack trace.
APDE requires the following permissions:
- Modify and delete the contents of your USB storage - required to save sketches to the external storage
- Control vibration - required to provide haptic feedback, which can be turned off in Settings
APDE is open source. You can find the source code, an issue tracker, and support, as well as a more detailed explanation of APDE's inner workings on GitHub:
APDE (Android Processing Development Environment) is een geïntegreerde ontwikkelomgeving voor het maken Processing schetsen op uw telefoon / tablet. APDE ondersteunt het volledige bewerken, compileren en uit te voeren cyclus. U hoeft niet een computer of een SDK nodig om te beginnen coderen op de weg.
APDE is momenteel in een alpha fase. Veel dingen zullen veranderen in de toekomst, en nog veel meer functies worden toegevoegd. De app is onder actieve ontwikkeling en u kunt tegenkomen bugs en problemen. Als je een bug vindt of een probleem met het gebruik van de app, moet u ervoor zorgen om het te melden. Als APDE crasht, zorg ervoor dat de stack trace te dienen.
APDE vereist de volgende machtigingen:
- Wijzigen en de inhoud van uw USB-opslagapparaat verwijderen - nodig om schetsen te slaan op de externe opslag
- Controle trillingen - nodig om haptische feedback te geven, die kan worden uitgeschakeld in Instellingen
APDE is open source. U kunt de broncode, een issue tracker, en ondersteuning, evenals een meer gedetailleerde uitleg van de innerlijke werking APDE op GitHub vinden:
Je moet deze app installeren voordat je een recensie kunt indienen.
Google Play-recensies maken nu gebruik van Google+, zodat het gemakkelijker is de mening te bekijken van mensen die belangrijk voor je zijn. Nieuwe recensies worden openbaar gekoppeld aan je Google+ profiel. Je naam wordt nu bij eerdere recensies weergegeven als 'Een Google-gebruiker'.
Google Play-recensies maken nu gebruik van Google+, zodat het gemakkelijker is de mening te bekijken van mensen die belangrijk voor je zijn. Nieuwe recensies worden openbaar gekoppeld aan je Google+ profiel. Je naam wordt nu bij eerdere recensies weergegeven als 'Een Google-gebruiker'.
Recensie schrijven
Mijn recensie
Recensie van
Recensies
Nuttigheid
Nieuwste
Beoordeling
Nuttigheid
Alle versies
Alle versies
Meest recente versie
4,4
646 in totaal
5 422
4 125
3 50
2 24
1 25
Thijs van Beers
Awesome Works great, turns sketches into apps. Code editor works really well too, it's easey to program!
Recensie verwijderd
Wat is er nieuw?
Version 0.3.2 Alpha
- Undo / Redo
- Android 5.0 (Lollipop) support
- Console output (via log broadcaster)
- Improved build system
- Processing core sync with latest version of Android Mode (0232)
- Processing internals sync with latest version (3.0a4)
- Improved pre-processor and auto formatter
- Wizard for changing sketch icon
- Support for .JAVA files
- DX Dexer tool in Library Manager
- Two finger swipe between tabs
- Lots of bug fixes
Aanvullende informatie
Bijgewerkt
7 december 2014
Grootte
13M
Installaties
10.000 - 50.000
Huidige versie
0.3.2
Android vereist
2.3.3 en hoger
Machtigingen
Rapport
Markeren als ongepast Aangeboden door
CalsignLabs
Distributieovereenkomst
Vergelijkbaar
ArduinoDroid - Arduino IDE
Important:
The app takes about 210Mb as it contains IDE, compiler and uploader. Make sure you have enough free space in internal storage and it can't be installed on sd card because of Android security policy.
The app takes about 210Mb as it contains IDE, compiler and uploader. Make sure you have enough free space in internal storage and it can't be installed on sd card because of Android security policy.
Features:
* open/edit arduino sketches
* example sketches and libraries included
* customizable code syntax highlighting *
* compile sketches (no root required)
* upload sketches (Arduino Uno/Uno_r3, Duemilanove, Nano, Mega 2560, Leonardo, Micro/Pro Micro, Pro, Pro Mini boards are supported, android devices with USB-host support required)
* works offline (no internet connection required)
* code complete *
* real-time diagnostics (errors and warnings) and fixes *
* file navigator *
* tiny built-in software keyboard *
App blog:
http://arduinodroid.blogspot.com
Troubleshooting:
http://arduinodroid.blogspot.com/p/troubleshooting.html
Advanced paid features (marked with *) review:
http://arduinodroid.blogspot.com/p/advanced-features.html
CppDroid app:
http://cppdroid.blogspot.com
ArduinoCommander app:
http://arduinocommander.blogspot.com
© "Arduino" is a trademark of Arduino team.
AIDE- IDE for Android Java C++
appfour
1
AIDE is an integrated development environment (IDE) for developing real Android apps directly on your Android device. Follow interactive coding lessons and step-by-step become an expert app developer. Visually design apps, write code with the feature rich editor with code completion, real-time error checking, refactoring and smart code navigation, run your app with a single click and use the Java debugger to find bugs.
AIDE features interactive lessons with step-by-step instructions to learn Android app development and Java programming skills. Follow the lessons, become an expert and apply what you've learned in your own app projects.
AIDE will turn your Android tablet with keyboard into a real development box. We use the Transformer Prime to code with AIDE. AIDE will turn your Android Phone into a small development computer to browse and touch your code on the go.
AIDE supports building apps with Java/Xml and the Android SDK, apps with C/C++ and the Android NDK as well as pure Java console applications. AIDE is fully compatible with Eclipse projects. You can just copy the sourcecode to your device and open the Eclipse project in AIDE to start coding. Alternatively you can keep your sourcecode on your Dropbox - AIDE integrates with Dropbox and allows to easily download from your Dropbox and sync back your changes. AIDE can also open Android Studio projects, which follow the default folder structure. AIDE also supports Git for professional development
A brief summary of features...
Learn-to-code (in-app purchase):
- Interactive lessons with step-by-step instructions
- Java programming course
- Android development course
- Game development course
- Android Wear course
Edit-compile-run cycle:
- Create a sample App with a single click
- Build Java/Xml apps
- Build C/C++ NDK apps
- Build pure Java console applications
- Run your App with a single click
- No root access required
- Incremental compilation for fast build times
- Uses Eclipse .classpath project format for compatibility
- Open default Android Studio projects
- Integrated LogCat viewer
Debugger (in-app purchase):
- Debug Android Java apps and Java Console apps
- Breakpoints
- Step-in, step-over, step-out
- Inspect thread trace
- Inspect local variables
- Inspect object fields
Real-time error checking:
- Real time error analyis throughout the whole project as you type
- Automatic Quick-Fixes for many errors
UI design:
- Preview XML layouts
- Jump from view in the designer to the XML element
Refactoring:
- Rename
- Inline variable
- Introduce variable
- Extract method
Code:
- Code formatter
- Organize imports
- Out-comment code
- Create setters/getters/constructors from fields
Code navigation:
- Goto defintion
- Find usages
- Goto symbol
- Goto class
Editor:
- Very fast editor even with large files
- Code completion for Java and Android XML
- Android online help directly from the code
- Syntax highlighting for Java and XML
- Unlimited Undo/Redo
- Pinch zoom
- Smart expand selection
- Keyboard support with configurable keybindings
- UI optimized for small screens to show as much code/content as possible
Filebrowser:
- Built-in file manager with the most common features: Rename, delete, create file or folder
- Dropbox integration
- Git integration with Commit/Dicard/Push/Pull/Branch/Merge and SSH support.
To summarize: AIDE offers Java programming for the beginning, intermediate or advanced programmer. Beginners can learn to code, developers can do real development. Using the advanced editor with code completion and syntax highlighting to edit Java and XML files, then compile the software, the use the Compiler to turn it into an app. AIDEs incremental Compiler is blazingly fast. Interoperiability with Android Studio, Eclipse and commandline SDK Tools is provide. Not only does AIDE Support Java development but C and C++ native development is supported as well. AIDE is the tool for professional coding and hacking.
AIDE IDE for PhoneGap/Cordova
appfour
1
AIDE for PhoneGap is an integrated development environment (IDE) for developing portable PhoneGap Apps directly on Android devices. You can use your exisiting HTML5/CSS/JavaScript web development skills to build Apps which can be quite easily transfered to various mobile platforms.
AIDE supports the full edit-compile-run cycle: write code with the feature rich editor offering advanced features like code completion, real-time error checking, refactoring and smart code navigation, and run your App with a single click.
AIDE is fully compatible with Eclipse PhoneGap projects. You can just copy the sourcecode to your device and open the Eclipse project in AIDE to start coding. Alternatively you can keep your sourcecode on your Dropbox - AIDE integrates with Dropbox and allows to easily download from your Dropbox and sync back your changes. AIDE can also open Android Studio projects, which follow the default folder structure.
AIDE supports GIT for professional development
A brief summary of features...
Edit-compile-run cycle:
- Create a sample App with a single click
- Build PhoneGap/Cordova Apps with HTML5/CSS/JavaScript
- Use cutom PhoneGap plugins and develop your own
- Run your App with a single click
- No root access required
- Incremental compilation for fast build times
- Uses Eclipse .classpath project format for compatibility
- Open default Android Studio projects
- Integrated LogCat viewer
Real-time error checking:
- Real time error analyis throughout the whole project as you type
- Automatic Quick-Fixes for many errors
UI design:
- Preview HTML app pages
Refactoring:
- Rename
- Inline variable
- Introduce variable
Code:
- Code formatter
- Out-comment code
Code navigation:
- Goto defintion
- Find usages
- Goto symbol
- Goto class
Editor:
- Very fast editor even with large files
- Code completion for JavaScript and HTML
- PhoneGap API help
- Syntax highlighting for JavaScript, HTML and CSS
- Unlimited Undo/Redo
- Pinch zoom
- Smart expand selection
- Keyboard support with configurable keybindings
- UI optimized for small screens to show as much code/content as possible
Filebrowser:
- Built-in file manager with the most common features: Rename, delete, create file or folder
- Dropbox integration
- Git integration with Commit/Dicard/Push/Pull/Branch/Merge and SSH support.
Terminal IDE
** CURRENTLY INCOMPATIBLE WITH ANDROID 5.0 LOLLIPOP **
Terminal IDE is an expandable terminal application, with a full Java / C / C++ / HTML / Android development kit, that runs on your Android device.
It uses the command line, with many powerful and robust open-source applications, plus a custom ASCII on-screen 'soft' keyboard that works well (You must ENABLE it in your device's main Keyboard Settings).. and also has an extensive generic external 'hard' keyboard key mapper. This way CTRL / ALT / ESC etc.. should all be accessible.
GCC 4.4.0, make 3.82, ctags, javac, java, dx, proguard, aapt, apkbuilder, signer, ssh, sshd, telnetd, bash 4.2, busybox 1.19.2, vim 7.3, nano 2.2.6, midnight commander 4.8, htop 1.0, TMUX 1.5, links 2.7, rsync 3.0.8, git 1.7.8, BitchX 1.1 and a nice terminal emulator are all available.
The vim editor has been setup with c / java / HTML development in mind and is extremely powerful. Also vim has been setup by default in a humane way (arrow keys work, backspace..), so that starting on this long and glorious journey won't begin with a punch in the face.
With the addition of all the other apps provided, Terminal IDE becomes much MUCH more than an extremely powerful IDE. One could call it a complete 'Command Line OS'.
Best of all you can log in via telnet / ssh and use your home keyboard/screen combo!
AND the whole app runs WITHOUT needing ROOT permissions.
It's all available with normal user permissions..
Also the project is released under GPLv2
http://code.google.com/p/terminal-ide/
Enjoy!
Constructive criticism always welcome. Useless abuse, not so much.
Spartacus
NB: This app CANNOT be installed onto the SDCard because you do not get 'Execute' permissions on that mount. It must run in this app's private memory on the device [Also much more secure]. You can of course still read / write to the SDCard and store your files / projects there. ALSO - once extracted it takes up about 150MB of your INTERNAL memory. You have been warned..
NB2: 'ENTER NOT WORKING' confusion on Terminal IDE keyboard.. Android expects a different key-code than the terminal(which expects ^M).
- Use CTRL+ENTER to send Android ENTER at any time.
- GO,NEXT,SEND & SEARCH all work when they appear as icons.
NB3: The Help/Tutorials, available in the app, can now be downloaded separately as a PDF from the Google code project. Thanx to Roy.
NB4: This app is ARM only.. No x86 support. Sorry - and yes, it's a big job to convert..
NB5: No UTF-8 support yet.. Just ASCII.
NB6: READ ALL THE IN-APP HELP! TWICE! BEFORE YOU EMAIL ME! Please..
Thank you.
DroidScript - JavaScript IDE
Easily write Apps for your phone or tablet using JavaScript. Edit your code using our easy-to-use WiFi editor, or just edit code directly on your device. Now you can write Apps anywhere!
Using this App is a great way to learn JavaScript, one of the most popular and useful computer languages on the planet! It contains lots of clear and simple examples and comes with 'active' documentation and a large and friendly community who are ready to help - http://bit.ly/16Cotw
For serious coding sessions, we highly recommend using the built-in browser based IDE (editor). It connects via WiFi to your device allowing wire free coding on Windows, Linux or Mac PCs and it makes coding a breeze!
You can choose to make either Native style or HTML5 style Apps, or make Hybrid Apps using the built-in WebView control. You can make use use of all the power of the modern Chrome browser in both style of App.
- Add Buttons, Text and Graphics.
- Access GPS, Compass, Camera, Accelerometer.
- Send and Receive emails and SMS.
- Use native controls and/or HTML5.
- Make use of popular JavaScript libs such as JQuery.
- Write simple games.
- Share App source with your friends as SPK's
- Control Aurduino and Lego NXT.
- On phone/tablet documentation.
- Plenty of samples.
- New stuff being added all the time!
THIS IS BETA SOFTWARE, so please be kind and post issues and requests on the news group http://bit.ly/16Cotwp instead of giving negative reviews.
Thank you.
Please rate this app if you like it!
ElectroDroid
Iero
1
ElectroDroid, een simpele en krachtige collectie van elektronische hulpmiddelen en referenties:
• Weerstand kleur code (3-6 banden);
• SMD weerstand code;
• Spoel kleur code decoder;
• De wet van Ohm calculator;
• Reactantie calculator;
• Spanningsdeler;
• Weerstands ratio en waarde serie/parallel;
• Condensator lading berekening;
• Opamp calculator;
• LED voorschakelweerstand calculator;
• LM317 calculator;
• Warmte afgifte;
• Batterij levensduur calculator;
• Inductor ontwerp tool (alleen donatie versie);
• Diverse pin schema's (USB, serial, parallel, ethernet, SCART, DVI, HDMI, S-Video, VGA, FireWire, Jack, XLR, RCA);
• Bronnen (Weerstandsvermogen tabel; Tabel standaard weerstanden en condensators; Condensator markeringscodes; AWG, SWG Wire size; Ampacity tabel; Symbolen en afkortingen; Schematische symbolen; SI Units prefixes);
• Volledige ondersteuning EIA weerstanden voor alle calculators;
...en er komt nog meer!
Vind u dit een mooi programma? Geef dan au.b. uw waardering in de Market.
U kunt ook de donatieversie aanschaffen in de Market. Hiermee steunt u de ontwikkelaar en heeft u geen ads meer..
Voor FAQ en volledig change log, bezoek http://electrodroid.it
• Weerstand kleur code (3-6 banden);
• SMD weerstand code;
• Spoel kleur code decoder;
• De wet van Ohm calculator;
• Reactantie calculator;
• Spanningsdeler;
• Weerstands ratio en waarde serie/parallel;
• Condensator lading berekening;
• Opamp calculator;
• LED voorschakelweerstand calculator;
• LM317 calculator;
• Warmte afgifte;
• Batterij levensduur calculator;
• Inductor ontwerp tool (alleen donatie versie);
• Diverse pin schema's (USB, serial, parallel, ethernet, SCART, DVI, HDMI, S-Video, VGA, FireWire, Jack, XLR, RCA);
• Bronnen (Weerstandsvermogen tabel; Tabel standaard weerstanden en condensators; Condensator markeringscodes; AWG, SWG Wire size; Ampacity tabel; Symbolen en afkortingen; Schematische symbolen; SI Units prefixes);
• Volledige ondersteuning EIA weerstanden voor alle calculators;
...en er komt nog meer!
Vind u dit een mooi programma? Geef dan au.b. uw waardering in de Market.
U kunt ook de donatieversie aanschaffen in de Market. Hiermee steunt u de ontwikkelaar en heeft u geen ads meer..
Voor FAQ en volledig change log, bezoek http://electrodroid.it
AIDE Web - Html,Css,JavaScript
appfour
1
AIDE Web is a web editor and integrated development environment (IDE) for developing websites with Html/Css/JavaScript directly on your Android device. Follow interactive coding lessons and step-by-step become an expert web developer. Write code with the feature rich editor with code completion, real-time error checking, refactoring and smart code navigation, and run your websites with a single click. Code JavaScript console applications to sharpen your skills.
AIDE Web features interactive lessons with step-by-step instructions to learn JavaScript and web development skills. Follow the lessons, become an expert and apply what you've learned in your own web projects.
AIDE will turn your Android tablet with keyboard into a real development box. We use the Transformer Prime to code with AIDE. AIDE will turn your Android Phone into a small development computer to browse and touch your code on the go.
A brief summary of features...
Learn-to-code (in-app purchase):
- Interactive lessons with step-by-step instructions
- JavaScript programming course
- Web development course
- Sample websites
Edit-compile-run cycle:
- Create a sample website with a single click
- Build Html/Css/JavaScript websites
- Build pure JavaScript console applications
- Run your website with a single click
- View your website on other devices/computers in the same Lan
- No root access required
- Twitter Bootstrap support
Real-time error checking:
- Real time error analyis throughout the whole project as you type
- Automatic Quick-Fixes for many errors
Refactoring:
- Rename
- Inline variable
- Introduce variable
- Extract method
Code:
- Code formatter
- Out-comment code
Code navigation:
- Goto defintion
- Find usages
- Goto symbol
Editor:
- Very fast editor even with large files
- Code completion for JavaScript, Html and Css
- Syntax highlighting for JavaScript, Html and Css
- Unlimited Undo/Redo
- Pinch zoom
- Smart expand selection
- Keyboard support with configurable keybindings
- UI optimized for small screens to show as much code/content as possible
Filebrowser:
- Built-in file manager with the most common features: Rename, delete, create file or folder
- Dropbox integration
- Git integration with Commit/Dicard/Push/Pull/Branch/Merge and SSH support.
P5
Fiskur
1
IDE for developing and viewing Processing sketches.
See processingjs.org and processing.org for more details about ProcessingJS/Processing.
Features:
- Run the sketch in-app
- Syntax highlighting
- Code tidy-up/indent
- Code keyboard with visibility toggle
- Open/Save sketches on SDCard
- Download remote sketches
- Share code with other applications
- New sketch opens with basic template
For 3D/WebGL sketches make sure you have Firefox installed and choose 'Launch sketches in external browser' in the Options screen, then when running the sketch choose Firefox and select Always.
AWD - PHP/HTML/CSS/JS IDE
Android Web Developer (AWD) is a IDE (Integrated development environment) for web developers. Supports next language and formats: PHP, CSS, JS, HTML, JSON.
Android Web Developer will turn your Android tablet with keyboard into a real development box. Android Web Developer will turn your Android Phone into a small development computer to browse and touch your code on the go.
Greate app for those who want to learn to program!
It a unique mobile software for web developers. It allows you to create your own html, php, javascript, css and other pages or edit already existing. Also you can manage work with remote projects through FTP, FTPS, SFTP WebDAV as well as managing your local files and folders.
Main Features:
- Support all major web languages and formats: PHP, JavaScript, CSS, HTML
- A lot of ways to reach your project ( FTP, FTPS, SFTP, WEBDav and growing)
- Integration with web server
- Code highlighting
- Autodetection of file's encoding
- Code completion
- Error checking
- Hardware keyboard support (e.g hotkeys)
- Code beautifying with one click
- Tablet ready UI
- Line numbering
- Fast Navigation (by name of classes/functions)
- Quick preview of your page
- Highlighting the current line
- Search and replace with regular expressions
- Unlimited Undo/redo
- Full screen mode
- Recent projects
- Periodical autosaving
- Git integration
- Rename/create/delete/copy-paste files inside you project
Features of editor:
- Multiline comments ( CTRL+ / hotkey)
- Highlighting of selection end/start part of tag on which cursor is
- Highlighting of selection end/start brackets ( {, (, [ )
- Delete current line ( CTRL + / D)
- Move cursor through one word (CTRL+LEFT/RIGHT)
- Move cursor on one word with selection (CTRL+SHIFT+LEFT/RIGHT)
- Move cursor on one symbol with selection (SHIFT+LEFT/RIGHT)
Features of file system:
- Rename/create/delete/copy-paste
- Possibility to create files with template text
How to run PHP code?
Toturial is here - http://androidwebdev.wordpress.com/how-to-run-php-code/
Web servers that you can run on Android:
- Ulti Server: PHP, MySQL, PMA (Tested with AWD) https://play.google.com/store/apps/details?id=com.icecoldapps.ultiserver
- KSWEB: server + PHP + MySQL https://play.google.com/store/apps/details?id=ru.kslabs.ksweb
- PAW Server for Android https://play.google.com/store/apps/details?id=de.fun2code.android.pawserver
- Bit Web Server (PHP,MySQL,PMA) https://play.google.com/store/apps/details?id=com.andi.serverweb
Roadmap:
- Mercurial, Dropbox, Google Drive
Following features are available only in FULL version:
- No Ads
- Creating more than one connection
- Code beautifying
- Git integration
- Shortcuts ( hotkeys)
- Auto detection of file encoding
- Periodical autosaving
- Integration with Web Servers. You can setup the root link of project and then you will execute all your pages directly on specified web server.
- Color picker dialog
You can buy FULL version through in-app purchase!
About in-app purchase - it's official google's tool. http://developer.android.com/google/play/billing/index.html
I like your feedback
Google+: https://plus.google.com/communities/105406022103148977154
Twitter: https://twitter.com/Android_Web_Dev
Site: http://androidwebdev.wordpress.com/
Looking for Tab with software keyboard? Check this hacker's keyboard. It support program's shortcuts! http://bit.ly/wJE04i
code, coding, compiler, compiling, completion, css, debug, ide, developer, edit, editor, hack, hacking, json, page, programmer, site, software, source, sourcecode, text, tool, web, web-site, webeditor, xml, script, scripting, xhtml
Anacode IDE C/C++/JAVA
Anacode is an integrated development environment and source code editor for JAVA, HTML, CSS, PHP, JavaScript and C/C++ files that allows you to build and run Android applications directly on the device. Anacode can directly build an APK from your android project source code by single click on the "Run" item in the menu. Just open any JAVA or XML file that's is part of your project.
Anacode introduces a new code edit model for smart devices allowing for faster and much easier writing and editing of source code then ever before. Copying, pasting, deleting (and other functions that are used a lot during coding) of lines, words or selections of code is a single tap/click away and speeds up your coding time dramatically.
Write and test HTML, JavaScript and CSS in the build-in or system browser on the fly.
Use the cool prettify function to transform unformatted HTML or JavaScript source code into a human readable form.
Anacode introduces a new code edit model for smart devices allowing for faster and much easier writing and editing of source code then ever before. Copying, pasting, deleting (and other functions that are used a lot during coding) of lines, words or selections of code is a single tap/click away and speeds up your coding time dramatically.
Write and test HTML, JavaScript and CSS in the build-in or system browser on the fly.
Use the cool prettify function to transform unformatted HTML or JavaScript source code into a human readable form.
Features:
- extended editing features:
- indent line or selection
- move line or selection up/down
- copy whole line into clipboard
- duplicate line at cursor
- copy word at cursor into clipboard
- replace word at cursor by content from clipboard
- delete whole line at cursor
- unlimited undo/redo
- external keyboard support
- custom syntax highlighting of JAVA,HTML/XML,CSS,PHP,JavaScript and C/C++ files
- autocomplete for all supported languages
- parentheses matching
- regex search
- regex replace all
- FTP upload
- Tasks list
- building android applications directly on the device (supports eclipse project structure)
- run html files in an internal or external browser
- HTML/Javascript prettifier
JavaScript IDE for Js & HTML5
RamLabs
1
JavaScript IDE allows you to learn, practice an try your own Javascript/Html code. Tutorials, templates and bounce ball example are included. Supports HTML5, jQuery and other javascript frameworks like CreateJs, EaselJs, Bootstrap and more.
Also includes functions for debugging your javascript code, for accessing to your sd card files from javascript and the directive "Include" for a better code reutilization.
Also includes functions for debugging your javascript code, for accessing to your sd card files from javascript and the directive "Include" for a better code reutilization.
If you love programming at anywhere and anytime this is your application.
PHPRunner - PHP IDE
The program allows you to execute scripts php, supported mysql.
The program runs compiled for arm lighttp, PHP 5.4.9, MySQL.
When you first start, phprunner download the necessary files (~ 10Mb).
The program runs compiled for arm lighttp, PHP 5.4.9, MySQL.
When you first start, phprunner download the necessary files (~ 10Mb).
Runs:
* PHP 5.4.9
* MySQL
* Lighttpd server
Features:
+ Run php scripts
+ Installation and running PhpMyAdmin
+ View site
+ View HTML code of the page
+ View Cookies
+ Logviewer
+ Autostart when the Android power on
In development:
+ File manager
+ Code editor
Thanks http://annimon.com for providing hosting for files.
Bright M IDE: Java/Android IDE
Bright M IDE is a full mobile integrated development environment (IDE) for Android devices. With this app you can create, modify and build Android apps on your Android tablet or phone.
Bright M IDE offers a rich text editor with syntax highlighting, auto-completion, complete file history, integrated (offline available) SDK documentation and more than 30 hot key functions of the Eclipse IDE. The editor allows quick navigation with file tabs and location history, fast and precise text selection and easy text operations like moving lines or commenting out of code, so you can write and edit source files as fast and easy as possible. Bright M IDE can also work with many different projects in parallel, offers a rich workbench with a menu line and a rich tool bar.
The mobile IDE offers many special features that are not available in most / any other comparable apps. Bright M IDE can also be used very well together with other IDE apps so you can use the best tool for each development step.
Bright M IDE works very well with the “Hacking & Developing” keyboard of the same author.
List of most important features:
projects:
- edit existing Android projects
- create new Android projects from scratch
- calling a free third-party-app to compile the source code and build an APK-file
- install and execute APK-files on your device
- multiple projects
- multiple source directories and jar files in single project
edit and select:
- syntax highlighting
- double touch to select
- undo/redo
- auto completion
- move line
- duplicate line
- comment out code / un-comment out code
- highlight occurences
- automatic file saving every few minutes
- full code history
workbench:
- included Android SKD help in split view (also available offline)
- web browser
- toolbar and file tabs can be hidden/shown with single button
- project settings dialog
- single button to hide soft keyboard
- Eclipse color coding and hotkeys
navigate
- file tabs
- open methods
- open files (include wildcard search)
- remember file locations
- go to last edit location
- seach current word
- fast scroll knob
The Bright M IDE Premium key is required to edit files and build APK files in bigger projects (more than 5 Java source files).
If you have any ideas for new feature, comments, problems or you need any help, please use the “Send Questions/Feedback To Developer” button in the app (and not in Google Play) so that the author can reply to you.
easyGUI - Android XML IDE
Modify and create Android XML Files on your mobile device with this standalone Tool.
Design your Android XML File, which defines the Interface of your App, in the Editor, Hierachy-List or in the UI-Designer. The UI-Designer allows you to drag and drop the Views to change their position within your Android XML File. This tool enables you to edit and create your Android Layout XML Files on the way.
See how your Layouts look on runtime in the build-in UI-Designer.
Design your Android XML File, which defines the Interface of your App, in the Editor, Hierachy-List or in the UI-Designer. The UI-Designer allows you to drag and drop the Views to change their position within your Android XML File. This tool enables you to edit and create your Android Layout XML Files on the way.
See how your Layouts look on runtime in the build-in UI-Designer.
Keywords: UI Designer, Android XML IDE, GUI Designer, Android GUI Designer, App Designer
Sand IDE Pro for Java
Java is a very popular and widely used programming language. Do you love it, do you want to use it any time, any where? Now, Sand makes your wish come true.
Welcome to Sand IDE Pro for Java Developers(called Sand for short).
1.What is Sand exactly?
Sand is an integrated development environment(IDE) for Java in Android platform.
First, Sand has a very powerful Java editor inside, keywords highlighting for Java, showing line number, undo/redo feature, automatically close are all supported.
Second, Sand has a full-featured Java compiler, Java projects can be built by Sand.
Third, Sand can run Java programs, output and input are both supported by Console of Sand.
In a word, Sand turns your Android device into a real development tool. You can use Sand to write Java codes on the go, to test algorithms in Java, or to practice your Java skills.
2.Version
Version:1.1.8
This is a full version. Ads free.
3.Features
--A powerful Java editor. Keywords highlighting, showing line number, undo/redo feature, automatically close, automatically indentation are all supported.
--A full-featured Java compiler. Support from Java 1.3 to Java 1.6.(Android doesn't support Java 1.7)
--Bluetooth keyboard supported.
--A Console which is in charge of Input from users and Output from compiler and Java programs.
--Settings. Customize your Sand. Change font size, font color, background color and so on.
--Import external JARs into Java project.
--Two themes supported. Android Holo Light Theme and Android Holo Dark Theme
--Support all kinds of CPU(x86, ARM, MIPS)
4.Something you should know
--Sand supports bluetooth keyboard that is the perfect mate of Sand. I strongly recommend you buy one.
--You can download rt.jar(1.6.0_24) from the project web page: https://code.google.com/p/sand-a-java-ide-for-android/downloads/list
--Please save all your work before you put Sand into background. Android system may kill background non-system apps, you will lose all your unsaved work if Android system does that.
5.Contact us
If you have any questions or suggestions, you are very welcome to email us. I'll try my best to improve Sand and protect your investment.
Author: Jimmy Chen E-mail: jimmychen812@gmail.com Twitter: https://twitter.com/JimmyChen812
UI designer: Muzzammil Shariff E-mail: designs@quad-a.com
Project Web Page: https://code.google.com/p/sand-a-java-ide-for-android/
Tags: Java , Programming Language, Integrated Development Environment , IDE , Java Compiler
Bluino IDE
Bluino IDE is an Arduino Software (IDE) runs on android, Bluino IDE makes it easy to write code, generate hex file and upload it to the Bluino board http://bluino.com over wireless bluetooth. The app takes about 150Mb as it contains IDE.
The environment is written in android based on Turbo Editor by Vlad Mihalachi.
Features:
★ Open/edit arduino sketches
★ Example sketches and libraries included
★ Compile sketches/generate hex file (no root required)
★ Upload sketches to Bluino board over wireless bluetooth
★ Super cool theme with Material Icons
★ Support for reads every type of text files
★ Syntax Highlight
★ Line Numbers
★ Go To Line
★ Option to wrap the content if text is too large
★ Auto save mode to save files as you leave the application
★ Read only mode
★ Create files and folders a inside the app
★ Search files and folders
★ Support for Undo & Redo
★ Translated in many languages
★ Movable on the SD card
Meer van ontwikkelaar
Hex Doodler (beta)
Hex Doodler is a drawing program centered on the concept of drawing with symmetry.
This app is still in beta. Comments, suggestions and problem reports are welcome.
This app is still in beta. Comments, suggestions and problem reports are welcome.
Features:
- Draw with symmetry
- Open the menu with the MENU button
- Switch between several colors
- Change the scheme (set of colors)
- Enable Cycle Mode to cycle between different colors
- Draw with transparency
- Change the number of symmetry lines
- Much more...
This app was designed on a tablet and therefor may appear cramped on a smaller screen. It does work on a phone, but some of the buttons may be a bit small.
GeoTecha
GeoTecha is a fast-paced "Geometry Wars" style arcade game controlled by titling the device.
GeoTecha has three game modes:
Survival - Survive an endless stream of enemies that attempt to kill you by colliding with you.
Asteroids - Inspired by the classic Asteroids game, but with a GeoTecha twist.
Minefield - Navigate a field of obstacles and mines that explode with a few other nasty surprises.
GeoTecha has three difficulty settings: Easy, Normal, and Hard. Each affects the game play and the score is multiplied by the difficulty level.
Permissions: GeoTecha requires the VIBRATE permission in order to provide haptic feedback when you take damage. Vibrations can be disabled from the options menu.

