[android-developers] Re: findviewbyid in service?

2016-09-20 Thread claudia edelman
did u get an answer on your question? i have the same problem בתאריך יום שני, 6 ביולי 2009 בשעה 11:17:37 UTC+3, מאת vinays: > > Is it possible to use webview in a service? > > I want to use javascript functions loaded with a web page to interact > with the server. > > Cheers! > -- > Vinay >

[android-developers] Re: findviewbyid in service?

2009-07-06 Thread vinays
Is it possible to use webview in a service? I want to use javascript functions loaded with a web page to interact with the server. Cheers! -- Vinay On Jun 24, 10:32 am, Marco Nelissen wrote: > Why do you need this? A service does not have a UI, so there should be no > need to get a View. > > O

[android-developers] Re: findviewbyid in service?

2009-06-24 Thread Taewoong Kim
ednesday, June 24, 2009 11:33 PM > *To:* android-developers@googlegroups.com > *Subject:* [android-developers] Re: findviewbyid in service? > > > > Why do you need this? A service does not have a UI, so there should be no > need to get a View. > > On Wed, Jun 24, 2009 at 1:1

[android-developers] Re: findviewbyid in service?

2009-06-24 Thread 김태웅
con in resource xml file. Is possible? From: android-developers@googlegroups.com [mailto:android- develop...@googlegroups.com] On Behalf Of Marco Nelissen Sent: Wednesday, June 24, 2009 11:33 PM To: android-developers@googlegroups.com Subject: [android-developers] Re: findviewbyid in serv

[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 Devel

[android-developers] Re: findviewbyid in service?

2009-06-24 Thread Marco Nelissen
Why do you need this? A service does not have a UI, so there should be no need to get a View. On Wed, Jun 24, 2009 at 1:19 AM, brilliant winger wrote: > > HI! > > > I develop an application. > This don't use activity class. > only use service class.. > > I need method(findviewbyid). but service