[Simple-support] Performance on Android
Brought to you by:
niallg
|
From: bubbleguuum <bub...@fr...> - 2011-12-01 22:19:21
|
Hi, I'm writing an Android app where XML parsing performance is important. The quicker, the better. Are there some things that can be disabled in parsing processing to make it faster ? Or some constructs that should be avoided ? I'm looking for any advice that can improve performance. I noticed that simple generate a lot of objects while parsing which in turn generate heavy garbage collection. Thanks! |