|
1 | | -# Simple IDE for Android |
| 1 | +# Simple IDE for Android |
2 | 2 |
|
3 | | -Lightweight Android IDE. Originally created for web development, later redesigned for Android apps. **After a long development journey, this project is now open-sourced to preserve the work.** |
| 3 | +[](https://github.com/vxhjsd/Simple-IDE/actions) |
| 4 | +[](https://www.gnu.org/licenses/gpl-3.0) |
| 5 | +[]() |
4 | 6 |
|
5 | | -## Key Features |
6 | | -- **Java Only**: Kotlin not supported |
7 | | - (Unused compiler class may enable Kotlin support) |
8 | | -- **XML Layouts**: UI design via XML |
9 | | -- **Custom Build System**: |
10 | | - - Faster than Gradle, fewer features |
11 | | -- **Library Management**: |
12 | | - - Manual library downloads |
13 | | - - Pre-installed libraries in templates |
14 | | -- **Code Formatting**: Java, XML, JSON |
| 7 | +After a long development journey, this project is now open-sourced to preserve the work. |
| 8 | + |
| 9 | +--- |
| 10 | + |
| 11 | +## Features |
| 12 | + |
| 13 | +### Build System |
| 14 | +| Component | Status | Notes | |
| 15 | +|-----------------|--------|--------------------------------| |
| 16 | +| Java Compiler | ✅ | | |
| 17 | +| Kotlin Compiler | ❌ | [Unused class available](https://github.com/vxhjsd/Simple-IDE/blob/master/compiler/src/main/java/s/ide/compiler/KotlinCompiler.java) | |
| 18 | +| D8 | ✅ | | |
| 19 | +| AAPT2 | ✅ | | |
| 20 | +| APK Signer | ✅ | | |
| 21 | + |
| 22 | +### Code Formatting |
| 23 | +| Language | Status | |
| 24 | +|----------|--------| |
| 25 | +| Java | ✅ | |
| 26 | +| XML | ✅ | |
| 27 | +| JSON | ✅ | |
| 28 | + |
| 29 | +### Library Management |
| 30 | +- [x] Manual downloads |
| 31 | +- [x] Pre-installed common libraries |
| 32 | + |
| 33 | +--- |
15 | 34 |
|
16 | 35 | ## Get Started |
17 | 36 | 1. Download latest APK from [GitHub Actions](https://github.com/vxhjsd/Simple-IDE/actions) |
18 | 37 | 2. Install on Android 12+ |
19 | 38 | 3. Create New Project → Start coding |
20 | 39 |
|
| 40 | +--- |
| 41 | + |
21 | 42 | ## Future Development |
22 | 43 | Continuation depends on community interest. |
23 | 44 |
|
24 | | -### Potential Improvements |
25 | | -- [ ] TreeView rework ([Luminarr](https://github.com/vxhjsd/Luminarr)-style) |
26 | | -- [ ] Backport fixes from [Luminarr](https://github.com/vxhjsd/Luminarr) |
27 | | -- [ ] Project Settings Manager |
28 | | -- [ ] Build system enhancements ([XedoxDev](https://github.com/XedoxDev)) |
| 45 | +--- |
| 46 | + |
| 47 | +## Potential Improvements |
| 48 | +- [ ] Backport fixes & features (from [Luminarr](https://github.com/vxhjsd/Luminarr)) |
| 49 | +- [ ] Build system enhancements (from [TarkoBuilder](https://github.com/XedoxDev/TarkoBuilder)) |
| 50 | + |
| 51 | +--- |
29 | 52 |
|
30 | 53 | ## Why Use This? |
31 | | -For quick tests or simple apps (e.g., clickers). For complex projects, use full-featured IDEs. |
| 54 | +**Perfect for**: |
| 55 | +- Quick tests |
| 56 | +- Simple apps (e.g., clickers) |
| 57 | + |
| 58 | +**Not recommended for**: |
| 59 | +- Complex projects (use full-featured IDEs instead) |
| 60 | + |
| 61 | +> **Note**: Not a polished product. Bugs exist. Contributions welcome! |
32 | 62 |
|
33 | | -> Note: Not a polished product. Bugs exist. Contributions welcome! |
| 63 | +--- |
34 | 64 |
|
35 | 65 | ## License |
36 | 66 | [](https://www.gnu.org/licenses/gpl-3.0.en.html) |
0 commit comments