Monday 9 April 2012

AIDE - Android Java IDE

AIDE - Android Java IDE

Description

AIDE is an integrated development environment (IDE) for developing real Android Apps directly on Android devices. 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 will turn your Android tablet with keyboard into a real development box. We use the Transformer Prime running Ice Cream Sandwich 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 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.

Follow us on Twitter: @AndroidIDE

A brief summary of features...

Edit-compile-run cycle:
- Create a sample App with a single click
- Run your App with a single click
- No root access required
- Incremental compilation for fast build times
- Uses Eclipse .classpath project format for compatibility
- Integrated LogCat viewer

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
- 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

Recent changes:
1.0.beta12
Fixed: Dropbox error reporting

1.0.beta11
New: Support for Android on x86
Improved: Binary files are no longer opened in editor
Fixed: Issues with Dropbox integration
Fixed: Problems on devices without /mnt/sdcard

1.0.beta10
New: Dropbox integration
New: Search in editor
Improved: JAR library handling
Improved: Open images from file browser
Improved: Pushed back beta update notification
Improved: Allow moving to SDCARD
Fixed: Several compiler/build issues

No comments:

Post a Comment