実際、私は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.
だから、私はデータをキャッシュなどに保存する必要があると思います。
そのようなことを実装する方法/技術はありますか?アクティビティの再起動時に毎回ロードする必要がないようにします。