Cargando…

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...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Tavlikos, Dimitris
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham : Packt Publishing, 2014.
Temas:
Acceso en línea:Texto completo

MARC

LEADER 00000cam a2200000 a 4500
001 EBSCO_ocn881035319
003 OCoLC
005 20231017213018.0
006 m o d
007 cr cnu---unuuu
008 140606s2014 enk o 000 0 eng d
040 |a IDEBK  |b eng  |e pn  |c IDEBK  |d N$T  |d EBLCP  |d DEBSZ  |d OCLCQ  |d OCLCO  |d YDXCP  |d OCLCQ  |d OCLCO  |d FEM  |d AGLDB  |d ICA  |d ZCU  |d XFH  |d MERUC  |d OCLCQ  |d OCLCO  |d D6H  |d OCLCQ  |d OCLCO  |d OCLCF  |d VTS  |d ICG  |d OCLCQ  |d OCLCO  |d STF  |d DKC  |d OCLCQ  |d OCLCO  |d AJS  |d OCLCO  |d OCLCQ  |d OCLCO 
019 |a 881869041  |a 968066561  |a 969015309  |a 994348228 
020 |a 9781783550005  |q (electronic bk.) 
020 |a 1783550007  |q (electronic bk.) 
020 |a 1306823455  |q (ebk) 
020 |a 9781306823456  |q (ebk) 
020 |a 1849698929 
020 |a 9781849698924 
029 1 |a CHNEW  |b 000887586 
029 1 |a CHVBK  |b 374465037 
029 1 |a DEBBG  |b BV043609252 
029 1 |a DEBSZ  |b 409814970 
029 1 |a DEBSZ  |b 44605349X 
029 1 |a DEBSZ  |b 484723766 
029 1 |a DKDLA  |b 820120-katalog:999936584005765 
035 |a (OCoLC)881035319  |z (OCoLC)881869041  |z (OCoLC)968066561  |z (OCoLC)969015309  |z (OCoLC)994348228 
037 |a 1255987531670383895  |b TotalBoox  |f Ebook only  |n www.totalboox.com 
050 4 |a QA76.76.A65 
072 7 |a COM  |x 051390  |2 bisacsh 
072 7 |a COM  |x 051230  |2 bisacsh 
072 7 |a COM  |x 051440  |2 bisacsh 
082 0 4 |a 005.3  |2 23 
049 |a UAMI 
100 1 |a Tavlikos, Dimitris. 
245 1 0 |a IOS Development with Xamarin Cookbook /  |c Dimitris Tavlikos. 
260 |a Birmingham :  |b Packt Publishing,  |c 2014. 
300 |a 1 online resource 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
347 |a text file 
588 0 |a Print version record. 
520 |a 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 development cycle. Starting from installing the necessary tools, you will be guided step-by-step on everything you need to develop an application ready to be deployed. You will learn the best practices for interacting with the device hardware, such as the GPS, compass, and the accelerometer. Furthermore, you will be able to manage multimedia resources such as photos and videos captured with the device camera, and much more!Approach The book is written in a recipe format with practical examples, allowing you to go directly to your topic of interest or follow topics throughout a chapter to gain an in-depth knowledge. There are also plenty of hints and best practices along the way. Who this book is for If you are a C♯/.NET developer with no previous experience in iOS development or an Objective-C developer who wants to create complete iOS applications and deploy them to the App Store, then this book is ideal for you. No experience with Xamarin is needed. 
505 0 |a 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. 
505 8 |a 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. 
505 8 |a 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. 
505 8 |a 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. 
505 8 |a 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. 
546 |a English. 
590 |a eBooks on EBSCOhost  |b EBSCO eBook Subscription Academic Collection - Worldwide 
630 0 0 |a iOS (Electronic resource) 
630 0 7 |a iOS (Electronic resource)  |2 fast 
650 0 |a Application software  |x Development. 
650 0 |a iPhone (Smartphone)  |x Programming. 
650 0 |a iPad (Computer)  |x Programming. 
650 6 |a Logiciels d'application  |x Développement. 
650 6 |a iPhone (Téléphone intelligent)  |x Programmation. 
650 6 |a iPad (Ordinateur)  |x Programmation. 
650 7 |a COMPUTERS  |x Programming  |x Open Source.  |2 bisacsh 
650 7 |a COMPUTERS  |x Software Development & Engineering  |x General.  |2 bisacsh 
650 7 |a COMPUTERS  |x Software Development & Engineering  |x Tools.  |2 bisacsh 
650 7 |a Application software  |x Development  |2 fast 
776 0 8 |i Print version:  |a Tavlikos, Dimitris.  |t IOS Development with Xamarin Cookbook.  |d Packt Publishing 2014  |z 1306823455 
856 4 0 |u https://ebsco.uam.elogim.com/login.aspx?direct=true&scope=site&db=nlebk&AN=783502  |z Texto completo 
938 |a EBL - Ebook Library  |b EBLB  |n EBL1688597 
938 |a EBSCOhost  |b EBSC  |n 783502 
938 |a ProQuest MyiLibrary Digital eBook Collection  |b IDEB  |n cis28430904 
938 |a YBP Library Services  |b YANK  |n 11830270 
994 |a 92  |b IZTAP