實際上,我從Web中獲取XML,解析並將其顯示在屏幕上。我得到的問題是,每次調用活動時活動都會嘗試從Web上加載數據(實際上,我的移動應用程序需要頻繁訪問服務器)因此,我在尋找以下解決方案:在重新啓動活動時快速加載數據
On Re-launch of an activity, the data from web should not be loaded again.
creating a class that i can use to transparently make application faster by
selectively caching items in memory. And thus, making users very happy and
This class can even apply individual refresh times to each cached item.
所以,我想我需要將數據存儲在緩存或類似的東西。
是否有任何方式/技術來實現這樣的事情?因此無需每次都重新啓動活動。
thanx的支持,它也是一個好主意 – 2010-11-15 06:30:06