Android IDE (AIDE) Support Forum

I want to create another IDE just like AIDE

I just want to craeate another IDE just like AIDE .
What i have to do?

1 Like

Nice, make it with AIDE

4 Likes

Bro firstly i have to learn to do that …

2 Likes

“I just want to create another IDE just like AIDE”

lol you say that like it should just be easy, here’s what you have to do.

  1. Learn a programming Language
  2. Get extremely good at programming in that language (pro level good)
  3. Maybe study how an existing IDE works that will help you figure out what you will need to know and whats required
  4. Study the Android OS itself
  5. create your IDE

You need a lot of experience/knowledge and skill to take on a project like an IDE since an IDE is technically a Text Editor go look up the source code for an existing Text Editor in a language that you know eg Java. Ask yourself if you have the skill to contribute to its development next look at the bugs reported and ask yourself if you can write the code to fix them do you even know roughly what might of caused them?. If you answered no to any of them questions then you have no chance of creating an IDE.

Tbh If you can’t create a simple Android app like say a To do list app that allows users to save/edit delete notes, set reminders for notes don’t even try to create an IDE yet, gotta learn to crawl before you can walk.

4 Likes

Hi! :slightly_smiling_face:
In my opinion hat is good idea. I think it also.
In my view, creating an ide for Android Java is releated to foyllwing:
Apt
Adb
Aapt
EditText
TextView
Button, ImageButton, ListView, LinearLayout
LocalStorage
Interactions between Intends
String class and its methods…
Thats my thinking about it.
Thanks!:pray::slightly_smiling_face::pray:

2 Likes

Thanks for your suggestion

2 Likes

Thank-you bro i will learn about these

2 Likes

But you can make it with Android Studio.
It is imposible!

2 Likes

I’m trying to learn Java for an intro to programming class spring semester!