Page 1 of 1

Off Led on Android

Posted: Tue Apr 11, 2017 11:30 pm
by Hamid Reza Shaabani
Hi....
I like Python Android produced by a LED with a switch to turn on a sample Python programming language or code in Android to control GPIO you like?

Re: Off Led on Android

Posted: Wed Apr 12, 2017 10:30 am
by chensy
Hi
We developed a library called “libfriendlyarm-hardware.so”, for android developer to access the hardware resources on the development board in their android apps, the library is based on Android NDK.
You can refer to this:
http://wiki.friendlyarm.com/wiki/index. ... are_Access
Thanks!

Re: Off Led on Android

Posted: Sun Apr 16, 2017 8:24 pm
by Hamid Reza Shaabani
Hello.....
I would like the Python language while it is in Java.

Re: Off Led on Android

Posted: Tue Apr 18, 2017 12:21 am
by v8dave
Hamid Reza Shaabani wrote:
Hello.....
I would like the Python language while it is in Java.


Android does not support Python natively. You could try this:

https://github.com/kivy/python-for-android

Java (Dalvik) on Android is not too difficult to master if you have done any Java before. Load of online tutorials to help you.