I previously works in c# dotnet development, there is Application.exit()
type method, which instantly close the app and release the memory.
I find that android "finish()" method which was supposed to do that
but it not doing that, it continue the app and not releasing the memory. How i can exit my application, so all thread and memory will be released ?