Android
eBook - PDF

Android

Schnelleinstieg

  1. 204 pages
  2. English
  3. PDF
  4. Available on iOS & Android
eBook - PDF

Android

Schnelleinstieg

About this book

Das Android-OS ist auch im Jahr 2011 weiter auf Erfolgskurs. Der Marktforscher Gartner sieht Android 2012 sogar bei fast 50% Marktanteil. Durch diesen Erfolg nimmt auch die Zahl der Android Entwickler kontinuierlich zu.Sven Haiges konzentriert sich in seinem Buch auf die elementaren Aspekte von Android und ermöglicht so einen schnellen und unkomplizierten Einstieg in die Entwicklung von Android-Apps. Die aktuellen Spezialthemen Maps, Widgets und NFC (Near Field Communication) runden den Überblick ab.Diese Themen sind Teil des Buchs: Aktivitaeten UIs Intents und Broadcast Receiver Background Processing Services Notifications Datenbanken Content Provider Maps & Geocoding NFC

Frequently asked questions

Yes, you can cancel anytime from the Subscription tab in your account settings on the Perlego website. Your subscription will stay active until the end of your current billing period. Learn how to cancel your subscription.
At the moment all of our mobile-responsive ePub books are available to download via the app. Most of our PDFs are also available to download and we're working on making the final remaining ones downloadable now. Learn more here.
Perlego offers two plans: Essential and Complete
  • Essential is ideal for learners and professionals who enjoy exploring a wide range of subjects. Access the Essential Library with 800,000+ trusted titles and best-sellers across business, personal growth, and the humanities. Includes unlimited reading time and Standard Read Aloud voice.
  • Complete: Perfect for advanced learners and researchers needing full, unrestricted access. Unlock 1.4M+ books across hundreds of subjects, including academic and specialized titles. The Complete Plan also includes advanced features like Premium Read Aloud and Research Assistant.
Both plans are available with monthly, semester, or annual billing cycles.
We are an online textbook subscription service, where you can get access to an entire online library for less than the price of a single book per month. With over 1 million books across 1000+ topics, we’ve got you covered! Learn more here.
Look out for the read-aloud symbol on your next book to see if you can listen to it. The read-aloud tool reads text aloud for you, highlighting the text as it is being read. You can pause it, speed it up and slow it down. Learn more here.
Yes! You can use the Perlego app on both iOS or Android devices to read anytime, anywhere — even offline. Perfect for commutes or when you’re on the go.
Please note we cannot support devices running on iOS 13 and Android 7 or earlier. Learn more about using the app.
Yes, you can access Android by Sven Haiges in PDF and/or ePUB format, as well as other popular books in Computer Science & Open Source Programming. We have over one million books available in our catalogue for you to explore.

Table of contents

  1. Vorwort
  2. Komponenten einer Android-Applikation
  3. Android UIs: Grundlagen, Resource Management und Tipps
  4. Intents und Broadcast Receiver
  5. Services & Notifications
  6. Datenbanken und Content Provider
  7. Maps & Geocoding
  8. Android App Widgets
  9. Near Field Communication
  10. 1.1 Anatomie einer Android-Applikation
  11. 1.2 Das Android Manifest – AndroidManifest.xml
  12. 1.3 Android-Ressourcen
  13. 1.4 Wieso der ganze Aufwand?
  14. 1.5 Activities und der Activity Lifecycle
  15. 1.6 Zusammenfassung und Ausblick
  16. 2.1 Activities, Views und ViewGroups
  17. 2.2 Listener – auf Aktionen reagieren
  18. 2.3 Hierarchy Viewer
  19. 2.4 Adapter: Brücke zwischen Daten und Views
  20. 2.5 Zusammenfassung
  21. 3.1 Starten von Aktivitäten per Intent
  22. 3.2 Aufruf einer Website per Intent Action und Data
  23. 3.3 IntentFilter
  24. 3.4 Intent Resolution
  25. 3.5 Broadcast Receiver
  26. 3.6 Zusammenfassung und Ausblick
  27. 4.1 Services
  28. 4.2 Notifications
  29. 4.3 IntentService
  30. 4.4 Service Binding
  31. 4.5 Remote Services
  32. 4.6 Zusammenfassung und Ausblick
  33. 5.1 SQLite auf Android
  34. 5.2 Queries
  35. 5.3 Content Provider
  36. 5.4 ContentResolver – auf die Daten des Content Provider zugreifen
  37. 5.5 Zusammenfassung
  38. 6.1 Maps mit der MapView anzeigen
  39. 6.2 Forward und Reverse Geocoding
  40. 6.3 Positionsbestimmung per Location Provider
  41. 6.4 Aktuelle Position anzeigen
  42. 6.5 Proximity Alerts
  43. 6.6 Geotagged Tweets als Overlay
  44. 6.7 Zusammenfassung
  45. 7.1 Das Projekt
  46. 7.2 Grundlagen & Konfiguration
  47. 7.3 Erstellen des App-Widget-Layouts
  48. 7.4 Implementierung des AppWidgetProviders
  49. 7.5 Hinzufügen eines Config-Screens
  50. 7.6 Zusammenfassung
  51. 8.1 NFC 101
  52. 8.2 Wie sehen NFC-Tags aus?
  53. 8.3 NFC im Vergleich zu ZigBee und Bluetooth
  54. 8.4 Die Anwendungen von NFC
  55. 8.5 NFC ab Android 2.3.3
  56. 8.6 P2P mit Android: NdefPush