Last active
October 20, 2015 02:04
-
-
Save feliperezende/c5c973dc55dff545b054 to your computer and use it in GitHub Desktop.
Revisions
-
feliperezende revised this gist
Oct 14, 2015 . 1 changed file with 3 additions and 4 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -14,11 +14,10 @@ A interface do app é a seu critério. <h4>Como obter a temperatura?</h4> O candidato deverá utilizar uma API para obter a temperatura das cidades. API sugerida: - http://openweathermap.org/api <h4>Como fazer um geocode reverso p/ identificar a cidade? </h4> <pre> -
feliperezende revised this gist
Jul 6, 2015 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -33,7 +33,7 @@ Os seguintes pontos serão avaliados: 2. Legibilidade do código 3. Conhecimento dos recursos da plataforma escolhida Qualquer dúvida pode ser tirada por e-mail: * [email protected] -
feliperezende revised this gist
Jul 1, 2015 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -3,7 +3,7 @@ <h3>Desafio</h3> * O desafio é montar um aplicativo de clima, para Android ou iOS, utilizando o SDK nativo da plataforma escolhida. * O app deverá: <br> 1 - ao abrir mostrar a temperatura da cidade onde o usuário está. <br> -
feliperezende revised this gist
Jul 1, 2015 . 1 changed file with 8 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -25,6 +25,14 @@ http://www.previsaodotempo.org/api https://developers.google.com/maps/documentation/geocoding/?hl=pt-BR#ReverseGeocoding </pre> <h3>Método de avaliação</h3> Os seguintes pontos serão avaliados: 1. Estrutura de dados 2. Legibilidade do código 3. Conhecimento dos recursos da plataforma escolhida Qualquer dúvida pode set tirada por e-mail: * [email protected] -
feliperezende revised this gist
Jul 1, 2015 . 1 changed file with 7 additions and 6 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,17 +1,17 @@ 01 Digital ============== <h3>Desafio</h3> * O Desafio é montar um aplicativo de clima, para Android ou iOS, utilizando o SDK nativo da plataforma escolhida. * O app deverá: <br> 1 - ao abrir mostrar a temperatura da cidade onde o usuário está. <br> 2 - mostrar a lista das capitais do Brasil. <br> 2.1 - ao selecionar uma cidade, mostrar a temperatura da cidade selecionada. <br> 3 - em algum lugar na aplicação deverá ser possível alterar a escala de Celsius para Fahrenheit(e vice-versa). <br> A interface do app é a seu critério. <h4>Como obter a temperatura?</h4> <pre> @@ -27,5 +27,6 @@ https://developers.google.com/maps/documentation/geocoding/?hl=pt-BR#ReverseGeoc Qualquer dúvida pode set tirada por e-mail: * [email protected] Baseado em: https://gist.github.com/jesus-luizalabs/a0996966f027295c6b70 -
feliperezende renamed this gist
Jul 1, 2015 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
feliperezende revised this gist
Jul 1, 2015 . No changes.There are no files selected for viewing
-
feliperezende created this gist
Jul 1, 2015 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,31 @@ desafio-mobile ============== <h3>Desafio Android Luizalabs</h3> * O Desafio é montar um aplicativo Android de clima. * O app deverá: <br> 1 - ao abrir mostrar a temperatura da cidade onde o usuário está. <br> 2 - mostrar a lista das capitais do Brasil. <br> 2.1 - ao selecionar uma cidade, mostrar a temperatura da cidade selecionada. <br> 3 - em algum lugar na aplicação deverá ser possível alterar a escala de Celsius para Fahrenheit(e vice-versa). <br> * Obs: a interface do app é a seu critério. <h4>Como obter a temperatura?</h4> <pre> http://www.previsaodotempo.org/api.php?city=sao%20paulo http://www.previsaodotempo.org/api </pre> <h4>Como fazer um geocode reverso p/ identificar a cidade? </h4> <pre> https://developers.google.com/maps/documentation/geocoding/?hl=pt-BR#ReverseGeocoding </pre> Qualquer dúvida pode set tirada por e-mail: * [email protected] * [email protected]