Tecnologia do Blogger.
RSS

[androidbrasil-dev] Funcionamento de IntentService

Pessoal,

Se fizer isso:

Intent intentService = new Intent(context, TesteIntentService.class);
intent.putExtra("extra", extra01);
context.startService(intentService);

Intent intentService = new Intent(context, TesteIntentService.class);
intent.putExtra("extra", extra02);
context.startService(intentService);


O que ocorrerá ? Haverá duas instâncias do serviço ??

Abs,

--
You received this message because you are subscribed to the Google Groups "Android Brasil - Dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to androidbrasil-dev+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

  • Digg
  • Del.icio.us
  • StumbleUpon
  • Reddit
  • RSS

0 comentários:

Postar um comentário