Android Question How clear my app cache?

devmobile

Active Member
Licensed User
I use some library that save data on ram(cache) example picasso
How do i can clear this cache?
 

Computersmith64

Well-Known Member
Licensed User
Longtime User
I don't think it's possible in code. I think the only way to do it is via the app manager on your device. I could be wrong though - have you tried searching the forum for "Clear cache" or something similar?

- Colin.
 
Upvote 0

devmobile

Active Member
Licensed User
I don't think it's possible in code. I think the only way to do it is via the app manager on your device. I could be wrong though - have you tried searching the forum for "Clear cache" or something similar?

- Colin.
It is bad solution.
Maybe my app cache many files in device,so it shoule able to clear it without user action
 
Upvote 0

eps

Expert
Licensed User
Longtime User
Upvote 0

eps

Expert
Licensed User
Longtime User
What exactly are you attempting to clear, is it memory or files, a combination of both or something else altogether? I'm not familiar with the Picasso stuff you mention.
 
Upvote 0
Top