Cargando…

Beginning iOS Media App Development /

Beginning iOS Media App Development is a ground-breaking tutorial that explores the near limitless, programmable audio-visual capabilities of the iPhone, iPad and iPod touch using real-world examples and thorough explanations of the code. This book includes detailed step-by-step instructions and imp...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Bakir, Ahmed (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: [Berkeley, CA] : Apress, [2014]
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)

MARC

LEADER 00000cam a2200000Ii 4500
001 OR_ocn897376951
003 OCoLC
005 20231017213018.0
006 m o d
007 cr cnu|||unuuu
008 141203s2014 cau ob 001 0 eng d
040 |a N$T  |b eng  |e rda  |e pn  |c N$T  |d YDXCP  |d OCLCO  |d OCLCQ  |d OCLCO  |d OCLCQ  |d OCLCO  |d N$T  |d COO  |d CUS  |d UMI  |d SFB  |d UPM  |d GW5XE  |d CDX  |d OCLCF  |d B24X7  |d IDEBK  |d DEBBG  |d EBLCP  |d Z5A  |d LIV  |d MERUC  |d ESU  |d OCLCQ  |d VT2  |d IOG  |d OCLCO  |d REB  |d CEF  |d DEHBZ  |d OCLCQ  |d OCLCO  |d INT  |d U3W  |d AU@  |d OCLCQ  |d OCLCO  |d WYU  |d YOU  |d OCLCQ  |d OCLCO  |d UAB  |d UKAHL  |d OCLCQ  |d OCLCO  |d DCT  |d ERF  |d OCLCQ  |d OCLCO  |d WURST  |d BRF  |d ADU  |d OCLCO  |d OCLCQ 
019 |a 899214543  |a 1005823420  |a 1048163345  |a 1066528364  |a 1086430162  |a 1111051575  |a 1112575623  |a 1113379732  |a 1129350959  |a 1153012344  |a 1204017302 
020 |a 9781430250845  |q (electronic bk.) 
020 |a 1430250844  |q (electronic bk.) 
020 |z 9781430250838 
020 |z 1430250836  |q (print) 
020 |z 9781430250838  |q (print) 
024 7 |a 10.1007/978-1-4302-5084-5  |2 doi 
029 1 |a AU@  |b 000056047375 
029 1 |a CHNEW  |b 000890439 
029 1 |a CHVBK  |b 374491569 
029 1 |a DEBBG  |b BV042490489 
029 1 |a DEBBG  |b BV043617611 
029 1 |a DEBSZ  |b 434836680 
029 1 |a GBVCP  |b 882843338 
029 1 |a NLGGC  |b 385838018 
029 1 |a AU@  |b 000067111476 
035 |a (OCoLC)897376951  |z (OCoLC)899214543  |z (OCoLC)1005823420  |z (OCoLC)1048163345  |z (OCoLC)1066528364  |z (OCoLC)1086430162  |z (OCoLC)1111051575  |z (OCoLC)1112575623  |z (OCoLC)1113379732  |z (OCoLC)1129350959  |z (OCoLC)1153012344  |z (OCoLC)1204017302 
037 |a CL0500000520  |b Safari Books Online 
050 4 |a QA76.774.I67 
072 7 |a COM  |x 000000  |2 bisacsh 
072 7 |a UY  |2 bicssc 
082 0 4 |a 006.7/758  |2 23 
049 |a UAMI 
100 1 |a Bakir, Ahmed,  |e author. 
245 1 0 |a Beginning iOS Media App Development /  |c Ahmed Bakir. 
264 1 |a [Berkeley, CA] :  |b Apress,  |c [2014] 
264 4 |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  |b PDF  |2 rda 
504 |a Includes bibliographical references and index. 
588 0 |a Vendor-supplied metadata. 
520 |a Beginning iOS Media App Development is a ground-breaking tutorial that explores the near limitless, programmable audio-visual capabilities of the iPhone, iPad and iPod touch using real-world examples and thorough explanations of the code. This book includes detailed step-by-step instructions and important background information from experienced media and utility app developer, Ahmed Bakir. You'll learn about content creation, playback, and advanced topics, including AirPlay, AVKit, and Swift. Each chapter is framed with a project that illustrates the concepts being discussed and pulls in lessons from other popular apps. You'll even learn about the latest iOS 8 and Xcode 6 media features. After reading this book, you should be able to build your first rich media app or utility app that utilizes multimedia for the App Store. And if you're a game developer, this book will provide you with tools to help make your game app look even better by integrating native iOS features. 
505 0 |a Contents at a Glance -- Contents -- About the Author -- About the Technical Reviewer -- Acknowledgments -- Introduction -- Chapter 1: Welcome to iOS Media App Development -- What Is the Purpose of This Book? -- What Makes Media App Development Different? -- What Do I Need to Know to Use This Book? -- What Do I Need to Get Started? -- An Active iOS Developer Program Account Is Required to Use This Book -- Building Your First iOS Media App -- About the Application -- Setting Up the Application -- Adding Images to Your App -- Handling User-Interface Events 
505 8 |a Running the Application on a DeviceDebugging Common Problems -- Summary -- Part 1: Images -- Chapter 2: Adding Images to Your App -- Using the UIImage Class to Represent Image Data -- Loading Bundled Files -- Using Asset Catalogs To Manage Images -- Loading Images at Runtime -- Using the UIImageView Class to Display Images -- Initializing an Image View -- Setting Image-Scaling Options -- Using the UIImagePickerController Class to Select Images -- Working with Protocols and Delegates -- Using the Image Picker to Access Saved Pictures 
505 8 |a Configuring and Presenting the Image PickerHandling Data from the Image Picker -- Using the Image Picker to Take Pictures -- Understanding User Interface Limitations of the Image Picker -- Presenting the Photo Album on an iPad -- Summary -- Chapter 3: Doing Useful Things with Your Images -- Manipulating Images -- Resizing an Image -- Cropping an Image -- Saving Images -- Saving Images to Files -- Saving Images to the Photo Library -- Loading Images from the Internet -- Adding an Activity Indicator -- Adding Effects to Your Images -- Adding Gradients 
505 8 |a Making Your Images Move with Your DeviceAdding Blurring to Your Images -- Summary -- Chapter 4: Advanced Photo Interfaces -- Building a Custom Camera Interface -- Initializing the Hardware Interface -- Accessing the Live Camera Feed -- Capturing a Still Image -- Accessing Hardware Controls -- Switching Cameras -- Changing Flash Modes -- Changing Autofocus Modes -- Changing Exposure Modes -- Handling Different Screen Sizes -- Building a Custom Image Picker -- Instantiating an Asset Library as a Data Source 
505 8 |a Using the UICollectionView Class to Enumerate AssetsEnabling Multiple Selection -- Creating an Interface for Returning Image Data -- Creating Image Data from Asset Representations -- Summary -- Part 2: Audio -- Chapter 5: Playing and Recording Audio Files -- Playing Audio Files -- Getting Started -- Configuring an Audio Session -- Selecting an Audio File -- Setting Up the Audio Player -- Building a Playback Interface -- Starting or Pausing Playback -- Skipping Forward or Backward -- Displaying Playback Progress -- Recording Audio Files 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
630 0 0 |a iOS (Electronic resource) 
630 0 7 |a IOS (Electronic resource)  |2 fast  |0 (OCoLC)fst01784820 
650 0 |a Application software  |x Development. 
650 0 |a Multimedia systems. 
650 0 |a Mobile apps. 
650 6 |a Logiciels d'application  |x Développement. 
650 6 |a Multimédia. 
650 6 |a Applications mobiles. 
650 7 |a COMPUTERS  |x General.  |2 bisacsh 
650 7 |a Application software  |x Development.  |2 fast  |0 (OCoLC)fst00811707 
650 7 |a Mobile apps.  |2 fast  |0 (OCoLC)fst01909896 
650 7 |a Multimedia systems.  |2 fast  |0 (OCoLC)fst01028920 
653 0 0 |a computerwetenschappen 
653 0 0 |a computer sciences 
653 1 0 |a Information and Communication Technology (General) 
653 1 0 |a Informatie- en communicatietechnologie (algemeen) 
773 0 |t Springer eBooks 
776 0 8 |i Printed edition:  |z 9781430250838 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781430250845/?ar  |z Texto completo (Requiere registro previo con correo institucional) 
938 |a Askews and Holts Library Services  |b ASKH  |n AH29621328 
938 |a Books 24x7  |b B247  |n bks00077198 
938 |a Coutts Information Services  |b COUT  |n 24518698 
938 |a EBL - Ebook Library  |b EBLB  |n EBL1964707 
938 |a EBSCOhost  |b EBSC  |n 920499 
938 |a ProQuest MyiLibrary Digital eBook Collection  |b IDEB  |n cis30219474 
938 |a YBP Library Services  |b YANK  |n 12186047 
994 |a 92  |b IZTAP