android - Best Practice to locally cache web service responses -


i populating infinite list view data webservice. data obtained response post requests made app. best practice cache such data network call not made every time user scrolls , down list? thank you!

check out lrucache class, or better yet check out android volley framework developed google.


Comments

Popular posts from this blog

javascript - Count length of each class -

What design pattern is this code in Javascript? -

hadoop - Restrict secondarynamenode to be installed and run on any other node in the cluster -