[android-developers] Task launch event - finishOnTaskLaunch Problem

2009-09-03 Thread Muniraju
I am not able differentiate "onResume" of BACK Press from B and that of launch from main menu. Please help me to clear this state out during task re-launch in the above case by identifying Main Menu launch from HOME. Thanks, With Regards, Muniraju --~--~-~--~~-

[android-developers] Re: Task launch event - finishOnTaskLaunch Problem

2009-09-04 Thread Muniraju
tained by the application Thanks, With Regards Muniraju On Sep 3, 8:59 pm, Dianne Hackborn wrote: > onResume() tells you that the activity is now in the foreground, so you can > rely on it to tell you where the user is currently at. > > > > > > On Thu, Sep 3, 2009 at 4:47

[android-developers] Alternate line service support on Android 1.5

2009-12-15 Thread Muniraju
Does anyone have a idea about Alternate line service implementation on android 1.5 sdk?\ I wanted to know how to read the line 2 information from sim as the existing telephone manager doesn't suppor this feature. -- You received this message because you are subscribed to the Google Groups "Androi

[android-developers] Displaying large Gif Images

2009-07-15 Thread Muniraju
r this. PS: I am using cupcake version of android. Thanks, With Regards Muniraju --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-dev

[android-developers] ANDROID BUG: Large Gif Images can not be displayed

2009-07-17 Thread Muniraju
With Regards Muniraju --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send em

[android-developers] Re: ANDROID BUG: Large Gif Images can not be displayed

2009-07-31 Thread Muniraju
deBounds = false; bm = BitmapFactory.decodeStream(is, null, opt); In the above the either I will get OutOfMemoryError or decoded bitmap dimension is same as the original image. There is bug reported on it, I found it later http://code.google.com/p/android/issues/detail?id=2793 Thanks, With Regard