Hi
i have doubt about about gc. suppose that if am using 5 static button with some images as their background,if am finish the application then the memory associated with the button would release or not ?
Hi i have doubt about about gc. suppose that if am using 5 static
Share
Android won’t “kill” your application unless the memory is filled up enough to restrict any new apps from opening. even then too, your apps’ state will be saved in a bundle and then the app will be removed from the memory.