I've used non static inner class as binder to all my services.however when i run the MAT tool to check the Memory leaks i found that all my binder class not getting clear. so i found the following two link related to this issue.
http://code.google.com/p/android/issues/detail?id=6426
following link discues a workaround for this:using weak refreshments http://www.ozdroid.com/#!BLOG/2010/12/19/How_to_make_a_local_Service_and_bind_to_it_in_Android
- Since this is a known issue with the current version of the android SDK, is there a idea of when it will be fixed?
2.The solution provided above is a standered recommended approach? or is there any workaround to fix.
3 other than this what sort of memory leaks introduce when using the binder pattern.
Sam
I'm using the Android SDK 2.2.