[androidbrasil-dev] VAGAS TI - CONTRATAÇÃO IMEDIATA - 29/01/2020
07:35 |
--
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/androidbrasil-dev/ec512c75-2078-4c32-978e-d2a7bca8368f%40googlegroups.com.
Read User's Comments(0)
[androidbrasil-dev] VAGAS TI - CONTRATAÇÃO IMEDIATA - SÃO PAULO
10:23 |
--
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/androidbrasil-dev/e787c618-1295-4d4d-a458-92df268661f8%40googlegroups.com.
[androidbrasil-dev] PAINEL DE OPORTUNIDADES TI - 10/01/2020
11:10 |
--
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/androidbrasil-dev/ac991e32-a014-4dc7-909e-870cfad8b7d8%40googlegroups.com.
[androidbrasil-dev] Geocoder precisa do Google Maps?
12:37 |
Galera, uma curiosidade aqui.
-- Fiz um app para um cliente o qual salva o local aproximado utilizando o Geocoder.
Para não gastar tanto a bateria usei a permissão (até por conta do cliente não necessitar de exatidão)
android.permission.ACCESS_COARSE_LOCATION
ao invés da
android.permission.ACCESS_FINE_LOCATION
Funcionou legal no meu aparelho.
Porém o cliente instalou num aparelho "zero", não tem conta do google vinculada.
Somente depois dele entrar no Google Maps é que o meu app conseguiu pegar a localização aproximada.
Ou seja, para usar o Geocoder, antes é preciso ter aceitos os termos de uso do Google Maps (aceite uma única vez, no primeiro acesso)?
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/androidbrasil-dev/CADxjQn-SNmoxY3k-J25tfdO%3D_6yMw0%2B8RErWRTxZZ%2BD47MP%2BwA%40mail.gmail.com.
Re: [androidbrasil-dev] Pegar GMT-0 independente do horário do aparelho
03:44 |
Valeu Carlos, tinha me esquecido dessa poderosa lib. Funcionou \o/
On Wed, Jan 8, 2020 at 6:28 PM Carlos Alberto Pinto <caneto@gmail.com> wrote:
Use a classe jodaTime, ela tem varias métodos para isso.implementation 'joda-time:joda-time:2.10.3'
https://github.com/JodaOrg/joda-timehttps://www.joda.org/joda-time/ Já usei muito ela, atualmente estudo o Kotlin
--Em qua., 8 de jan. de 2020 às 16:21, Felipe Aron <felipearon@gmail.com> escreveu:Como pegar a hora GMT+0 no Android, independente se o horário está automático ou não?--
Preciso do GMT+0 para cálculo de hora padrão no aplicativo, independente do fuso horário que o cliente está.--Developer & Digital Marketer
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/androidbrasil-dev/CADxjQn8W%2BM037t80zf-z2Y%3DSppB1h%3DP1aRgTOMJQGT-0T62ryw%40mail.gmail.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.
To view this discussion on the web visit https://groups.google.com/d/msgid/androidbrasil-dev/CAJGxN_%3DVG9r0P36CJ3wDU-q%2BskiuqUyNxEqd%3Ds32id37MTLXYA%40mail.gmail.com.
Developer & Digital Marketer
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/androidbrasil-dev/CADxjQn_YQP6eeEnGfQKE_2_E4z%2Br8HcuujmEjz1KTJttnZetpg%40mail.gmail.com.
[androidbrasil-dev] Curso de Android na Udemy
14:39 |
Olá, boa tarde,
Gostaria de pedir ajuda à comunidade para divulgar o curso de Android que publiquei na Udemy
Aprenda Android do básico ao profissional
Aprenda Android do básico ao profissional
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/androidbrasil-dev/CAPdr3_grQ9kN7Q1foEOm37B1V3RUtgyxqEPVrp5JUAhk7z-7zg%40mail.gmail.com.
Re: [androidbrasil-dev] Pegar GMT-0 independente do horário do aparelho
13:27 |
Use a classe jodaTime, ela tem varias métodos para isso.
implementation 'joda-time:joda-time:2.10.3'
https://github.com/JodaOrg/joda-time
https://www.joda.org/joda-time/ Já usei muito ela, atualmente estudo o Kotlin
Em qua., 8 de jan. de 2020 às 16:21, Felipe Aron <felipearon@gmail.com> escreveu:
Como pegar a hora GMT+0 no Android, independente se o horário está automático ou não?--
Preciso do GMT+0 para cálculo de hora padrão no aplicativo, independente do fuso horário que o cliente está.--Developer & Digital Marketer
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/androidbrasil-dev/CADxjQn8W%2BM037t80zf-z2Y%3DSppB1h%3DP1aRgTOMJQGT-0T62ryw%40mail.gmail.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.
To view this discussion on the web visit https://groups.google.com/d/msgid/androidbrasil-dev/CAJGxN_%3DVG9r0P36CJ3wDU-q%2BskiuqUyNxEqd%3Ds32id37MTLXYA%40mail.gmail.com.
[androidbrasil-dev] Pegar GMT-0 independente do horário do aparelho
11:20 |
Como pegar a hora GMT+0 no Android, independente se o horário está automático ou não?
Preciso do GMT+0 para cálculo de hora padrão no aplicativo, independente do fuso horário que o cliente está.
--
-- Preciso do GMT+0 para cálculo de hora padrão no aplicativo, independente do fuso horário que o cliente está.
Developer & Digital Marketer
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/androidbrasil-dev/CADxjQn8W%2BM037t80zf-z2Y%3DSppB1h%3DP1aRgTOMJQGT-0T62ryw%40mail.gmail.com.
Assinar:
Postagens (Atom)