Questions tagged [bitmapcache]
8 questions
35
votes
5 answers
Android Volley ImageLoader - BitmapLruCache parameter?
I am having trouble implementing Image cache using the new Volley library. In the presentation, code look like this
mRequestQueue = Volley.newRequestQueue(context);
mImageLoader = new ImageLoader(mRequestQueue, new BitmapLruCache());
The…

urSus
- 12,492
- 12
- 69
- 89
4
votes
2 answers
Android 5.0 doesn't support BitmapFactory.Options inPurgeable
I'm learning the fresco lib of Facebook. I see that storing bitmap on ashmem with the option is inPurgeable so great. It takes us a lot of care about memory management but decreases OutOfMemoryError on Davilk heap.
I wonder why Android 5.0 doesn't…

Huy Duong Tu
- 7,798
- 5
- 25
- 46
2
votes
1 answer
What is BitmapCache in WP7?
I already read this thread, but I don't figure out what BitmapCache does.
According to msdn,
Bitmap caching allows visual elements to be stored as bitmaps after
the first render pass. After the element is cached, the application
bypasses the…

onmyway133
- 45,645
- 31
- 257
- 263
2
votes
1 answer
Android Bitmap Caching via ContentProvider
I am trying to solve a somewhat tricky issue. I have a gridview that gets images from a remote server via a custom BaseAdapter. Relevant code below.
//The gridview
pictureAdapter = new PictureAdapter(cont, document, thumbWidth);
GridView gridview =…

Damir Halilović
- 172
- 1
- 11
2
votes
1 answer
Silverlight + Bitmapcache: can't get it to work
I'm optimizing a silverlight application which uses a lot of images (GIS style, display tiled images, zoom/pan/etc.), and I was thinking of using the bitmapcaching functionality which should offload a bunch of things to the GPU.
However, I can't…

Erik van Brakel
- 23,220
- 2
- 52
- 66
0
votes
1 answer
If WPF BitmapCache is enabled on UserControl the UserControl is invisible on some computers
Title says most of it. I have a WPF UserControl that defines the BitmapCache as followed:

Falk
- 99
- 1
- 4
0
votes
1 answer
BitmapCache poor performance while resizing
I have a ListView with different complex ListViewItem containers consisting of images, shadow effects, blur effects.. etc. Rendering these containers in large amounts heavily reduces performance, especially since i'm using a blur overlay frame on…

Explisam
- 749
- 13
- 26
0
votes
1 answer
Mapcache not caching WMS
I have mapcache, mapserver(WMS), nginx on ubuntu. My instruction:
http://mapserver.org/id/mapcache/install.html#cgi-fastcgi-specific-instructions
Nginx *.conf:
location ~ ^/maps/ofp_10000(?/.*|$) {
set $url_prefix…

user15445
- 146
- 2
- 20