2013年3月20日 星期三

Android Fragment

Official introduction on Fragment from Google Developer: http://developer.android.com/guide/components/fragments.html

Other introductions in Chinese:
http://cheng-min-i-taiwan.blogspot.tw/2012/04/android-fragment-hellofragment.html
http://lp43.blogspot.tw/2012/07/fragment.html

Debug Skills on Eclipse

http://tomkuo139.blogspot.tw/2010/03/eclipse-debug.html

http://www.dotblogs.com.tw/chhuang/archive/2011/01/12/20765.aspx

The Usage of Android Adapter


http://blog.joomla.org.tw/android/178-ListView%E4%B9%8B%E4%B8%80%EF%BC%9AAdapter%E4%BB%8B%E7%B4%B9%E8%88%87%E4%BD%BF%E7%94%A8.html

http://blog.joomla.org.tw/android/180-ListView%E4%B9%8B%E4%BA%8C%EF%BC%9A%E6%94%B9%E5%AF%ABArrayAdapter%E7%9A%84getView.html

2013年3月19日 星期二

What is RSS?


http://blogs.law.harvard.edu/tech/rss

http://cyber.law.harvard.edu/rss/rss.html

4 Recommended RSS Readers on Android Devices

4 Recommended RSS Readers on Android Devices

http://playpcesor.blogspot.com/2011/05/android.html

Develop Android Project on Win7 with Eclipse


Develop Android Project on Win7 with Eclipse

You can simply install the Android SDK and Eclipse IDE by setting up the official ADT Bungle: http://developer.android.com/sdk/installing/bundle.html

Or, you can setup the develop environment step by step:

1. Download and install the "Eclipse IDE for Java Developers" from http://www.eclipse.org/downloads/

2. Download and install JAVA JDK: http://forum.market.com.tw/showthread.php?38-JDK-%E4%B8%8B%E8%BC%89%E5%AE%89%E8%A3%9D-%E7%92%B0%E5%A2%83%E8%AE%8A%E6%95%B8%E8%A8%AD%E5%AE%9A
   - Install the latest JDK for win64
   - Setup environmental parameters:
       JAVA_HOME: the path where you install the jdk
       path: add  %JAVA_HOME%\bin;
       CLASSPATH: add  %JAVA_HOME%\lib\dt.jar;%JAVA_HOME%\lib\tools.jar;
   - Verification: execute \cmd\java -version

3. Install the Android SDK: http://developer.android.com/sdk/installing/index.html

4. Installing the Eclipse Plugin: http://developer.android.com/sdk/installing/installing-adt.html


If you want to connect your device to Eclipse,

1. For HTC devices, install HTC Sync.

2. Update device driver with Google USB Driver: http://developer.android.com/sdk/win-usb.html

3. Execute "adb kill-server" and "adb start-server" under "(android-sdk)\platform-tools"

2008年12月5日 星期五

2008.12.03 meeting with Robin

today we have a little talk about clothing search by images, Robin gave me some advices in the mail