Does anyone know how coding on Android can be simplified???? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Does anyone know how coding on Android can be simplified????

I am currently using Qpython3. I currently do not have access to a PC therefore I have started coding on Android. Does anyone know ways to simplify coding on Android?? Also please tell me if there are any good Android applications which can be helpful for coders. Also please enlighten me about Terminal Emulator. Also tell me the names of the interactive shells which are good.

16th Jul 2017, 7:11 AM
Vincent D'souza
Vincent D'souza - avatar
3 Answers
+ 4
maybe termux
16th Jul 2017, 7:19 AM
David Sebastian Keshvi Illiakis
David Sebastian Keshvi Illiakis - avatar
+ 3
Android coding cannot be very much simplified, because of the way it's builded: apps are interfaced with OS through use of kind of framework (the android API), wich is required to learn in addition to any language used on this platform ^^ Anyway, understanding basics to use minimal API feature isn't too much hard... Check the link below which provide cool explanation about interfacing Python and SL4A (Script Layer for Android, which provide interface for script language to android API): http://freepdf-books.com/download/?file=5312 (download page for pdf << Pro Android Python for SL4A >> book of Paul Ferrill)
16th Jul 2017, 9:01 AM
visph
visph - avatar
+ 3
@Martin Taylor: (It's confusing that each of your part-post begin with the advice to not ask multiple questions in a single thread ^^) (When it happen to me, I will insert explicit 'to be continued' kind of words at end of unfinished post, and same for explicit start of next posts ;))
16th Jul 2017, 3:42 PM
visph
visph - avatar