[android-beginners] Re: [android-developers] Select wallpaper from..

2010-02-25 Thread Manjunatha M
Can anyone from android help me on this?? On Mon, Feb 22, 2010 at 12:30 PM, Manjunatha M wrote: > Hi Dianne et al, > > Can any one help me on this?? > > regards, > Manju > > > On Thu, Feb 18, 2010 at 10:34 PM, Manjunatha M wrote: > >> Hi, >> >&

[android-beginners] Launching Browser in Preference Activity.

2010-01-11 Thread Manjunatha M
Hi folks, I want to List Item in Preference activity. and I want to launch a Browser with a URL which can change dynamically, When I click on that Item. Can anyone let me know how can i Achieve??? -- Regards, Manjunatha -- You received this message because you are subscribed to the Google Groups

[android-beginners] Re: Focus android widget.

2009-09-25 Thread Manjunatha M
="@layout/widget_new" /> But no luck.. Could you please help me on this?? On Fri, Sep 25, 2009 at 12:38 PM, Romain Guy wrote: > No change needed, make the widget focusable/clickable. > > On Sep 25, 2009 12:05 AM, "Manjunatha M" wrote: > > Hi, > Is

[android-beginners] Re: Focus android widget.

2009-09-25 Thread Manjunatha M
should i make the layout of the widget as focusable? or is there any other way to do that?? On Fri, Sep 25, 2009 at 12:38 PM, Romain Guy wrote: > No change needed, make the widget focusable/clickable. > > On Sep 25, 2009 12:05 AM, "Manjunatha M" wrote: > > Hi, > Is

[android-beginners] Focus android widget.

2009-09-25 Thread Manjunatha M
Hi, Is there a way to highlight the widget in the android home screen by using DPAD, and on selecting the widget using the keypad, launches the app for the widget. Where do I make change in Launcher.java or workspace.java??? -- Regards, Manjunatha --~--~-~--~~~---~--~

[android-beginners] Enable / Disable android widgets runtime.

2009-09-22 Thread Manjunatha M
Hi All, I am writing an widget application for android. I have a requirement where i need to disable the widget on some intent, i.e., I have the remove the widget from the android home screen and remove from menu options so that the user cannot add the widget further. I have to enable the widge