Tecnologia do Blogger.
RSS

Re: [androidbrasil-dev] Palestra interessante sobre shaders e filters

Pelo que li, algum dia os vídeos serão publicados (foi na DroidCon UK). Atualizo a thread quando sairem.


2014-10-31 14:26 GMT-02:00 Kauê Martins <ksampaiosp@gmail.com>:
Bem interessante Douglas Drumond (:

2014-10-31 13:50 GMT-02:00 Douglas Drumond <drumond.douglas@gmail.com>:

Douglas Drumond

--
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.

--
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.

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

[androidbrasil-dev] [Meu App] Checkfone >beta-testers<

Hey, pessoal!

 

Ajudem-nos a testar a versão beta do Checkfone, lançanda hoje mesmo!

Download: https://play.google.com/store/apps/details?id=com.checkfone

 

Trata-se de um app para você acompanhar, em tempo real, os gastos e saldo da franquia de minutos da sua conta telefônica.

 

Participe do nosso grupo de beta-testers no facebook: https://www.facebook.com/groups/1498487647087461/?fref=ts

 

Quaisquer bugs, opiniões sobre usabilidade, funções, layout e etc., por favor, deixem feedbacks no nosso grupo, aqui ou no próprio aplicativo.

 

O aplicativo (por enquanto, em fase beta) está disponível apenas para usuários com smartphones da TIM dos estados de SP e SC.

 

Obrigado

Abraço!

www.checkfone.com

 

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

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

Bom, é exatamente isso que eu estou fazendo só que com broadcast. Será que não vai dar mais esse erro porque o Otto é sincrono e o broadcast não?
Se for apenas isso (adicionar a mensagem na conversa e dar notify na activity/fragment via bus), esta otimo.
Mas é essa mesmo a questão?

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

Re: [androidbrasil-dev] Re: Drawer Navigation Custon

Oi Rudson Lima,

muito obrigado, show de bola esses exemplos... Estou com um pequeno problema:

- A minha Activity extende de FragmentActivity e não consigo incluir no meu fragmentManager ... como consigo fazer isso? Ele não aceita extensão FragmentActivity...

Abraços e obrigado pela ajuda novamente.



Sexta-feira, 31 de Outubro de 2014 11:51:35 UTC-2, Rudson Lima escreveu:
@Alexandre olha se lhe ajuda

Navigation api 14 (Esse estar mais atualizado) e em breve to passando ele pro Android Studio no padrão do Android L
https://github.com/rudsonlive/Navigation-Drawer

Navigation com appcompat


Espero que lhe ajude...

Em Fri Oct 31 2014 at 10:19:02, Alexandre Paixao <aspa...@gmail.com> escreveu:
Oi Felippe, como conseguiu fazer usando Activity?? Tem algum link de exemplo? To tomando uma surra aqui para fazer um draw com mapa.

abraços,

Segunda-feira, 6 de Janeiro de 2014 13:30:34 UTC-2, Felippe dos Santos Ferreira escreveu:
consegui gente... valew

Em segunda-feira, 6 de janeiro de 2014 01h59min10s UTC-2, Felippe dos Santos Ferreira escreveu:
Fala galera beleza?

E o seguinte tou querendo implementar a drawer navigation no meu app.
Fui ler a doc do android e procurei vários tutorias e nao achei nenhum exemplo custom....

No meu drawer vai ter um image view. Um botao que chama um dialog. E 5 labels de text.

Onde eu implemento as ações dos itens do drawer?
Tipo o clique do botao mudar o texto dos texts views.... ta muito confuso isso galera... alguem me ajuda

--
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-...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

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

Re: [androidbrasil-dev] Re: Quem tem interesse em aprender usar o greenDao?

+1

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

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

Minha situação era a seguinte:
Tinha uma tela (Fragment) com um ListView que era carregada por um Adapter com informações que estavam na base local.
Em paralelo eu tinha um serviço que ficava rodando recebendo informações do servidor e salvando na base. Quando uma operação de gravação na base era executada eu disparava um evento pra Activity principal (onde ficavam os Fragments) e lá eu tinha uma rotina de atualização do fragment.

Abraços,
Pedro Subutzki


Em 31 de outubro de 2014 15:34, Matheus Henrique da Silva <matheustargaryen@gmail.com> escreveu:
Rodrigo, vamos tentar usando o Otto então, que é uma das opçoes que vc citou.
Agora que eu pelo menos fiz funcionar, poderiam me ajudar a resolver esse cenario?
Eu tenho uma classe Conversa que encapsula um arraylist de objetos da classe Mensagem.
O adapter da conversa é um baseadapter que tem uma instancia de Conversa.
No onCreateActivity() do fragment de chat, eu busco essa conversa e instancio o adapter para depois seta-lo no listview;
Então eu tenho a conversa no service, e o adapter no fragment, o que dificulta um poco minha situação pq preciso adicionar em um lugar e dar notify em outro.
Pedro, como vc resolveu?

--
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.

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

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

Rodrigo, vamos tentar usando o Otto então, que é uma das opçoes que vc citou.
Agora que eu pelo menos fiz funcionar, poderiam me ajudar a resolver esse cenario?
Eu tenho uma classe Conversa que encapsula um arraylist de objetos da classe Mensagem.
O adapter da conversa é um baseadapter que tem uma instancia de Conversa.
No onCreateActivity() do fragment de chat, eu busco essa conversa e instancio o adapter para depois seta-lo no listview;
Então eu tenho a conversa no service, e o adapter no fragment, o que dificulta um poco minha situação pq preciso adicionar em um lugar e dar notify em outro.
Pedro, como vc resolveu?

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

[androidbrasil-dev] Re: Quem tem interesse em aprender usar o greenDao?

+1

On Friday, October 31, 2014 10:19:04 AM UTC-3, Felipe Aron wrote:

Galera, to com umas ideias loucas, gostaria de saber:

Quem aqui tem interesse em aprender greenDao?

To afim de fazer alguns video-aula sobre o ORM. Mas claro se houver interesse da galera! :D

Só postar "+1" ai pra eu saber quantos tem interesse.

Abraço!

--
Programador

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

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

Achei, valew.
http://stackoverflow.com/a/15433353/3669814

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

Re: [androidbrasil-dev] Quem tem interesse em aprender usar o greenDao?

o/

On Fri, Oct 31, 2014 at 1:20 PM, Daniel Novi Capelassi <daniel9c@gmail.com> wrote:
+1

-----------------------------------
Att. Daniel N. Capelassi

On Fri, Oct 31, 2014 at 2:18 PM, Lucas Baffe Segura <lucasbsegura@gmail.com> wrote:
+1

2014-10-31 13:26 GMT-02:00 Leonardo S <leonardo.s.comm@gmail.com>:

+1

2014-10-31 13:16 GMT-02:00 Marcos Azevedo <mdiego.azevedo@gmail.com>:

+1

2014-10-31 13:14 GMT-02:00 Felipe Faria <felipedsf@gmail.com>:

+1

--
Felipe dos Santos Faria
Skype: felipefaria_
Celular: (31)9388-3448


2014-10-31 13:02 GMT-02:00 Edson Freire <dnh5340@gmail.com>:

+1

Edson Freire


2014-10-31 11:20 GMT-03:00 Marcelo Alves <malves.info@gmail.com>:

+1

Em Fri Oct 31 2014 at 10:18:38 AM, Osvaldo Faria <osvaldojrf@gmail.com> escreveu:

+1



Osvaldo José Ribeiro de Faria
osvaldojrf@gmail.com



2014-10-31 12:07 GMT-02:00 César Manuel Malainho Oliveira <malainho@gmail.com>:

+1
Um exemplo de CRUD seria bem vindo

Cumprimentos
Malainho

--
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.

--
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.

--
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.

--
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.

--
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.

--
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.

--
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.



--
Lucas B. Segura
Analista de Sistemas

--
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.

--
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.



--

All it takes is one bad day to reduce the sanest man alive to lunacy.
That's how far the world is from where i am.
Just one bad day!

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

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

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

Já fiz isso usando o Otto e não tive problemas.


Abraços,
Pedro Subutzki


Em 31 de outubro de 2014 12:23, Rodrigo Piovezan <piovezan@gmail.com> escreveu:
Já resolvi esse problema uma vez de uma forma que não sei se é a mais certa: meu adapter não estava associado diretamente à lista de dados do serviço, e sim a uma cópia da mesma, e quando o serviço recebia dados novos ele os enviava para a minha activity através de um broadcast. Com isso na activity eu tinha oportunidade de atualizar a a cópia da lista e chamar notifyDataSetChanged no UI thread evitando que ocorresse a exception.

Imagino que haja uma forma melhor de fazer; por exemplo, no SOPT o luciofm recomendou usar um Loader e eventualmente um Message Bus.

Não tentei mas talvez possa ser feito sem esses recursos, apenas fazendo a activity ser um listener (padrão Observer, com métodos addListener e removeListener estáticos) do serviço, daí quando chega uma nova mensagem o serviço executa as duas operações (adicionar a mensagem à conversa e notificar seus listeners) no UI thread através de um Handler. Para funcionar a conversa deveria ser mantida em uma variável estática ou em uma classe à parte, fora do serviço (um Singleton). Alternativamente aos métodos estáticos a activity poderia se acoplar ao serviço via binding. Como falei, não sei se funciona, nem se é muito elegante resolver assim.


2014-10-31 10:16 GMT-02:00 Matheus Henrique da Silva <matheustargaryen@gmail.com>:

Rodrigo, muito obrigado. Parte disso eu até que sabia, mas o meu problema é que o meu app é baseado num service, e todas as conversas ficam nele. E eu preciso que fique nele porque o app tb vai funcionar em segundo plano, vai receber mensagens enquanto a activity não estiver aberta e notificar o usuario também.
Quando a activity não esta aberta é tranquilo, só adicionar a mensagem na conversa, mas quando está, eu preciso notificar a UI que essa conversa foi alterada dentro do service.
Eu pensei em puxar um handler dentro da propria classe que encapsula a conversa pra add a mensagem e notificar da UI, de dentro da conversa, mas achei que seria muita gambiarra e usando o broadcast seria mais elegante/correto.

--
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.

--
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.

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

Re: [androidbrasil-dev] Palestra interessante sobre shaders e filters

Bem interessante Douglas Drumond (:

2014-10-31 13:50 GMT-02:00 Douglas Drumond <drumond.douglas@gmail.com>:
P/ quem gosta de brincar com a parte gráfica do Android:


[]s

Douglas Drumond

--
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.

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

Re: [androidbrasil-dev] Palestra interessante sobre shaders e filters

Divertido. :)

-----------------------------------
Att. Daniel N. Capelassi

On Fri, Oct 31, 2014 at 1:50 PM, Douglas Drumond <drumond.douglas@gmail.com> wrote:
P/ quem gosta de brincar com a parte gráfica do Android:


[]s

Douglas Drumond

--
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.

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

Re: [androidbrasil-dev] Quem tem interesse em aprender usar o greenDao?

+1

-----------------------------------
Att. Daniel N. Capelassi

On Fri, Oct 31, 2014 at 2:18 PM, Lucas Baffe Segura <lucasbsegura@gmail.com> wrote:
+1

2014-10-31 13:26 GMT-02:00 Leonardo S <leonardo.s.comm@gmail.com>:

+1

2014-10-31 13:16 GMT-02:00 Marcos Azevedo <mdiego.azevedo@gmail.com>:

+1

2014-10-31 13:14 GMT-02:00 Felipe Faria <felipedsf@gmail.com>:

+1

--
Felipe dos Santos Faria
Skype: felipefaria_
Celular: (31)9388-3448


2014-10-31 13:02 GMT-02:00 Edson Freire <dnh5340@gmail.com>:

+1

Edson Freire


2014-10-31 11:20 GMT-03:00 Marcelo Alves <malves.info@gmail.com>:

+1

Em Fri Oct 31 2014 at 10:18:38 AM, Osvaldo Faria <osvaldojrf@gmail.com> escreveu:

+1



Osvaldo José Ribeiro de Faria
osvaldojrf@gmail.com



2014-10-31 12:07 GMT-02:00 César Manuel Malainho Oliveira <malainho@gmail.com>:

+1
Um exemplo de CRUD seria bem vindo

Cumprimentos
Malainho

--
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.

--
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.

--
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.

--
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.

--
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.

--
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.

--
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.



--
Lucas B. Segura
Analista de Sistemas

--
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.

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

Re: [androidbrasil-dev] Quem tem interesse em aprender usar o greenDao?

+1

2014-10-31 13:26 GMT-02:00 Leonardo S <leonardo.s.comm@gmail.com>:
+1

2014-10-31 13:16 GMT-02:00 Marcos Azevedo <mdiego.azevedo@gmail.com>:

+1

2014-10-31 13:14 GMT-02:00 Felipe Faria <felipedsf@gmail.com>:

+1

--
Felipe dos Santos Faria
Skype: felipefaria_
Celular: (31)9388-3448


2014-10-31 13:02 GMT-02:00 Edson Freire <dnh5340@gmail.com>:

+1

Edson Freire


2014-10-31 11:20 GMT-03:00 Marcelo Alves <malves.info@gmail.com>:

+1

Em Fri Oct 31 2014 at 10:18:38 AM, Osvaldo Faria <osvaldojrf@gmail.com> escreveu:

+1



Osvaldo José Ribeiro de Faria
osvaldojrf@gmail.com



2014-10-31 12:07 GMT-02:00 César Manuel Malainho Oliveira <malainho@gmail.com>:

+1
Um exemplo de CRUD seria bem vindo

Cumprimentos
Malainho

--
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.

--
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.

--
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.

--
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.

--
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.

--
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.

--
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.



--
Lucas B. Segura
Analista de Sistemas

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

[androidbrasil-dev] Palestra interessante sobre shaders e filters

P/ quem gosta de brincar com a parte gráfica do Android:


[]s

Douglas Drumond

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

Re: [androidbrasil-dev] Quem tem interesse em aprender usar o greenDao?

+1

2014-10-31 13:16 GMT-02:00 Marcos Azevedo <mdiego.azevedo@gmail.com>:
+1

2014-10-31 13:14 GMT-02:00 Felipe Faria <felipedsf@gmail.com>:

+1

--
Felipe dos Santos Faria
Skype: felipefaria_
Celular: (31)9388-3448


2014-10-31 13:02 GMT-02:00 Edson Freire <dnh5340@gmail.com>:

+1

Edson Freire


2014-10-31 11:20 GMT-03:00 Marcelo Alves <malves.info@gmail.com>:

+1

Em Fri Oct 31 2014 at 10:18:38 AM, Osvaldo Faria <osvaldojrf@gmail.com> escreveu:

+1



Osvaldo José Ribeiro de Faria
osvaldojrf@gmail.com



2014-10-31 12:07 GMT-02:00 César Manuel Malainho Oliveira <malainho@gmail.com>:

+1
Um exemplo de CRUD seria bem vindo

Cumprimentos
Malainho

--
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.

--
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.

--
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.

--
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.

--
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.

--
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.

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

Re: [androidbrasil-dev] Quem tem interesse em aprender usar o greenDao?

+1

2014-10-31 13:14 GMT-02:00 Felipe Faria <felipedsf@gmail.com>:
+1

--
Felipe dos Santos Faria
Skype: felipefaria_
Celular: (31)9388-3448


2014-10-31 13:02 GMT-02:00 Edson Freire <dnh5340@gmail.com>:

+1

Edson Freire


2014-10-31 11:20 GMT-03:00 Marcelo Alves <malves.info@gmail.com>:

+1

Em Fri Oct 31 2014 at 10:18:38 AM, Osvaldo Faria <osvaldojrf@gmail.com> escreveu:

+1



Osvaldo José Ribeiro de Faria
osvaldojrf@gmail.com



2014-10-31 12:07 GMT-02:00 César Manuel Malainho Oliveira <malainho@gmail.com>:

+1
Um exemplo de CRUD seria bem vindo

Cumprimentos
Malainho

--
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.

--
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.

--
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.

--
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.

--
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.

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

Re: [androidbrasil-dev] Quem tem interesse em aprender usar o greenDao?

+1

--
Felipe dos Santos Faria
Skype: felipefaria_
Celular: (31)9388-3448


2014-10-31 13:02 GMT-02:00 Edson Freire <dnh5340@gmail.com>:
+1

Edson Freire


2014-10-31 11:20 GMT-03:00 Marcelo Alves <malves.info@gmail.com>:

+1

Em Fri Oct 31 2014 at 10:18:38 AM, Osvaldo Faria <osvaldojrf@gmail.com> escreveu:

+1



Osvaldo José Ribeiro de Faria
osvaldojrf@gmail.com



2014-10-31 12:07 GMT-02:00 César Manuel Malainho Oliveira <malainho@gmail.com>:

+1
Um exemplo de CRUD seria bem vindo

Cumprimentos
Malainho

--
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.

--
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.

--
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.

--
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.

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

Re: [androidbrasil-dev] Quem tem interesse em aprender usar o greenDao?

+1

Edson Freire


2014-10-31 11:20 GMT-03:00 Marcelo Alves <malves.info@gmail.com>:
+1

Em Fri Oct 31 2014 at 10:18:38 AM, Osvaldo Faria <osvaldojrf@gmail.com> escreveu:

+1



Osvaldo José Ribeiro de Faria
osvaldojrf@gmail.com



2014-10-31 12:07 GMT-02:00 César Manuel Malainho Oliveira <malainho@gmail.com>:

+1
Um exemplo de CRUD seria bem vindo

Cumprimentos
Malainho

--
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.

--
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.

--
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.

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

[androidbrasil-dev] Re: Quem tem interesse em aprender usar o greenDao?

+1

Em sexta-feira, 31 de outubro de 2014 11h19min04s UTC-2, Felipe Aron escreveu:

Galera, to com umas ideias loucas, gostaria de saber:

Quem aqui tem interesse em aprender greenDao?

To afim de fazer alguns video-aula sobre o ORM. Mas claro se houver interesse da galera! :D

Só postar "+1" ai pra eu saber quantos tem interesse.

Abraço!

--
Programador

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

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

Já resolvi esse problema uma vez de uma forma que não sei se é a mais certa: meu adapter não estava associado diretamente à lista de dados do serviço, e sim a uma cópia da mesma, e quando o serviço recebia dados novos ele os enviava para a minha activity através de um broadcast. Com isso na activity eu tinha oportunidade de atualizar a a cópia da lista e chamar notifyDataSetChanged no UI thread evitando que ocorresse a exception.

Imagino que haja uma forma melhor de fazer; por exemplo, no SOPT o luciofm recomendou usar um Loader e eventualmente um Message Bus.

Não tentei mas talvez possa ser feito sem esses recursos, apenas fazendo a activity ser um listener (padrão Observer, com métodos addListener e removeListener estáticos) do serviço, daí quando chega uma nova mensagem o serviço executa as duas operações (adicionar a mensagem à conversa e notificar seus listeners) no UI thread através de um Handler. Para funcionar a conversa deveria ser mantida em uma variável estática ou em uma classe à parte, fora do serviço (um Singleton). Alternativamente aos métodos estáticos a activity poderia se acoplar ao serviço via binding. Como falei, não sei se funciona, nem se é muito elegante resolver assim.


2014-10-31 10:16 GMT-02:00 Matheus Henrique da Silva <matheustargaryen@gmail.com>:
Rodrigo, muito obrigado. Parte disso eu até que sabia, mas o meu problema é que o meu app é baseado num service, e todas as conversas ficam nele. E eu preciso que fique nele porque o app tb vai funcionar em segundo plano, vai receber mensagens enquanto a activity não estiver aberta e notificar o usuario também.
Quando a activity não esta aberta é tranquilo, só adicionar a mensagem na conversa, mas quando está, eu preciso notificar a UI que essa conversa foi alterada dentro do service.
Eu pensei em puxar um handler dentro da propria classe que encapsula a conversa pra add a mensagem e notificar da UI, de dentro da conversa, mas achei que seria muita gambiarra e usando o broadcast seria mais elegante/correto.

--
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.

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

Re: [androidbrasil-dev] Quem tem interesse em aprender usar o greenDao?

+1

Em Fri Oct 31 2014 at 10:18:38 AM, Osvaldo Faria <osvaldojrf@gmail.com> escreveu:
+1



Osvaldo José Ribeiro de Faria
osvaldojrf@gmail.com



2014-10-31 12:07 GMT-02:00 César Manuel Malainho Oliveira <malainho@gmail.com>:

+1
Um exemplo de CRUD seria bem vindo

Cumprimentos
Malainho

--
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.

--
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.

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

Re: [androidbrasil-dev] Quem tem interesse em aprender usar o greenDao?

+1



Osvaldo José Ribeiro de Faria
osvaldojrf@gmail.com



2014-10-31 12:07 GMT-02:00 César Manuel Malainho Oliveira <malainho@gmail.com>:
+1
Um exemplo de CRUD seria bem vindo

Cumprimentos
Malainho

--
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.

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

Re: [androidbrasil-dev] Quem tem interesse em aprender usar o greenDao?

+1
Um exemplo de CRUD seria bem vindo

Cumprimentos
Malainho

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

Re: [androidbrasil-dev] Aplicativo para desenvolvedores Android

Olá Thiago, boa tarde,

Sim, é muito bom que façam uma avaliação das necessidades e do que é útil e do que não é útil.
Sim, as criticas são benéficas.
Eu não estou a levar para o lado pessoal.
Sim, eu estou a aproveitar as críticas.

​Obrigado

Cumprimentos
Malainho

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

Re: [androidbrasil-dev] Re: Ajuda com notification

Da documentação : If the stated trigger time is in the past, the alarm will be triggered immediately. If there is already an alarm for this Intent scheduled (with the equality of two intents being defined by filterEquals(Intent)), then it will be removed and replaced by this one.

Basicamente tá aí a resposta.

2014-10-31 11:31 GMT-02:00 Luiz Gustavo Mafra <lgmafra@gmail.com>:
Ninguém saberia me ajudar com isso não??

Em 28 de outubro de 2014 19:25, Luiz Gustavo Mafra <lgmafra@gmail.com> escreveu:

Fala galera...blz??

Gostaria de uma ajudinha de vocês. Estou tentando implementar notifications utilizando o Alarm Manager para agendar a execução delas e que são agendadas sempre que eu salvo um registro no banco, nesse momento eu informo de quantas em quantas horas a notificação deve ser disparada.
Porém estou com o seguinte problema, quando eu salvo o primeiro registro e digo que para ele deve ser disparada uma notificação a cada 30 minutos e depois salvo outro registro que vai disparar a notificação a cada 40 minutos, o segundo agendamento da notificação sobrescreve o primeiro e ai eu só vou ter as notificações disparadas a cada 40 minutos.

Como eu poderia fazer para que as duas notificações fossem disparadas??

Att,

--
Luiz Gustavo S. Mafra
Bacharel em Ciência da Computação - UESC - Universidade Estadual de Santa Cruz
Desenvolvedor PHP, Android, .Net, Python, JEE


twitter: @lgmafra
skype: lgmafra



--
Luiz Gustavo S. Mafra
Bacharel em Ciência da Computação - UESC - Universidade Estadual de Santa Cruz
Desenvolvedor PHP, Android, .Net, Python, JEE

+55 73 9147 0547
+55 73 8888 7500

twitter: @lgmafra
skype: lgmafra

--
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.



--
:: marcelo.alves

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

Re: [androidbrasil-dev] Re: Drawer Navigation Custon

@Alexandre olha se lhe ajuda

Navigation api 14 (Esse estar mais atualizado) e em breve to passando ele pro Android Studio no padrão do Android L
https://github.com/rudsonlive/Navigation-Drawer

Navigation com appcompat



Espero que lhe ajude...

Em Fri Oct 31 2014 at 10:19:02, Alexandre Paixao <aspaixao@gmail.com> escreveu:
Oi Felippe, como conseguiu fazer usando Activity?? Tem algum link de exemplo? To tomando uma surra aqui para fazer um draw com mapa.

abraços,

Segunda-feira, 6 de Janeiro de 2014 13:30:34 UTC-2, Felippe dos Santos Ferreira escreveu:
consegui gente... valew

Em segunda-feira, 6 de janeiro de 2014 01h59min10s UTC-2, Felippe dos Santos Ferreira escreveu:
Fala galera beleza?

E o seguinte tou querendo implementar a drawer navigation no meu app.
Fui ler a doc do android e procurei vários tutorias e nao achei nenhum exemplo custom....

No meu drawer vai ter um image view. Um botao que chama um dialog. E 5 labels de text.

Onde eu implemento as ações dos itens do drawer?
Tipo o clique do botao mudar o texto dos texts views.... ta muito confuso isso galera... alguem me ajuda

--
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.

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