Tagged Questions
8
votes
3answers
582 views
Java 7 (JDK 7) garbage collection and documentation
Java 7 has been out for a while now, but I cannot find any good resources on the configuration of the garbage collectors, specifically the new G1 collector.
My questions:
Is G1 the default collector ...
3
votes
2answers
3k views
Retrieving the SMS Messages from the SIM card on with android
I was wondering if anyone knew anything about programmatically getting the sms messages off of your phone's sim card on an android platform. I would like to write a program that allows you to save ...
1
vote
3answers
88 views
Java SoftReference, panicing GC and GC behavior
I want to write a cache using SoftReferences using as much memory as possible, as long as it doesn't get too inefficient.
Trying to estimate the used size by calculating object sizes or by getting ...
0
votes
2answers
87 views
Android - Opening phone deletes app state
I'm writing an android application that maintains a lot of "state" data...some of it I can save in the form of onSaveInstanceState but some of it is just to complex to save in memory.
My problem is ...
0
votes
2answers
2k views
Compilation error on Zxing
Since I don't own a G1 for development purposes, I am doing my best with the emulator.
This said, I am trying to scan a JPEG image or a PNG image in my sdCard, with the ZXing (Zebra Zrossing) library.
...