TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Python for Android | Linux Journal

110 点作者 db42大约 14 年前

6 条评论

CoffeeDregs大约 14 年前
An important bit of TL;DR:<p>For those who, as did I, say "that's stupid! you have to install the Python for Android APK on the target device!", see <a href="http://code.google.com/p/android-scripting/wiki/SharingScripts" rel="nofollow">http://code.google.com/p/android-scripting/wiki/SharingScrip...</a>
mctavjb9大约 14 年前
I can totally relate to the statement: "If, like me, you'd rather eat glass than sit down to write some Java code in Eclipse, it would appear that you are out of luck when it comes to implementing your next project on Android." I've been attempting to educate myself about Android development for a side project. Dealing with Java has been an impediment, as my brain seems to grok scripting languages far more easily.
评论 #2477009 未加载
illumen大约 14 年前
<a href="http://pygame.org" rel="nofollow">http://pygame.org</a> also has a pygame subset for android which includes a port of cpython. Not all modules are included though. Some python packages are missing, and some pygame modules are not included too. However it works well enough for most games.<p>Just create a directory called pygame on your sd card and put your code in there. No need to mess around with setting up java.
评论 #2477171 未加载
fingerprinter大约 14 年前
Does anyone know if it is possible to write JRuby android applications? It would seem a natural fit given Java etc etc. I do relate to the comment ""If, like me, you'd rather eat glass than sit down to write some Java code" so I have been looking for a better way to do it. Though, I have lately resigned myself to the fact that I may well have to write Java again...<p>As an aside...does anyone have experience with PhoneGap or Appcelerator? Wondering about experiences with those approaches (both positive and negative).
评论 #2478142 未加载
评论 #2478139 未加载
RobGR大约 14 年前
At the Texas Linux Fest, there was a great talk that reviewed non-Java ways of programming on Android:<p><a href="http://texaslinuxfest.org/sessions/decaffeinated-robot-developing-android-without-java" rel="nofollow">http://texaslinuxfest.org/sessions/decaffeinated-robot-devel...</a><p><a href="http://www.deepbluelambda.org/events/live/decaffeinated-robot-source-slides-and-audio" rel="nofollow">http://www.deepbluelambda.org/events/live/decaffeinated-robo...</a><p>There are some comparisons of code size for the different languages and environments. That was probably the most informative talk I attended at the Linux Fest.
xudir大约 14 年前
nice
评论 #2477722 未加载