Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Save more on your purchases! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletter Hub
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Xamarin Mobile Application Development for Android, Second Edition

You're reading from   Xamarin Mobile Application Development for Android, Second Edition Develop, test, and deliver fully-featured Android applications using Xamarin

Arrow left icon
Product type Paperback
Published in Aug 2015
Publisher Packt
ISBN-13 9781785280375
Length 296 pages
Edition 1st Edition
Languages
Tools
Arrow right icon
Toc

Table of Contents (13) Chapters Close

Preface 1. The Anatomy of an Android App FREE CHAPTER 2. The Xamarin.Android Architecture 3. Creating the Points Of Interest App 4. Adding a List View 5. Adding a Details View 6. Making Your App Orientation-aware 7. Designing for Multiple Screen Sizes 8. Creating Data Storage Mechanisms 9. Making POIApp Location Aware 10. Adding the Camera App Integration 11. Publishing an App to the App Store Index

The application framework

The application framework is the part of the Android platform, which is most familiar to developers. It is delivered as a set of Java libraries and allows you to build user interfaces, interact with device capabilities such as the camera or location services, load and work with various types of application resources, and perform many more useful tasks. Here are some of the major services:

  • ActivityManager: This service is responsible for the activity life cycle, state management, and controls the activity stack. Later, in this chapter, we will learn more about the activity life cycle.
  • WindowManager: This service is responsible for managing the z-order list of screens. Each activity is attached to a window that is used to display the content on the screen, which is controlled by WindowManager.
  • Content providers: This provides an interface to publish and share data between applications.
  • View system: This provides a set of UI controls to build an application user interface.
  • NotificationManage: This service manages application alerts and notifications.
  • Resource Manager: This service provides access to resources, such as user interface layout, strings, color, dimensions, and so on.
  • PackageManager: This holds the metadata of all the installed applications on the device.
  • TelephonyManager: This provides information on the telephone services available on the device, such as status and subscriber information, to the application.
  • LocationManager: This provides access to system location services.

The application layer

At the top of the stack sits the humble application, the component that actually delivers value to the user. Android comes with a set of applications that provide base functionality such as managing contacts, using the phone, checking e-mails, and browsing the web. The key to Android's success is the vast array of third-party applications that can be installed, which allow users to do things, such as stream live sports events, edit a movie captured on the phone, interact with friends through their favorite social media site, and much more.

You have been reading a chapter from
Xamarin Mobile Application Development for Android, Second Edition
Published in: Aug 2015
Publisher: Packt
ISBN-13: 9781785280375
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime
Banner background image