I want to close my application, so that it no longer runs in the background.
How to do that? Is this good practice on Android platform?
If I rely on the \"ba
i wanted to return to the home screen of my android device, so i simply used :
moveTaskToBack(true);