[android-developers] Re: Out of memory exception on setting wallpaper

2009-03-15 Thread ursnavin
. On Thu, Mar 12, 2009 at 7:24 AM, JP joachim.pfeif...@gmail.com wrote: Sounds like the Drawable remains attached to a View between rotations. See blog post: http://android-developers.blogspot.com/2009/01/avoiding-memory-leaks On Mar 12, 3:29 am, ursnavin ursna...@gmail.com wrote: Hi

[android-developers] Re: Out of memory exception on setting wallpaper

2009-03-12 Thread ursnavin
Hey, the getWallpaper() is the frameworks getWallpaper() function.Everytime the xception occurs only inside this function.Is this a bug in android?? On Mar 12, 3:56 pm, Mark Murphy mmur...@commonsware.com wrote: ursnavin wrote: Hi , Im trying to develop a home application . Whenever

[android-developers] Out of memory exception on setting wallpaper

2009-03-12 Thread ursnavin
Hi , Im trying to develop a home application . Whenever there is a shift between landscape and potrait mode , im setting the wallpaper onCreate () function using the below code . getWindow().setBackgroundDrawable(getwallpaper()); The code seems to work fine for first few shifts , but after

[android-developers] Re: Out of memory exception on setting wallpaper

2009-03-12 Thread ursnavin
Hey, Thanks for the reply, The getWallpaper() is the android frameworks getWallpaper() function. On Mar 12, 3:56 pm, Mark Murphy mmur...@commonsware.com wrote: ursnavin wrote: Hi , Im trying to develop a home application . Whenever there is a shift between landscape and potrait mode

[android-developers] Re: Problem with continuos animation of children on long press of keys in a Viewgroup.

2009-03-06 Thread ursnavin
animations from other threads, On Thu, Mar 5, 2009 at 11:48 PM, ursnavin ursna...@gmail.com wrote: Hi all, Suppose,If the user long presses a key,the animation should run till the keyup... For this i tried starting the animation on a new thread with a lock on a flag variable,till the first

[android-developers] Re: ViewGroup, Views and Animation

2009-03-05 Thread ursnavin
Hi all, I have got a similar problem. Suppose,If the user long presses a key,the animation should run till the keyup... For this i tried starting the animation on a new thread with a lock on a flag variable,till the first animation ends. Now when the user is still pressing his key,the thread

[android-developers] Problem with continuos animation of children on long press of keys in a Viewgroup.

2009-03-05 Thread ursnavin
Hi all, Suppose,If the user long presses a key,the animation should run till the keyup... For this i tried starting the animation on a new thread with a lock on a flag variable,till the first animation ends. Now when the user is still pressing his key,the thread is created with the nxt

[android-developers] Rolodex View

2009-02-26 Thread ursnavin
Hi, I am planning to implement a RolodexView in android using the gallery widget.Am fairly new to android.Is it possible to extend the Gallery widget to create a rolodex or should we need to create our own customised component. Any inputs would great. Thanks, Navin

[android-developers] Re: Rolodex View

2009-02-26 Thread ursnavin
Hi, It would be great if someone can help me on this. On Feb 26, 2:01 pm, ursnavin ursna...@gmail.com wrote: Hi, I am planning to implement a RolodexView in android using the gallery widget.Am fairly new to android.Is it possible to extend the Gallery widget to create a rolodex or should we

[android-developers] Active Idle screen

2009-02-24 Thread ursnavin
hi, Is there anyway to replace the idle screen with a custom built idle screen? I tried searching the blogs but coudnt get much info on it. Thanks, Navin --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android