All Projects → itsaky → AndroidIDE

itsaky / AndroidIDE

Licence: GPL-3.0 License
AndroidIDE is an IDE for Android to develop full featured Android apps on Android smartphones.

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to AndroidIDE

Javascriptenhancements
JavaScript Enhancements is a plugin for Sublime Text 3. It offers not only a smart javascript autocomplete but also a lot of features about creating, developing and managing javascript projects (real-time errors, code refactoring, etc.).
Stars: ✭ 592 (+504.08%)
Mutual labels:  autocomplete, ide
Swoole Ide Helper
Auto completion, trigger suggest and view docs for Swoole in editor.
Stars: ✭ 1,116 (+1038.78%)
Mutual labels:  autocomplete, ide
Cmake Ide
Use Emacs as a C/C++ IDE
Stars: ✭ 661 (+574.49%)
Mutual labels:  autocomplete, ide
Gogradle
A Gradle Plugin Providing Full Support for Go
Stars: ✭ 712 (+626.53%)
Mutual labels:  gradle, ide
swoole-ide-helper-phar
Swoole IDE 自动补全,PHAR 包。
Stars: ✭ 14 (-85.71%)
Mutual labels:  autocomplete, ide
Gradle And Eclipse Rcp
Gradle and Eclipse RCP
Stars: ✭ 37 (-62.24%)
Mutual labels:  gradle, ide
Php Language Server
PHP Implementation of the VS Code Language Server Protocol 🆚↔🖥
Stars: ✭ 1,019 (+939.8%)
Mutual labels:  autocomplete, ide
Arduino Pro Ide
The Arduino IDE for advanced users and developers. Experimental alpha version.
Stars: ✭ 917 (+835.71%)
Mutual labels:  autocomplete, ide
Codeeditor
Code Editor Native Way
Stars: ✭ 155 (+58.16%)
Mutual labels:  autocomplete, gradle
Ide Stubs
Phalcon IDE Stubs
Stars: ✭ 137 (+39.8%)
Mutual labels:  autocomplete, ide
Samples
JavaFX samples to run with different options and build tools
Stars: ✭ 352 (+259.18%)
Mutual labels:  gradle, ide
java-in-termux
This script will install java (openjdk-11/8) in termux without root! Available for aarch64 or armv8, arm64, armhf, armv7l, arm or arm32 or armv7 or aarch32
Stars: ✭ 10 (-89.8%)
Mutual labels:  openjdk, openjdk11
Gradle Multi Project Example
Gradle 多项目管理示例
Stars: ✭ 283 (+188.78%)
Mutual labels:  gradle, ide
Goomph
IDE as build artifact
Stars: ✭ 108 (+10.2%)
Mutual labels:  gradle, ide
Go Plus
An Enhanced Go Experience For The Atom Editor
Stars: ✭ 1,519 (+1450%)
Mutual labels:  autocomplete, ide
CodeView
Android Library to make it easy to create an Code editor or IDE that support any languages and themes, with auto complete, auto indenting, snippets and more features
Stars: ✭ 254 (+159.18%)
Mutual labels:  autocomplete, ide
openjfx-docs
Getting started guide for JavaFX 11
Stars: ✭ 70 (-28.57%)
Mutual labels:  gradle, ide
PyPadPlusPlus
Python IDE based on Notepad++ and PythonScript
Stars: ✭ 45 (-54.08%)
Mutual labels:  ide
macOS-global-autocomplete
📃 System-wide autocompleting that learns what you type and works in any app! (also slightly scary maybe don't use this...)
Stars: ✭ 26 (-73.47%)
Mutual labels:  autocomplete
gradle-multi-project-support
A collection of Gradle plugins to maintain the multi-project or multi-application in the mono-repo.
Stars: ✭ 63 (-35.71%)
Mutual labels:  gradle

AndroidIDE

Minimum SDK CI Build Status GPL v3 License
Join us on Telegram


Main Features

  • Supports Gradle
  • Comes with OpenJDK 11.0.12
  • Provides auto completion for Java and XML. It also has basic (reserved) completion for Gradle files.

More features will be implemented as we continue to develop this app.

Features to be implemented

  • Advanced Java Auto Complete
  • Terminal
  • Custom environment variables (for Build & Terminal)
  • SDK Manager (Available via terminal)
  • Gradlew support (with some limitations)
  • API information for classes and their members (since, removed, deprecated).
  • Implement language servers
    • XML
    • Kotlin
  • UI Designer
    • Layout inflater
    • Resolve resource references
    • Auto-complete resource values when user edits attributes using the attribute editor
    • Drag & Drop (*)
    • Visual attribute editor (*)
    • Android Widgets (*)
  • String Translator
  • Asset Studio (Drawable & Icon Maker)
  • Git (*)

Items marked with (*) are partially implemented. Git is currently available only in the terminal i.e. no GUI interface for git.

Limitations

  • Gradle Wrapper is supported. But, it requires that the project's application module is named 'app'.
  • SDK Manager is already included in Android SDK and is accessible in AndroidIDE via its Terminal. But, you cannot use it to install some tools (like NDK) because those tools are not built for Android.
  • No official NDK support because we haven't built the NDK for Android.
  • No Android Gradle Plugin versions other than v7.0.2 are supported (due to AAPT2).

The app is still being developed actively. It's in beta stage and may not be stable. if you have any issues using the app, please let us know.

Issues/suggestions

You should report bugs and suggest features/enhancements here. Describe the issue/request briefly. Provide steps to reproduce the issue. If you need any help, you should discuss it here.

If you open a build related issue, please provide these details:

  • Device model
  • Android Version
  • Full build output with stacktrace.

Screenshots

Main Screen Terminal
AndroidIDE Main Screen AndroidIDE Terminal
Build Output Java Completion
AndroidIDE Build Output AndroidIDE Java Completion
XML Completion Screenshot
Widgets AndroidIDE XML Completion - Widgets
Attributes AndroidIDE XML Completion - Attributes
Attribute Values AndroidIDE XML Completion - Attribute Values
Gradle Support File Tree
AndroidIDE Gradle Support AndroidIDE File Tree

Posts to help you get started

Developers

This project was initially developed by Akash Yadav and Marvin Stelter. We appreciate the efforts of anyone who contributes to this project.

Contributing

You can contribute to AndroidIDE in one of the following ways :

  • Fix bugs
  • Implement new features
  • Report bugs
  • Suggest a change
  • Request a feature
  • Improve the documentation

If you create new source files, please make sure you include the license header in every file.

Things to take care of

There are some things that you should take care of while writing related code.

  • Layout Inflater adapters

Any other ways to contribute?

You can also write blog posts or create YouTube videos to help newbies get started. If you do and want us to feature it here, open an issue.

Thanks to

And all the developers who have contributed to this project.

Contact Us

License

AndroidIDE is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

AndroidIDE is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with AndroidIDE.  If not, see <https://www.gnu.org/licenses/>.

Any violations to the license can be reported either by opening an issue or writing a mail to us directly.

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