I'm in the middle of writing some unit tests (jUnit) and I'm testing that my parsing/etc is working correctly from a JSON data source. However, this HUGE JSON data structure needs to be escaped. I was …
Continue Reading about Android: Escaping Strings in Eclipse →