I'm developing an android application and i'm almost done, and in order to have a good application i wanted to know how to properly implement the onDestroy method, i mean do i have to call the garbage collector or set everything to null?
thanks in advance..