1 / 17

PROGRAMAÇÃO DE DISPOSITIVO ANDROID

PROGRAMAÇÃO DE DISPOSITIVO ANDROID. Arte Digital – 2014.2 – ECO/UFRJ. Android Open Source Project. Encabeçado pela Google Kernel baseado em Linux Aplicativos compostos por elementos visuais, não-visuais e tarefas. Sistema Operacional Android.

clare
Download Presentation

PROGRAMAÇÃO DE DISPOSITIVO ANDROID

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. PROGRAMAÇÃO DE DISPOSITIVO ANDROID Arte Digital – 2014.2 – ECO/UFRJ

  2. Android Open Source Project Encabeçado pela Google Kernelbaseado em Linux Aplicativos compostos por elementos visuais, não-visuais e tarefas

  3. Sistema Operacional Android Atividades – ex: Browser, Camera, Gallery, Music, Phone, Alarm... Application Framework – ex: Gerenciadores de atividades, de janelas, de pacotes, de recursos... Bibliotecas – i.e.: Códigos escritos para executar rotinas específicas Kernel – i.e.: Tradutor dos comandos de software para operação do hardware

  4. Sistema Operacional Android

  5. Tarefas (“Tasks”)

  6. Ferramentas de desenvolvimento • AndroidDeveloper Tools (ADT): • Extensão do Eclipse IDE (IntegratedDevelopmentEnvironment); • AndroidRunTime(ART): • Emulador do sistema operacional Android e de modelos de smartphones (somente após o Android 4.4); • Android Debug Bridge (ADB): • Ferramenta de conexão de dispositivo real ou virtual para testes;

  7. Início do processo

  8. Início do processo

  9. Início do processo

  10. AndroidDeveloper Tools (ADT)

  11. Início do processo

  12. Início do processo

  13. AndroidDeveloper Tools (ADT)

  14. Início do processo

  15. AndroidRunTime (ART)

  16. Android Debug Bridge (ADB)

  17. Referências • Portal oficial da Google para desenvolvimento Android: • http://developer.android.com/guide/webapps/debugging.html • Webpage - Vogella.com: • http://www.vogella.com/tutorials/Android/article.html

More Related