Campfyre
  • Communities
  • Create Post
  • Create Community
  • heart
    Support Lemmy
  • search
    Search
  • Login
  • Sign Up
ALostInquirer@lemm.ee to Programming@programming.dev · 2年前

What are your preferred code editors/IDEs to use on Android?

message-square
message-square
30
fedilink
21
message-square

What are your preferred code editors/IDEs to use on Android?

ALostInquirer@lemm.ee to Programming@programming.dev · 2年前
message-square
30
fedilink
alert-triangle
You must log in or # to comment.
  • Traister101@lemmy.today
    link
    fedilink
    arrow-up
    49
    ·
    2年前

    ಠ_ಠ

    • ALostInquirer@lemm.eeOP
      link
      fedilink
      arrow-up
      9
      ·
      edit-2
      2年前

      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
        ·
        2年前

        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
          ·
          2年前

          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.

      • Traister101@lemmy.today
        link
        fedilink
        arrow-up
        5
        ·
        2年前

        I mean yeah but not anywhere near badly enough to be willing to deal with a phone keyboard…

      • communism@lemmy.ml
        link
        fedilink
        arrow-up
        3
        ·
        2年前

        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…

    • moreeni@lemm.ee
      link
      fedilink
      arrow-up
      4
      arrow-down
      1
      ·
      2年前

      Couldn’t put it better myself.

    • ☂️-@lemmy.ml
      link
      fedilink
      arrow-up
      3
      arrow-down
      1
      ·
      edit-2
      1年前

      deleted by creator

  • z3bra@lemmy.sdf.org
    link
    fedilink
    arrow-up
    10
    ·
    2年前

    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.

    • librecat@lemmy.basedcount.com
      link
      fedilink
      arrow-up
      2
      ·
      2年前

      It is the standard text editor after all.

  • Certainly_No_Brit@discuss.tchncs.de
    link
    fedilink
    arrow-up
    8
    arrow-down
    1
    ·
    2年前

    vim on Termux (i run a webserver on an old Android phone)

    • einkorn@feddit.de
      link
      fedilink
      arrow-up
      3
      ·
      2年前

      But why?

    • moreeni@lemm.ee
      link
      fedilink
      arrow-up
      1
      ·
      2年前

      Did you tweak the OS somehow or did you setup the webserver fully on stock Android?

      • Certainly_No_Brit@discuss.tchncs.de
        link
        fedilink
        arrow-up
        2
        ·
        2年前

        I use Lineage OS and just run nginx in Termux.

  • jaagruk@mander.xyz
    link
    fedilink
    arrow-up
    6
    ·
    2年前

    Neovim or helix in termux

    Or

    Acode

  • YIj54yALOJxEsY20eU@lemm.ee
    link
    fedilink
    arrow-up
    5
    ·
    2年前

    I’ve always got my VPN on so I ssh into my machines and run neovim

  • GreenTable1032@feddit.de
    link
    fedilink
    arrow-up
    4
    ·
    2年前

    ACode

  • AlecSadler@sh.itjust.works
    link
    fedilink
    arrow-up
    4
    ·
    2年前

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

  • librecat@lemmy.basedcount.com
    link
    fedilink
    arrow-up
    4
    ·
    2年前

    I wanted to mention a new open source project Xed-Editor.

    Additionally, I think the (virtual) keyboard you use is just as important as the editor (assuming you aren’t using a physical keyboard). I would recommend Unexpected Keyboard I have had a great experience with it.

    • jadero@programming.dev
      link
      fedilink
      arrow-up
      2
      ·
      edit-2
      2年前

      I’m going to try Unexpected. The swipe for symbol reminds me of my favourite on-screen keyboard, Fitaly. Unfortunately, nobody ever made it available for modern smartphones.

      Edit: The main thing I see missing is the option to swipe for uppercase. That may be possible in settings, but I didn’t see it in a quick glance.

      • librecat@lemmy.basedcount.com
        link
        fedilink
        arrow-up
        2
        ·
        2年前

        I don’t know about swipe for uppercase, but you can hold caps lock to toggle it.

        • jadero@programming.dev
          link
          fedilink
          arrow-up
          2
          ·
          2年前

          I saw that. When I get a bit more time, I’ll dig through their custom layout to see what I can figure out.

          Thanks.

    • lascapi@jlai.lu
      link
      fedilink
      arrow-up
      2
      ·
      2年前

      Thank you for your suggestions. I’m trying Unexpected Keyboard right now.

      It’s very nice 😊🤩

  • ArgentCorvid [Iowa]@midwest.social
    link
    fedilink
    English
    arrow-up
    4
    ·
    2年前

    I used emacs with termux to do Advent of Code this year

    • joby@programming.dev
      link
      fedilink
      arrow-up
      1
      ·
      2年前

      On your phone? As someone who lives in emacs and has done aoc in the past, I’m impressed

      • ArgentCorvid [Iowa]@midwest.social
        link
        fedilink
        English
        arrow-up
        1
        ·
        2年前

        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.

  • drctrl@lemmy.world
    link
    fedilink
    arrow-up
    3
    ·
    2年前

    Termux, install proot and a DE, then VSCode

  • brian@programming.dev
    link
    fedilink
    arrow-up
    3
    ·
    2年前

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

  • Excel@lemmy.megumin.org
    link
    fedilink
    arrow-up
    2
    ·
    2年前

    Remote Desktop

  • 13@kbin.run
    link
    fedilink
    arrow-up
    1
    ·
    2年前

    @[email protected] Sololearn’s editor

    • A_A@lemmy.world
      link
      fedilink
      arrow-up
      3
      ·
      2年前

      Contains ads, in-app purchases.

Programming@programming.dev

programming@programming.dev

Subscribe from Remote Instance

Create a post
You are not logged in. However you can subscribe from another Fediverse account, for example Lemmy or Mastodon. To do this, paste the following into the search field of your instance: [email protected]

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person’s post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you’re posting long videos try to add in some form of tldr for those who don’t want to watch videos

Wormhole

Follow the wormhole through a path of communities [email protected]



Visibility: Public
globe

This community can be federated to other instances and be posted/commented in by their users.

  • 70 users / day
  • 750 users / week
  • 1.95K users / month
  • 7.46K users / 6 months
  • 1 local subscriber
  • 27.6K subscribers
  • 3.29K Posts
  • 45.6K Comments
  • Modlog
  • mods:
  • snowe@programming.dev
  • Ategon@programming.dev
  • UlrikHD@programming.dev
    cake
  • bugsmith@programming.dev
  • Spyro@programming.dev
  • BE: 0.19.7
  • Modlog
  • Legal
  • Instances
  • Docs
  • Code
  • join-lemmy.org