Android 台灣中文網

標題: All image loading features and code examples [打印本頁]

作者: iamjason008    時間: 2013-12-12 17:02
標題: All image loading features and code examples
原始出處:https://code.google.com/p/android-query/wiki/ImageLoading
demo apk=>https://play.google.com/store/apps/details?id=com.androidquery


由於想要做一個像album的畫面,需要用到非同步更新圖片,以避免畫面卡在loading或是產生ANR錯誤!
所以找到這個demo,裡面有介紹很多種應用
我要的效果比較接近裡面的"Performance stress test"

使用方式:
解開壓縮檔之後,先把androidquery-master這個專案匯入,然後編譯它,在in會產生androidquery-master
把這個檔案放到androidquery-masterdemolibs裡面,然後再把androidquery-masterdemo這個專案匯入
再進行編譯就可以產生apk檔了

每個畫面裡面都有這個library的使用範例程式,按下run之後就可以看到結果
我覺得是一個很棒的教學情境

程式運行環境(API LEVEL): 10
實測環境(API LEVEL): 17

運行畫面:
第一個畫面