• ALostInquirer@lemm.eeOP
      link
      fedilink
      arrow-up
      9
      ·
      edit-2
      3 months ago

      I know, I know, but haven’t you wanted to jot down some pseudocode while out and about, formatted neatly, so you could pop it over to your main machine to turn into working code?

      • 30p87@feddit.de
        link
        fedilink
        arrow-up
        8
        ·
        3 months ago

        Then probably Pydroid 3, as it supports TK, Kivy etc. If you actually want to compile and run various languages you could use Termux, as it basically exposes the fully fledged Linux machine better known as your Android.

        • ALostInquirer@lemm.eeOP
          link
          fedilink
          arrow-up
          3
          ·
          3 months ago

          Thanks! I’ll have to give it a look! I currently have Termux, but was wondering about others, although maybe I should have asked for Termux packages instead. 😅

          I tried Micro briefly but its interface doesn’t seem to have been as well adjusted for mobile.

      • communism@lemmy.ml
        link
        fedilink
        arrow-up
        3
        ·
        3 months ago

        Whatever notetaking app you use? If it’s just jotting down some things I came up with on the go it won’t be anything I need a whole ass IDE for, and I don’t think I do anything like that often enough to need even a lightweight plaintext editor for that. I guess you could try use vim with termux, sounds like a pain in the arse with a phone keyboard though…

    • umbrella@lemmy.ml
      link
      fedilink
      arrow-up
      4
      arrow-down
      1
      ·
      3 months ago

      hey now, get an otg adapter and a keyboard and its probably halfway useful.

  • z3bra@lemmy.sdf.org
    link
    fedilink
    arrow-up
    9
    ·
    3 months ago

    To be honest, Ed.

    When I’m forced to edit text on my phone (eg. to fix a broken server while on the go), I ssh in and fire up ed. This is what takes the less screen space on my already to small screen, and because it’s line oriented the screen doesn’t bounce/resize/screw up when the keyboard appears/disappear.

      • ArgentCorvid [Iowa]
        link
        fedilink
        English
        arrow-up
        1
        ·
        3 months ago

        yep. in common lisp!

        I did do some during downtime on the deskop at work. so it wasn’t quite as extreme as it sounds. the worst part was the limited width of the screen. A bluetooth keyboard would have helped a lot, that’s for sure.

  • AlecSadler@sh.itjust.works
    link
    fedilink
    arrow-up
    4
    ·
    3 months ago

    A long time ago I remember building a version of VS Code for Android that worked OK. Dunno if that’s still available.

  • brian@programming.dev
    link
    fedilink
    arrow-up
    3
    ·
    3 months ago

    I’ve been using vscode in firefox via tunnel to my main machine on my android tablet and it’s been working well enough