Android volley library, where to use and where not to -
as our typical old asynctask network connection getting replaced volley. it's fast have used know. downloaded images , showed. when again restarted app didn't take time download. caching images sometime ? , recommended not use in heavy download, reason ? or reason keeps images , in memory ? saw i/o video of volley. need clear explanation. thanks
i use volley get, post api calls because volley holds responses in memory during parsing. large download operations, consider using alternative downloadmanager. source: https://developer.android.com/training/volley/index.html
Comments
Post a Comment