Hacker News new | ask | show | jobs
by outdooricon 3605 days ago
You mention that you can write code on the Superbook, but I've yet to find any good ide in Android. Any plans to create or partner with someone to get something like Atom running in Andromium/Android? Do you have a particular favorite that you always use right now?
6 comments

If you're a terminal person, definitely check out Termux[1], it's really, really good (Android 5+ only, however). For a text editor, I really enjoy Quickedit[2]. But I'm not aware of any decent quality IDEs, either. Personally, I'm really hoping Blackberry knocks it out of the park at some point with an Android phone with PKB. I do a lot of traveling, and Termux (with ssh, vim, go, tmux, fish, etc.) would handle 99% of my computing needs if I had a good keyboard. (But I'm not willing to get a phone without a removable battery, and I don't see BB going back to that anytime soon.)

[1] https://github.com/termux/termux-app [2] https://play.google.com/store/apps/details?id=com.rhmsoft.ed...

Generally agreed.
YES! We want to. Please reach out to us Atom guys. We're working with some friends working on a cloud IDE, but this is an area where we admit theres a gap in software. We intend to close this gap.
I suppose that makes sense. With a 10000 mAh battery you should be able to run atom for an hour or two.
Have you looked into wine / crossover? They already have the Windows version of Steam and playable games running on x86 android.
Oh interesting, looking into WINE some more.
https://c9.io/ can be self-hosted, it's a pretty powerful browser-based IDE.

Where I find Android (and iOS) imho falls behind vs. desktops is the web browser, working without the Firebug-inspired tools and inspectors that ship with browsers today is a big ask! Firefox supports extensions on Android which might mitigate that.

I'm also interested in this. Do anyone knows how something like eclipse che would work in this?

Do you think this will be a viable alternative for coding while traveling and dont have a laptop?

We see coding as a key use case for our product. The current IDEs for Android are ok, but we can make it better with partners and potentially some good Cloud IDEs. Still not there though
I hope you stay focussed on the low end of the market and don't get bogged down by demands of developers since they are likely to be different from everybody else.
You see, you can't run heavy software on crappy hardware and expect everything to go smoothly.

Things you can do:

1. Install a debian chroot (gnuroot is your friend), start an x server and just run eclipse. You're going go to awful performance but hey, that's the hardware.

2. Run eclipse somewhere else and display the output on your tablet. It's going to work mostly okay until connection drops for whatever reason. Also, you need some good hardware somewhere, accessible somehow. And you're likely to have to pay something for it. I had a very positive performance with x2go but you're still under the assumption that network is fast and you have a very low round-trip-time.

You just can't expect to have optimal performance on super cheap hardware with very little resources.

Cloud9 (https://c9.io/) works nicely on my Android tablet with a keyboard.
Not an IDE, but you should really check out Termux.