Re: [android-developers] Problem With Thread !

2010-10-22 Thread TreKing
On Fri, Oct 22, 2010 at 8:02 AM, MarcoCanali wrote: > The Service Work in Right mode but the other activity of application don't > respond to command ...from the sleep command add !! > None of this makes any sense to me. > Someone have an Idea of problem with Thread process, the sleep method

Re: [android-developers] Problem With Thread !

2010-10-22 Thread Prakash Iyer
Don't you need to start the thread? On Oct 22, 2010 9:02 AM, "MarcoCanali" wrote: > I use thic Code in a Class Of type Service : > > class A extends Service { > > > > > > > > @Override > public IBinder onBind(Intent intent) { > // TODO Auto-generated method stub > Log.v("AppointmentFinderService",

[android-developers] Problem With Thread !

2010-10-22 Thread MarcoCanali
I use thic Code in a Class Of type Service : class A extends Service { @Override public IBinder onBind(Intent intent) { // TODO Auto-generated method stub Log.v("AppointmentFinderService"," OnBind the Binder "); return mBinder;