https://github.com/korlibs/intellij-community-android
https://github.com/korlibs/intellij-community-android
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/korlibs/intellij-community-android
- Owner: korlibs
- License: apache-2.0
- Created: 2024-05-06T11:43:41.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-06T12:01:31.000Z (about 2 years ago)
- Last Synced: 2025-01-06T14:47:08.543Z (over 1 year ago)
- Language: Java
- Size: 393 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Android Studio
This is the source code of the Android plugin for IntelliJ platform, which is also the main part of Android Studio.
See the links below for implementation details and make sure to read
[IntelliJ Platform SDK docs](http://www.jetbrains.org/intellij/sdk/docs/welcome.html) first.
## Contents:
* [Android light classes](android/docs/android-light-classes.md)
* [Assistant](assistant/src/com/android/tools/idea/assistant/README.md)
* [Color picker](android/src/com/android/tools/idea/ui/resourcechooser/colorpicker2/README.md)
* [Custom languages](android-lang/src/com/android/tools/idea/lang/README.md)
* [AndroidSql language support](android-lang/src/com/android/tools/idea/lang/androidSql/README.md)
* [DOM](android/src/org/jetbrains/android/dom/README.md)
* [Databinding](android-lang-databinding/README.md)
* [Disposable system](android/docs/disposables.md)
* [Kotlin light-classes](android/docs/kotlin-light-classes.md)
* [Layout editor placeholder](designer/src/com/android/tools/idea/common/scene/README.md.html)
* [Logging](android/docs/logging.md)
* [Notch](designer/src/com/android/tools/idea/uibuilder/scene/target/README.md.html)
* [Observables](observable/src/com/android/tools/idea/observable/README.md)
* [Progress system](android/docs/progress.md)
* [Property inspector](designer/src/com/android/tools/idea/common/property2/README.md.html)
* [Relative layout](designer/src/com/android/tools/idea/uibuilder/handlers/relative/targets/README.md.html)
* [Resources system](android/src/com/android/tools/idea/res/README.md)
* [Run configurations](android/src/com/android/tools/idea/run/README.md)
* [UI tests](android-uitests/README.md)
* [Undo and WriteCommandAction](android/docs/undo.md)