Eclipse Mobile Mousw Bedienungsanleitung Seite 32

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 35
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 31
There is a single activity launched from the main application screen. There is, of
course, the AndroidManifest.xml file identifying our new application. Remember,
complete source code is available in the Download section.
There is one final piece of information that is important to this second example
application. In the AndroidManifest.xml file, there is an additional entry that gives the
application permission to read the contacts database: <uses-permission
id="android.permission.READ_CONTACTS" />. Without this explicit
permission, the Linux kernel will prevent the application from accessing the contacts
database.
Section 7. Summary
This tutorial introduced the Android platform, the Android Developer Tools, and the
key elements of Android development in Eclipse. The Android Developer Tools
allows you to leverage the rich Eclipse development environment for building and
testing Android applications. You should now be ready to create your own Android
applications.
developerWorks® ibm.com/developerWorks
Develop Android applications with Eclipse
Page 32 of 35 © Copyright IBM Corporation 1994, 2008. All rights reserved.
Seitenansicht 31
1 2 ... 27 28 29 30 31 32 33 34 35

Kommentare zu diesen Handbüchern

Keine Kommentare