Images from google api are getting cached and I need to figure out how to remove them when the app closes
问题 I built a recyclerview that gets data from Google places api and displays it. I didn't notice that the photos are being cached every time I open the app. According to google, that is illegal so I need to get rid of caching. I initially thought it was because i used the Picasso library but i added code for that, and now I'm stuck. I get the data from google in a bitmap then send it through to the recyclerview . I pass it through a URI creator to be able to use it with the Picasso Library and I