coding in mobile phones

 Here are answers for question

  1. How to code on android

  2. How to practise coding on android.
  3. Which is best programming app.


    Index
    1. using termux
    2. using particular programming apps
    3. fx file explorer

    How to code on android

    You can code on a android too but it is somewhat difficult on android.You can use termux:
    Enter below command in termux to install vim on android

    pkg install vim-python 

    Another way is 
    Use vim on a android in this way is easy to edit.edit any file on your mobile phone
    For example:
    Coding c or c++ on android app using vim
    1. Make a separate directory for you like mkdir py
    2. Pkg install clang 
    3. Vim first.c
    4. After your code completed press ESC and the    :wq 
    5. you get exit of vim then compile your c file then press below code
    6. Clang first.c 
    7. It gives a.out file 
    8. Exicute it as follow  ./a.out
    9. Congratulation you complied your c file on android successfully
    10. There more than it to know if you have doubt please comment.

    use app for specific language programming like for 

    C programming:

    1. Coding c by Kvass Yu
      Coding c

    2. Compiler.    :-which works some times online too it gives html output.

    JavaScript:

    1. JavaScript editor
    2. Grasshopper:it is a Google provided app which help you to learn programming
      Grasshopper JavaScript app

    C++ programming

    1. Coding with c++ -the offline compiler

    Html

    1. Learn html
    2. Html inspector -is best for specific testing purposes
    Please recommend you java app in android
    From playstore or apple store
    Just have a comment :::::

    Get all in text editor:

    Download FX file explorer with it a text editor will be installed



No comments: