Tecnologia do Blogger.
RSS

Re: [androidbrasil-dev] Re: java.lang.IllegalStateException: The content of the adapter has changed but ListView did not receive a notification.

Estava testando otto agora mesmo, ja tinha visto algo sobre mas agora que resolvi implementar. Parece ser uma ferramenta muito útil.
Só que o receiver na minha activity não esta recebendo.

public final class BusProvider {
private static final Bus BUS = new Bus(ThreadEnforcer.MAIN);

public static Bus getInstance() {
return BUS;
}

private BusProvider() {
// No instances.
}
}

Estou registrando e desregistrando no onResume() e onPause() da activity, e no service eu envio assim:
BusProvider.getInstance().post(new NewPVTEvent(target));

Mas na activity nada é executado:
@Subscribe
public void newPVTIncoming(NewPVTEvent event) {

User user = event.getUser();

...
}

O que está errado?

--
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/d/optout.

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

0 comentários:

Postar um comentário