Coding is normally done on the desktop, as the keyboard provides special keys. The keyboard of android phones is usually limited in this respect.
Is coding possible smart phones at all ?
Coding is normally done on the desktop, as the keyboard provides special keys. The keyboard of android phones is usually limited in this respect.
Is coding possible smart phones at all ?
I’ve been coding on my Android for 6 years now. At first it was with a native java editor for my programming 1 homework but then I discovered proot-distro for termux that allows you to run Linux distros as containers on Android.
I have debian 13 on my Android and use scrcpy to screen cast a secondary screen on desktop mode. It can be a bit slow sometimes but for java, JavaScript and python it’s been alright. I know proot-distro can have issues with compiled languages like c and c++ but I haven’t used those there since the semester we used cpp it was for SIMD and arm doesn’t have the avx instructions.
There’s a guy on GitHub called droidmaster that has the scripts to setup proot