Programming on an Android tablet

https://denizaksimsek.com/2023/programming-on-a-tablet/

10 points · 4 comments · view on lemmy.world

4 Comments

CthulhuDreamer@lemmy.world · 4 pts · 3y

You can install vim, git and ranger on termux. So the minimal setup is pretty easy to achieve.

m_e@lemmy.ml · 2 pts · 3y

Set up a headless Raspberry Pi and connect by SSH and VNC. To connect the two devices use a USB cable.

Alternatives:

  • connect them both to a router using Ethernet/wifi.
  • use a very small PC in headless mode so you can run x86_64 executables.
  • access a shared git repository on the cloud using local clones on both devices to share files

This may be less sexy but it is solid and reliable.

wegettosss@lemmy.world · 1 pts · 3y
[ removed ]
amoroso@lemmy.ml · 1 pts · 3y

Another option is an online IDE such as Replit, which is good enough at least for hobby projects.

m_e@lemmy.ml · 1 pts · 3y
[ removed ]