sl4a
android python scripting: GUI?
Are there basic GUI functions in SL4A?I\'d like to run a python program on Android and would need a listbox and simple dialogs (display info and get input).[详细]
2023-04-04 15:22 分类:问答Dalvik error with JRuby with SL4A
I\'m getting this error when trying to run a jruby script on SL4A Dalvik VM unable to locate class \'org/jruby/Main\'[详细]
2023-04-02 02:45 分类:问答sl4a python notify question
I have two questions regarding the sl4a scripting language. I\'d like to develop a python script that will be periodically contacted by a server and post some information to the notification bar.[详细]
2023-03-31 04:09 分类:问答Execute Apple Push Notification Server (PHP) from Android Device using "PHP for Android"
I recently downloaded and installed \"PHP for Android.\" I created a .php file that utilizes an SSL connection with port 2195. I followed a guide for writing a php server that sends push notifications[详细]
2023-03-26 11:15 分类:问答Passing parameters to a python script using SL4A on Android
I am trying to get a Python script which I normally run on my PC to run o开发者_运维问答n my Android phone (HTC Hero). I have SL4A running on my phone and have made a few tweaks to the Python script s[详细]
2023-03-24 03:58 分类:问答Want to use Python Libraries in Android
I am building an application for Android. It will interface with some C++ libraries using Android NDK through JNI. There are also some libraries that are written in Python that I want to call from my[详细]
2023-03-17 21:52 分类:问答Sample python code for android: Login dialog with username and pasword
sl4a does come with a sample getPassw开发者_运维问答ord, but I want to see if I can get a simply popup login box that has both Login username and Password. I have been trying to search a lot for this[详细]
2023-03-16 03:34 分类:问答What do I need to get my phone app to connect to a https database?
I want to build an app that talks to a database. Analogy would be the youtube app for example. It connects to a secure host (requires login and password), and then returns to user results based on the[详细]
2023-03-16 03:22 分类:问答Having trouble with multiplying a variable with a number
I\'m trying to shorten my code and have more functionality but its not working right. Heres my code(basically)[详细]
2023-03-05 05:48 分类:问答How can I package the whole python interpreter in an Android APK?
I know about SL4A and how I can run Python scripts in Android. I need to know h开发者_如何学Cow I can package the whole Python interpreter inside my APK so my end-users won\'t have to download and in[详细]
2023-02-26 04:54 分类:问答