Skip to content

a true quick text editor for android written in java without the ai slop

License

Notifications You must be signed in to change notification settings

IMOitself/peanut-editor

Repository files navigation

peanut-editor

a true quick code editor for android written in java. no vibe coding:)

the plan :D

flowchart

history :D

here are some attempts on trying to create a code editor:

most of them failed.
probably because i end up micro managing unnecessary stuffs.

background

do u really want to read a long ahh text...
  • i first learned coding a mobile app on a low end phone using Sketchware (removed from playstore).
  • there are almost no tutorials on how to use it and the community is very small.
  • i barely even understand java because there is no typing involved. its all drag-and-drop similar to scratch (mit).
  • after a while i moved on to AIDE (also removed from playstore).
  • its a very steep learning curve and so frustrating to use.
  • it took me about 3 years to fully grasp android java.
  • but the experience i got from coding on a phone is unmatched.
  • e.g compiling on a laptop with android studio takes about 1 - 20+ minutes.
  • on my phone, it is only 30 seconds or less which is insane!
  • besides u can code anywhere and in any position u want, unlike sitting and staring on a computer screen.
  • that is why i want to create an app that is faster to develop on. at least in my opinion.

told u its long.