TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Android soon to be able to distribute Python apps as .APKs

63 pointsby iamelgringoalmost 15 years ago

8 comments

v_almost 15 years ago
ASE is awesome, but it doesn't expose the full android API to python scripts. <a href="http://code.google.com/p/android-scripting/wiki/ApiReference" rel="nofollow">http://code.google.com/p/android-scripting/wiki/ApiReference</a> is what you get currently, though this list seems to be growing pretty quickly.
评论 #1480655 未加载
spicyjalmost 15 years ago
Project #6 for the Ruby Summer of Code is getting JRuby apps on Android to work:<p><a href="http://rubysoc.org/projects" rel="nofollow">http://rubysoc.org/projects</a>
评论 #1481536 未加载
sproutalmost 15 years ago
I've been really happy ever since I installed Python on my Droid. It's really fun to show off how you can access text-to-speech with droid.speak().<p>I'm not sure I buy it will be useful for development without a custom VM, but I have the full power of a 500 mhz (ish) processor wherever I am.
moealmost 15 years ago
Anyone know how scripted apps affect battery life?
评论 #1480809 未加载
zokieralmost 15 years ago
Just to provide a counterpoint: N900/Maemo has had the ability to have apps distributed in an arbitrary language since launch, and Nokia seems to especially like Python, sponsoring the developement of Qt bindings for it etc.
SingAlongalmost 15 years ago
Now the important question, will it hurt frame rate if games are developed using Python instead of Java for android?
评论 #1481033 未加载
评论 #1481136 未加载
openflyalmost 15 years ago
I hope this stuff is executing on top of Dalvik and not via the NDK.
barredoalmost 15 years ago
Noob here: What about the GUI? How it will be created?