2012年4月11日 星期三

使用ListView + SimpleCursorAdapter基本要件

Android APP中要使用SimpleCursorAdapter將Cursor資料顯示在ListView時,必須符合以下基本要件:
1. 資料表必須以_id做為primary key
2. 即使_id欄不需要顯示在ListView中,Select敘述選取的橺位還是必須包含_id

2012年4月5日 星期四

DART- 新的結構化網頁應用程式語言

由Google推動的一款結構化網頁應用程式語言,程式碼風格類似Java,並會轉譯為Javascript發佈
http://www.dartlang.org/