I got a flagship Android phone (Samsung Galaxy S23 Ultra), and while I have experimented with CodeEdit (a code editor for Android), I was thinking about using something more serious, even VSCode if possible somehow.

  • BiggestBulb@kbin.social
    link
    fedilink
    arrow-up
    2
    ·
    1 year ago

    Nice! One thing you may want to look into is using vscode.dev. Since VS Code is an Electron app, they can host the entire editor on this site. This effectively means you can code from that 😉

    You could also try simply connecting to your normal desktop and using your phone to control it. That’s worked for me in the past

    • ZILtoid1991@kbin.socialOP
      link
      fedilink
      arrow-up
      1
      ·
      1 year ago

      Thanks, I’ll look into that!

      I have a Raspberry Pi 400, and while it might not be the beefiest PC around the town, it does have a very low power consumption, making it ideal for leavimg it on during the day.

  • pngwen@kbin.social
    link
    fedilink
    arrow-up
    1
    ·
    edit-2
    1 year ago

    I run vscode via termux on my S23 Ultra. Actually, I have set up two ways to do this. You can use termux to run vscode-server and then develop in your web browser, or you can set up termux:x11 and use the real GUI.

    For the second option, the winning solution for me was to install proot-distro in termux. Using that, you can install a debian system and then you can run the arm version of vscode.

    At any rate, the first step is to install F-Droid so you can get the termux apps. Termux:x11 is still experimental so you need to get the apk from github. Oh, and you can do all this without rooting! You just need to authorize unkown app sources, but you’d have to do that if you are going to run your own apps anyway.

    Happy Hacking!