Android Question KeyValueStore - How to get bitmap sample?

jtare

Active Member
Licensed User
Longtime User
In my app I use a custom list view in which I load in each item a bitmap using the KeyValueStore2 class, but since I just need it as a preview, It is possible to load a bitmap sample from the keyvauestore?
If I load the full bitmap I will get a run out of memory error (when the list start getting larger).
The LoadBitmapSample requires the directory and filename and I'm not sure how to get those if they are stored with the key value store class.
Thanks.
 
Top