我正在嘗試集成Android-PullToRefresh刷新ExpandableListView數據。但它凍結了UI,直到它從Network獲得數據並調用方法「onRefreshComplete()」。我在AsyncTask的doInBackground中調用webservice並在onPostExecute中進行更新。刷新時出現Android-PullToRefresh frezzes ExpandableListView
我也試圖download apk file,它正確地刷新ListView的,但它也變得清爽ExpandableListView時掛起。圖書館本身似乎存在一些問題。我一直試圖解決它幾個小時,但無法弄清楚。任何幫助將不勝感激。
是否有任何其他庫模仿ExpandaleListView的PullToRefresh功能。
檢查他們的示例應用程序。它刷新列表視圖,而不凍結,但是當他們做同樣的ExpandableListView UI被凍結。 – user1288005
對不起,我收到了錯誤的鏈接。檢查此庫,而不是:ActionBar-PullToRefresh – Mike
但它不支持ExpandableListView。 – user1288005