Can I program on me phone | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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)

22nd Jan 2017, 12:41 AM
Daniel
Daniel - avatar
3 Answers
+ 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
22nd Jan 2017, 1:37 AM
Ahri Fox
Ahri Fox - avatar
+ 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.
4th Feb 2017, 4:43 PM
Kirk Schafer
Kirk Schafer - avatar
+ 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,...). :-)
22nd Jan 2017, 1:02 AM
Heroes Killer
Heroes Killer - avatar