How to load image from drawable folder with Cache Control??

13 views
Skip to first unread message

FeasyApps

unread,
Sep 13, 2014, 10:53:56 AM9/13/14
to androi...@googlegroups.com
Hello there!! I want to load an image to an ImageView from the drawable folder and not from a url. I am able to do that like this

aq.id(R.id.myImage).image(R.drawable.blabla);

but also  I want to have Cache Control. But when I do this

aq.id(R.id.myImage).image(R.drawable.blabla, memCache, fileCache); nothing shows.

How is it possible is it possible instead of a url to use the path of my image in drawable folder???

Thanks

Jason F

unread,
Nov 29, 2014, 3:17:36 PM11/29/14
to androi...@googlegroups.com
What would be the purpose of using the Cache on a file that is currently on the device?

Thanks
Reply all
Reply to author
Forward
0 new messages