[android-developers] A very strange issue, while launching an activity.

2012-06-19 Thread Put_tiMe
I have two activities, A and B. By default, A shows up, and upon pressing a button, B is shown. What happens sometimes is that, in A, when I press the button to bring up B, the transition happens, I even see the B's title. But it immediately exits. I don't do any code changes. I just reinstall

Re: [android-developers] A very strange issue, while launching an activity.

2012-06-19 Thread Saurav
There has to be some log, with some error. (I do not mean stack trace). Look into logcat more carefully. Are you doing very heavy processing work in Activity B? Does any of you activities involve Camera? Please be more explicit. Try logging from both the activities. Find out which part/function

Re: [android-developers] A very strange issue, while launching an activity.

2012-06-19 Thread Aashish jawla
hi, i m working on a application to play audio or prerecorded message when the incoming call is active so some one help me give some basic idea upon this topic. On Tue, Jun 19, 2012 at 4:53 PM, Put_tiMe putt...@gmail.com wrote: I have two activities, A and B. By default, A shows up, and upon