Skip to main content

87 posts tagged with "android"

View All Tags

· One min read

Just got my Dev Phone 1 and tried to run Jythonroid on it.

The procedure is

1. download sourcecode

$ svn co -r 51 http://jythonroid.googlecode.com/svn/branches/Jythonroid

2. import project into eclipse

3. connect Dev Phone and computer with USB

4. setup eclipse debug setting to run jythonroid in real Dev Phone

Now I got jythonroid installed in Dev Phone. Here's how to play with jythonroid:

1. Install Terminal Emulator to use the shell

2. just follow the screenshot to say 'Hello Android!' :)

in java we import Toast widget with

import android.widget.Toast;In jython(roid), just type in interpreter:

from android.widget import ToastPython rocks!

· 2 min read

Android Market 本身尚未提供網頁版本,只能透過實機來查看應用程式的下載與評論狀況。這對於還沒有拿到實機的開發者來說相當不方便。

還好現在網路上已經出現了一些解決方法:

cyrket 提供了 Android Market 的網頁介面版本。可以透過 cyrket 來查看最近的使用者評論。

要得知最熱門應用程式,可以參考 aTrackDog 網站提供的排行榜。

想看各個應用程式的下載總數排行,則可以參考 Android Market Place Rankings (均不提供詳細下載數目)。

PS:下載數可以從側面顯示應用程式的普及率。但是應用程式的排行最理想的參考數值,則應該是使用者下載之後仍然保留在機器中繼續使用的數目(即 Active Install 數目)。

· One min read

From aTrackDog

第一次跑去癮科科發文,介紹我跟 Sam Lu 合作寫的追蹤 Android 軟體更新程式:aTrackDog。

這個程式的前身是 Palm 版的 TrackDog。不同之處在於 aTrackDog (Android)可以直接通過網路更新,而 TrackDog (Palm)更多是透過桌面 Sync 來更新,這也是明顯時代在進步之處呀......。

連結:http://bbs.cool3c.com/article/1795

· One min read

Qualcomm 做的名為「Neocore」的 3D Mark 程式,用來推他們公司的圖型晶片。原來 G1 的 3D 能力也很驚人呀。