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
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",
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;
3 matches
Mail list logo