0
Is there any way to experiment file handing in android phone ?
I dont have pc or laptop to perform coding perfectly but i want to know how that works so please help me how to do that in mobile specs: Androd Version : 12 Device: S22 ultra Network: Wifi stable using attached keyboard through otg
4 odpowiedzi
+ 3
After some research I found theese c/c++ compiler:
Cxxdroid
CppDroid
C4droid (not free)
Mobile C
In this article they also mention Termux:
https://dev.to/bauripalash/how-to-run-c-programs-on-android-3cco
You still have to see which app is best suited for your problem, but at least you have an overview.
+ 3
If you are using Python, there are interpreters for Android, namely QPython and Pydroid.
Using them, you can also save or load files like on a PC (although depending on what you want to do, you might need some workaround).
+ 1
HonFu i am using c
+ 1
Okay, that's harder I think. I have no solution for that.