Re: [android-developers] Re: How to start again if some third party task killer has killed my app ?

2013-03-22 Thread Amit Dwivedi
that one instead of trying to work around other apps. On Thursday, December 27, 2012 12:02:06 AM UTC-6, Amit Dwivedi wrote: In my App I have several activities which are obviously related to each other. Whenever I am on some activity and the user kills my app by using any task killer. I want

[android-developers] How to start again if some third party task killer has killed my app ?

2012-12-26 Thread Amit Dwivedi
In my App I have several activities which are obviously related to each other. Whenever I am on some activity and the user kills my app by using any task killer. I want to do two things 1. Clear the Notification which I added when the user logged in.. 2. finish all the activities other

[android-developers] OnStop and OnDestroy are not Called after finish ?

2012-12-20 Thread Amit Dwivedi
I have two activities Activity A and B, Activity A has 3 fragments namely a1,a2 and a3. a3 is the default selected fragment which shows videos, a2 contains one big textView and a small edittext in it and a1 contains a listview. Now On activity A's title bar I have a button, and since it is on

Re: [android-developers] Re: OnStop and OnDestroy aren`t invoked after calling finish()

2012-12-20 Thread Amit Dwivedi
i also have a similar problem... please have a look on my Detailed Questionhttp://stackoverflow.com/questions/13928591/a-strange-behavior-of-android-activities-fragments-and-intent On Friday, October 15, 2010 5:25:18 PM UTC+5:30, Kumar Bibek wrote: While starting an Activity, use the