jjfster
jjfster
I probably just don't understand this fully (of course), but now when diskCacheIsEnabled, the app grows large very quickly. Thanks.
app cache is near zero because the cache is being registered in the app's data. This was my original question: How do we assign the cache to the app cache,...
When the images are cached, they are cached to the app's data storage, not the app cache. When you go on your device to: Settings/Applications/Manage Applications/[your app], you can see...
Ok, so I did a little playing around. It looks like no matter what I do, getExternalCacheDir() does not participate in the "app cache" helper feature. The "app cache" is...
Did you ever resolve this? We also have to page the results in and this solution doesn't work for us.
I could really use access to the scene class too if possible. I'm used to doing this in swift: `self.sceneView?.scene.background.contents = [ "1.png", ... ]` This works pretty well and...
Did you ever get this working?
Not sure why this isn't working, or where else I am supposed to use seekTo: ` playerInstance = { // ExoPlayer instance (Experimental) // this.setSeekParameters(CLOSEST_SYNC) this.seekTo(61000L) ) ` I'm also...
Thanks for the feedback. I ended up creating my own since I was in a time crunch.
Hello sir, Sorry to bother you again. I just had a request for chromecast not long ago, and for my own player it is becoming a spaghetti mess. I came...