[android-developers] Re: findviewbyid in service?

2009-06-24 Thread 2hill
What is it that you are trying to accomplish in you service? You can build a view and have it called and built when service is started. More info please. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android

[android-developers] Re: How do you handle orientation change for a Cupcake widget?

2009-06-21 Thread 2hill
I believe you add a folder into your res called layout-land and include your layout as you wish the landscape to be. hope that helps! On Jun 19, 9:35 am, Blake B. bbuckle...@yahoo.com wrote: Hi,     Maybe I'm missing something obvious, but how do you handle orientation changes for a Cupcake

[android-developers] Re: How to listen for 'Enter Key is press' Event

2009-06-21 Thread 2hill
To get the orange foreground you need to describe the in the xml as focusable. Then add the corresponding focused drawable. when the user runs over it the resources will pull the focused drawable. Hope that helps! On Jun 21, 1:25 am, n179911 n179...@gmail.com wrote: Hi, I have a view and