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 - Unusual behaviour when drawing lots of images onto a large canvas -

how can i manage url using .htaccess in php? -

javascript - Chart.js - setting tooltip z-index -