DEV Community

Anibe Sam
Anibe Sam

Posted on

How to be productive as a developer using your andriod device

Andriod Operating System runs on Linux Kernel. As a Software Engineer whose main desktop environment is Linux, I find it easy working with termux, a mobile terminal that allows you to turn your Andriod device into a working environment. With termux, you can install all the command line tools needed for you to start your coding journey on mobile. As someone coming from the background of wapka.mobi, I’m used to coding on mobile. Why don’t you try it out today? I strongly believe you will be thrilled that you can actually continue your coding journey without a laptop or desktop. Get Termux from Google’s playstore. Run apt update && apt upgrade

Note: make sure you have internet access, and you should also verify that coreutils is installed on termux by typing apt install coreutils.

To install nodejs, simply type this command apt install nodejs.

Source https://anibesam.com/how-to-be-productive-as-a-developer-using-your-andriod-device/

Top comments (0)