A few days back I was asked to write down scenarios where ondestroy() is called without onpause() or onstop() being called. Is it possible. If yes please explain.
This happens when we call finish method to activity Example: inside your activity call this.finish();
this.finish();