+ 2
Can I program on me phone
if no please tell me ways to program on me laptop if yes tell me way of how to program stuff on me phone. ps it is a samsung s3 (I think)
3 Respostas
+ 7
you can absolutely code on a laptop. you can code on a phone but it's highly variant on support for languages and is less efficient than a computer with keyboard
+ 2
Mobiles are mostly ARM. Laptops: Intel/AMD.
Mobile (external keyboard helps)
cppDroid
AIDE (various modules)
SoloLearn's CodePlayground (app calls Windows Server, or runs Chromium WebView / based on chrome w/features disabled), or use the website (any browser)
TerminalIDE (good terminal+busybox but gcc support for older phones (Dalvik, not ART))
DroidEdit
Laptop
Install any distributable package (python, mysql, etc).
(IDE's) Android Studio, PyCharm, ...
Online/cloud
CodeAnywhere, AWS, Heroku, jsfiddle, jsBin etc...
You can save persistent data on your phone...but the app has a strict run time limit without data persistence, and interactive prompts are limited to 1 batch.
+ 1
You can learn basics of programming on your phone, for example via Sololearn app. It's really simple, easy to understand and intuitive.
However, I don't recommend classical programming on a phone. It's extremely ineffective and chaotic. For a computer, It depends on many factors, such as a language, you want to use.
I can recommend everything from JetBrains (InttelliJ Idea, Clion, PyCharm,...). :-)