close

要寫的東西太多,時間太少,所以都先把學習經驗中使用過有用的網頁都保留下來
等有時間的時候再一一作整理,把東西補上。
這篇就置頂,然後一直更新吧 

 

 

2011 11/24

ExpandableListView的基本用法(官方)
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/view/ExpandableList1.html
如何將下拉箭頭放到右邊去與基本用法
http://android-adda.blogspot.com/2011/06/custom-expandable-listview.html 

 

2011 11/10
Preference 如何使用xml同時建立prefs與view PreferenceActivity
以及如何在其中加入button,並使button發生作用。
與listview之間的關系
http://www.eoeandroid.com/thread-5305-1-1.html
http://blog.csdn.net/ichliebephone/article/details/5916320
http://stackoverflow.com/questions/5330677/android-preferences-onclick-event
http://hi.baidu.com/amauri3389/blog/item/6188588a2b0eaac3fd1f10f0.html
http://stackoverflow.com/questions/531427/how-do-i-display-the-current-value-of-an-android-preference-in-the-preference-su
若不是用preferenceActivity來改變pref value的話,在preferenceActivity內按入看值不會更改

如何找到裡面的view,目前使用xml裡面的onclick可以找到
或是用 onListItemClick()也許可以。但直接抓view可以再找找,可以從listactivity下手

 

 

JSON
PARSE
http://www.geekmind.net/2009/11/android-simple-httpclient-to.html
http://www.androidcompetencycenter.com/2009/10/json-parsing-in-android/
http://www.hdelossantos.com/2009/12/24/quick-and-easy-android-http-post-of-json-string/

送出JSON物件給SERVER
http://hi.baidu.com/rarnu/blog/item/efab932b1f69edf6e7cd404a.html
 GET與POST
http://blog.toright.com/?p=1203
http://yahaitt.iteye.com/blog/145820

 

 

google map 
http://www.vogella.de/articles/AndroidLocationAPI/article.html
http://developer.android.com/guide/topics/location/obtaining-user-location.html
http://mobiforge.com/developing/story/using-google-maps-android

 

 

 

手動建立一個view(給dialog使用)
http://developer.android.com/guide/topics/ui/dialogs.html

 

 

 

leftjoin與在android中執行join
http://stackoverflow.com/questions/4957009/how-do-i-join-two-sqlite-tables-in-my-android-application

 

 

 

 

備份sqlite資料庫到sd卡
試了幾種方法,其實應該很簡單
但是不論是哪一種寫法,備份出來的資料在2.3.4都無法使用
複製出來的資料會格式齊全,但資料全無,2.3.3是ok的 
http://www.screaming-penguin.com/node/7749#comment-18430
http://code.google.com/p/and-examples/
 http://stackoverflow.com/questions/2170031/backup-and-restore-sqlite-database-to-sdcard
另外有提到sqlite的原始backup法,但似乎也是出不來
http://nkeegamedev.blogspot.com/2010/10/android-sqlite-2.html

androidBackUp
http://developer.android.com/reference/android/app/backup/package-summary.html
http://developer.android.com/guide/topics/data/backup.html

 

 

 

checkedTextView
如何設置layout
如何在listview中被勾選又不會被勾掉 
setItemChecked
http://stackoverflow.com/questions/4080202/implement-select-all-with-multiple-select-listview-in-android
http://www.cnblogs.com/onlylittlegod/archive/2011/05/19/2050623.html

要多重勾選要選mutiple

http://stackoverflow.com/questions/5303502/listview-setitemchecked-doesnt-work
抓出有被勾選的物件
http://stackoverflow.com/questions/1875086/android-list-view-clarification-quest
http://code.google.com/p/android/issues/detail?id=3675

http://massapi.com/class/li/ListView.html

 

 

一大包
http://www.gururu.tw/android-%E6%95%99%E5%AD%B8.html
http://kie0723.blogspot.com/search/label/Android
http://kie0723.blogspot.com/2009/10/android.html

 

arrow
arrow
    全站熱搜

    alderis 發表在 痞客邦 留言(0) 人氣()