Android Question APP hangs and needs device reboot...

DeviousD

Member
Licensed User
Longtime User
Hi Guys,

I'm using the CameraExClass for an app, the activity runs fine 3 or 4 times, afterwhich the APP hangs and does not do anything further, Im guessing i have run out of memory or something and the previous activity instances are still in memory as the device gets no-responsive.

How do i clear or do a Garbage.Collection to clear all previous activities as im using the activity.finish to close the activity when its done...

I guess im really doing something wrong.... Any suggestions to sort this out?
 
Top