Back to Browse

How to code on Android PART 2 (C++, Java, Python, Linux, Git, Vim on Android)

9.9K views
Dec 27, 2020
10:29

This is the part 2 of how to code on Android. Please make sure you have watched part 1 since it is a prerequisite for this video Part 1: https://youtu.be/w2ZIWNmYVyc Vim Basics: Coming soon Git Basics: Coming soon Tmux Basics: Coming soon Suggestions are always welcomed. Please mention your queries / issues / doubts in the comments. I'll make sure to answer them. Vim Config file contents: set nocompatible filetype off set rtp+=~/.vim/bundle/Vundle.vim call vundle#begin() Plugin 'VundleVim/Vundle.vim' " Add plugins here Plugin 'ervandew/supertab' Plugin 'sickill/vim-monokai' call vundle#end() filetype plugin indent on set tabstop=4 set number colorscheme monokai syntax on Thanks for watching. If you really liked the video, please consider subscribing and / or buying me a coffee at: https://www.buymeacoffee.com/binarysource.

Download

0 formats

No download links available.

How to code on Android PART 2 (C++, Java, Python, Linux, Git, Vim on Android) | NatokHD