1 / 10

Programming Android Devices

Programming Android Devices. 2012 NCIT Summer School. Android Architecture. http://developer.android.com. Android Components. Activities Services Content providers Broadcast receivers. Android Programming - Java. Android Programming - XML. Android Programming - XML. Project structure.

kim
Download Presentation

Programming Android Devices

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. Programming Android Devices 2012 NCIT Summer School

  2. Android Architecture http://developer.android.com

  3. Android Components • Activities • Services • Content providers • Broadcast receivers

  4. Android Programming - Java

  5. Android Programming - XML

  6. Android Programming - XML

  7. Project structure • src: contine fisierele sursa ale proiectului • gen: contine fisiere sursa generate automat (a nu se edita direct) • Android #.#: jar cu pachetele de baza • assets: resurse folosite prin cai relative • res: contine resurse (precum imagini, stringuri etc.) pentru care se genereaza IDuri unice pentru a fi folosite • alte fisiere de configurare: AndroidManifest.xml

  8. Project structure Java XML

  9. Programming environment • Eclipse • Eclipse ADT • SVN • Debugging • DDMS ( Dalvik Debug Monitor Server )

  10. References • Labul de SI: http://cs.curs.pub.ro/wiki/si/start • Android reference http://developer.android.com

More Related