Rustroid, a Rust IDE for Android

(rustroid.is-a.dev)

48 points | by coolcoder613 4 days ago ago

16 comments

  • johnisgood 2 hours ago

    Do people seriously code on their phone without any keyboards? Are IDEs in demand for phones?

    (It is not intended to be an insult of any sort. It is a serious question. I do not know anyone who does this and I cannot imagine myself being productive at all. I want to compare WPMs on a keyboard vs. on a phone as well.)

    • GZGavinZhao an hour ago

      I could be wrong, but I recall in many developing countries phones there are many teenagers who code on their phone because laptops (even tablets) are prohibitively costly.

      They might be wiring their phones up to some cheap keyboards, which is technically possible but I don't know if they're doing that.

      A friend of mine from a SEA country learned/did all of his coding on a 10-inch Android tablet using the touch-screen keyboard since age 11 until his parents bought him a proper laptop as a gift for going to college.

      Edit: for example https://news.ycombinator.com/item?id=45286044, there are other cases that I've definitely seen on GitHub but I can't find them at this moment.

      • jlg23 41 minutes ago

        > I could be wrong, but I recall in many developing countries phones there are many teenagers who code on their phone because laptops (even tablets) are prohibitively costly.

        Yes, I see that a lot here in the far south of Morocco.

        > They might be wiring their phones up to some cheap keyboards, which is technically possible but I don't know if they're doing that.

        They do. Adapters are about $2.

      • nicoburns 3 minutes ago

        > They might be wiring their phones up to some cheap keyboards, which is technically possible

        Not just possible, but quite easy. You just plug it in (or connect it via bluetooth) same as with a computer.

      • johnisgood an hour ago

        Hmm, I see. Of course if I had no choice like those people, I would rather pick "coding uncomfortably on a phone" over "not coding at all".

    • pjmlp 2 hours ago

      On good modern tablets you can nicely use the pen, and is almost as I used to do offline programming on paper netbooks, with the difference, now I can actually execute them, instead of coming home and type everything into the PC.

      • johnisgood 2 hours ago

        Interesting. I cannot imagine myself being any productive. I typically just write down my thoughts and ideas on my phone when I am not nearby my PC.

        • pjmlp an hour ago

          I usually have fun on the go between C# Shell, Pydroid 3 and ShaderBox.

  • fitblipper an hour ago

    This could fit in well with the Pixel's upcoming desktop mode or Samsung DeX. Hopefully Google keeps developing desktop mode to make it more usable.

  • AbuAssar 10 minutes ago

    Impressive work for a 17 years old guy, well done!

  • tommica 38 minutes ago

    The backstory is fricking amazing! It really shows how much pure will just allows a person to do stuff.

  • iberator 2 hours ago

    Amazing. I'm also a sole mobile code with an external bluetooth keyboard. Termux, tmux and vim.

    But I'm homeless It's painful...

  • stefanka an hour ago

    Will it run on the Quest headset? It’d be nice to develop rust extensions for Godot in a real IDE. Price seems fair to me too. Will there be a means to test the software first?

  • nh43215rgb an hour ago
  • NooneAtAll3 an hour ago

    is it offline?

    I remember for a while the only rust-writing app on play market simply called home to compile your stuff there

  • hobs 2 hours ago

    Damn, I don't have much to say but good work kid. That's an insane amount of work on your own tooling, some of the most satisfying stuff I generally work on.