IOS Development with Xamarin Cookbook /
In Detail This book will provide you with the necessary knowledge and skills to be part of the mobile development era, using C♯. Covering a wide range of recipes such as creating a simple application and using device features effectively, it will be your companion to the complete application develop...
Clasificación: | Libro Electrónico |
---|---|
Autor principal: | |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
Birmingham :
Packt Publishing,
2014.
|
Temas: | |
Acceso en línea: | Texto completo |
Tabla de Contenidos:
- Cover; Copyright; Credits; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Development Tools; Introduction; Installing prerequisites; Creating an iOS project with Xamarin Studio; Interface Builder; Creating the UI; Accessing the UI with Outlets; Adding Actions to controls; Compiling an iOS project; Debugging our application; Chapter 2: User Interface
- Views; Introduction; Adding and customizing views; Receiving user input with buttons; Displaying images; Displaying and editing text; Using the keyboard; Displaying progress.
- Displaying content larger than the screenNavigating through the content divided into pages; Displaying alerts; Creating a custom view; Styling views; Chapter 3: User Interface
- View Controllers; Introduction; Loading a view with a view controller; Navigating through different view controllers; Providing controllers in tabs; Modal view controllers; Creating a custom view controller; Using view controllers efficiently; iPad view controllers; UI flow design with storyboards; Unwinding in storyboards; Chapter 4: Data Management; Introduction; Creating files; Using an SQLite database.
- Preparing for iCloud supportiCloud key/value storage; Chapter 5: Displaying Data; Introduction; Providing lists; Displaying data in a table; Customizing rows; Editing a table; Table indexing; Searching through the data; Creating a simple web browser; Displaying data in a grid; Customizing the grid; Chapter 6: Web Services; Introduction; Consuming web services; Consuming REST services; Communicating with native APIs; Using WCF services; Chapter 7: Multimedia Resources; Introduction; Selecting images and videos; Capturing media with the camera; Playing videos; Playing music and sounds.
- Recording with the microphoneManaging album items directly; Chapter 8: Integrating iOS Features; Introduction; Starting phone calls; Sending text messages and e-mails; Using text messaging in our application; Using e-mail messaging in our application; Managing the address book; Displaying contacts; Managing the calendar; Chapter 9: Interacting with Device Hardware; Introduction; Detecting the device orientation; Adjusting the UI orientation; Proximity sensor; Retrieving the battery information; Handling motion events; Handling touch events; Recognizing gestures; Custom gestures.
- Using the accelerometerUsing the gyroscope; Chapter 10: Location Services and Maps; Introduction; Determining location; Determining heading; Using region monitoring; Using a significant-change location service; Location services in the background; Displaying maps; Geocoding; Adding map annotations; Adding map overlays; Chapter 11: Graphics and Animation; Introduction; Animating views; Transforming views; Animating images; Animating layers; Drawing lines and curves; Drawing shapes; Drawing text; A simple drawing app; Creating an image context; Chapter 12: Multitasking; Introduction.