android-python27 icon indicating copy to clipboard operation
android-python27 copied to clipboard

Must Python scripts write in SL4A format?

Open twlkyao opened this issue 11 years ago • 1 comments
trafficstars

I have look throgh all the wiki of android-python27 on code google site, must we write Python scripts with by using SL4A? Can we just write Python which get some data and pass to Android Activity for future use?

twlkyao avatar May 23 '14 15:05 twlkyao

Yes and no. You still need sl4a to pass data to another activity, i.e. AndroidFacade.

michaelrinderle avatar Mar 01 '16 22:03 michaelrinderle