Skip to content

Instantly share code, notes, and snippets.

@feliperezende
Last active October 20, 2015 02:04
Show Gist options
  • Select an option

  • Save feliperezende/c5c973dc55dff545b054 to your computer and use it in GitHub Desktop.

Select an option

Save feliperezende/c5c973dc55dff545b054 to your computer and use it in GitHub Desktop.

Revisions

  1. feliperezende revised this gist Oct 14, 2015. 1 changed file with 3 additions and 4 deletions.
    7 changes: 3 additions & 4 deletions Teste.md
    Original 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>
    <pre>
    http://www.previsaodotempo.org/api.php?city=sao%20paulo
    O candidato deverá utilizar uma API para obter a temperatura das cidades.

    http://www.previsaodotempo.org/api
    </pre>
    API sugerida:
    - http://openweathermap.org/api

    <h4>Como fazer um geocode reverso p/ identificar a cidade? </h4>
    <pre>
  2. feliperezende revised this gist Jul 6, 2015. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion Teste.md
    Original 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 set tirada por e-mail:
    Qualquer dúvida pode ser tirada por e-mail:

    * [email protected]

  3. feliperezende revised this gist Jul 1, 2015. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion Teste.md
    Original 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 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>
  4. feliperezende revised this gist Jul 1, 2015. 1 changed file with 8 additions and 0 deletions.
    8 changes: 8 additions & 0 deletions Teste.md
    Original 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]
  5. feliperezende revised this gist Jul 1, 2015. 1 changed file with 7 additions and 6 deletions.
    13 changes: 7 additions & 6 deletions Teste.md
    Original file line number Diff line number Diff line change
    @@ -1,17 +1,17 @@
    desafio-mobile
    01 Digital
    ==============

    <h3>Desafio Android Luizalabs</h3>
    <h3>Desafio</h3>

    * O Desafio é montar um aplicativo Android de clima.
    * 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>
    &nbsp;&nbsp;&nbsp;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.
    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]
    * [email protected]
    * [email protected]

    Baseado em: https://gist.github.com/jesus-luizalabs/a0996966f027295c6b70
  6. feliperezende renamed this gist Jul 1, 2015. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  7. feliperezende revised this gist Jul 1, 2015. No changes.
  8. feliperezende created this gist Jul 1, 2015.
    31 changes: 31 additions & 0 deletions Teste
    Original 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>
    &nbsp;&nbsp;&nbsp;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]