Cargando…

Flash iOS apps cookbook : 100 practical recipes for developing iOS apps with Flash Professional and Adobe AIR /

Annotation The latest version of Flash Professional can directly target iOS, allowing Flash developers to write applications that will run natively on Apple's iPhone, iPad, and iPod touch. What's more, with Apple loosening its restrictions on third-party technologies, apps written in Flash...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Caleb, Christopher
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham, U.K. : Packt Pub., 2012.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)

MARC

LEADER 00000cam a2200000Ma 4500
001 OR_ocn781540355
003 OCoLC
005 20231017213018.0
006 m o d
007 cr cn|||||||||
008 120310s2012 enka o 001 0 eng d
040 |a E7B  |b eng  |e pn  |c E7B  |d OCLCQ  |d N$T  |d OCLCQ  |d UMI  |d OCLCO  |d COO  |d OCLCQ  |d DEBSZ  |d OCLCQ  |d IAD  |d OCLCQ  |d DKDLA  |d OCLCQ  |d YDXCP  |d OCLCQ  |d OCLCO  |d OCLCQ  |d OCLCO  |d OCLCF  |d OCLCQ  |d OCLCO  |d AZK  |d JBG  |d AGLDB  |d CNNOR  |d MOR  |d PIFAG  |d OCLCQ  |d OCLCO  |d U3W  |d STF  |d WRM  |d OCLCQ  |d VTS  |d CEF  |d NLE  |d INT  |d VT2  |d OCLCQ  |d OCLCO  |d OCLCQ  |d OCLCO  |d UAB  |d A6Q  |d UKAHL  |d HS0  |d AJS  |d OCLCO  |d OCLCQ  |d INARC  |d OCLCO 
019 |a 785780858  |a 797965933  |a 961597480  |a 962600490  |a 988416609  |a 988517089  |a 991955878  |a 1037707886  |a 1038563068  |a 1055373073  |a 1081207279  |a 1083564394  |a 1103263822  |a 1129356054 
020 |a 9781849691390  |q (electronic bk.) 
020 |a 1849691398  |q (electronic bk.) 
020 |a 184969138X 
020 |a 9781849691383 
020 |z 9781849691383 
029 1 |a AU@  |b 000049903869 
029 1 |a AU@  |b 000053015753 
029 1 |a CHNEW  |b 000624133 
029 1 |a DEBBG  |b BV040902446 
029 1 |a DEBBG  |b BV043159088 
029 1 |a DEBSZ  |b 372892108 
029 1 |a DEBSZ  |b 378299751 
029 1 |a DEBSZ  |b 381385205 
029 1 |a DEBSZ  |b 421452390 
029 1 |a NZ1  |b 14973360 
029 1 |a AU@  |b 000059387332 
035 |a (OCoLC)781540355  |z (OCoLC)785780858  |z (OCoLC)797965933  |z (OCoLC)961597480  |z (OCoLC)962600490  |z (OCoLC)988416609  |z (OCoLC)988517089  |z (OCoLC)991955878  |z (OCoLC)1037707886  |z (OCoLC)1038563068  |z (OCoLC)1055373073  |z (OCoLC)1081207279  |z (OCoLC)1083564394  |z (OCoLC)1103263822  |z (OCoLC)1129356054 
037 |a CL0500000148  |b Safari Books Online 
050 4 |a QA76.8.I64  |b C35 2012eb 
072 7 |a COM  |x 051230  |2 bisacsh 
072 7 |a COM  |x 051440  |2 bisacsh 
082 0 4 |a 005.1  |2 23 
049 |a UAMI 
100 1 |a Caleb, Christopher. 
245 1 0 |a Flash iOS apps cookbook :  |b 100 practical recipes for developing iOS apps with Flash Professional and Adobe AIR /  |c Christopher Caleb. 
260 |a Birmingham, U.K. :  |b Packt Pub.,  |c 2012. 
300 |a 1 online resource (iv, 401 pages) :  |b illustrations (some color) 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
347 |a data file  |2 rda 
520 8 |a Annotation The latest version of Flash Professional can directly target iOS, allowing Flash developers to write applications that will run natively on Apple's iPhone, iPad, and iPod touch. What's more, with Apple loosening its restrictions on third-party technologies, apps written in Flash can now be sold and distributed within the App Store. Flash iOS Apps Cookbook provides the recipes required to build native iOS apps using your existing knowledge of the Flash platform. Whether you want to create something new or simply convert an existing Flash project, the relevant steps and techniques will be covered, helping you achieve your goal. Learn how to configure and use Flash Professional for iOS development by writing and deploying a simple app to a device. Implement many iOS-specific features such a multi-touch, the virtual keyboard, camera support, screen orientation and the Retina display. Overcome the limitations of mobile development by mastering hardware acceleration and optimization. Whether youre an enthusiast or professional developer, the Flash iOS Apps Cookbook is your toolkit to creating high-quality content for iPhone, iPad and iPod touch. 
505 0 |a Copyright; Credits; About the Author; Acknowledgement; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1:Getting Started with iOS App Development; Introduction; Joining the iOS Developer Program; Accessing the iOS Provisioning Portal; Generating a Certificate Signing Request using Windows; Generating a Certificate Signing Request using Mac OS X; Obtaining your development certificate; Creating a P12 certificate using Windows; Creating a P12 certificate using Mac OS X; Registering a device; Creating an App ID; Creating a development provisioning profile 
505 8 |a Installing a provisioning profile on your deviceChapter 2:Building iOS Apps Using Flash; Introduction; Installing the AIR SDK; Creating an AIR for iOS document; Adding content to the stage; AIR for iOS general settings; AIR for iOS deployment settings; Compiling from Flash Professional; Installing your app with iTunes; Chapter 3:Writing your First App; Introduction; Creating a basic document class; Preventing screen idle; Handling multitasking; Exiting gracefully from an app; Linking classes to movie-clip symbols; Using an update loop; Including an application launch image; Including icons 
505 8 |a Editing the application descriptor fileRemote debugging; Chapter 4:Porting Flash Projects to iOS; Introduction; Handling user interaction; Saving application state; Flattening the display list; Converting vectors to bitmaps; Resizing bitmaps; Masking content; Working with external SWFs; Chapter 5:Multi-touch and Gesture Support; Introduction; Setting the touch point input mode; Detecting multiple touch points; Dragging multiple display objects; Tracking movement; Setting the gesture input mode; Handling a swipe gesture; Panning an object; Rotating an object; Zooming an object 
505 8 |a Chapter 6:Graphics and Hardware AccelerationIntroduction; Comparing vector and bitmap graphics; Understanding GPU-Blend mode; Understanding GPU-Vector mode; Using Cache as Bitmap; Using Cache as Bitmap Matrix; Accessing bitmaps with ActionScript; Loading bitmaps at runtime; Working with sprite sheets; Performing bitmap animation with ActionScript; Chapter 7:Working with Text and the Virtual Keyboard; Introduction; Using device fonts within text fields; Using embedded fonts within text fields; Providing text entry; Capturing text input; Configurable panning with virtual keyboard activation 
505 8 |a Updating dynamic text fieldsUsing native iOS text controls; Chapter 8:Screen Resolution and Orientation Changes; Introduction; Targeting a device; Targeting the Retina display; Supporting multiple resolutions; Setting the default aspect ratio; Enabling auto-orientation; Listening for orientation changes; Responding to orientation changes; Chapter 9:Geolocation and Accelerometer APIs; Introduction; Determining your current location; Determining your speed and heading; Checking for geolocation access; Responding to accelerometer changes; Detecting a shake 
590 |a eBooks on EBSCOhost  |b EBSCO eBook Subscription Academic Collection - Worldwide 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
630 0 0 |a iOS (Electronic resource) 
630 0 0 |a Flash (Computer file) 
630 0 7 |a IOS (Electronic resource)  |2 blmlsh 
630 0 7 |a Flash (Computer file)  |2 blmlsh 
630 0 7 |a Flash (Computer file)  |2 fast 
630 0 7 |a iOS (Electronic resource)  |2 fast 
650 0 |a Application software  |x Development. 
650 6 |a Logiciels d'application  |x Développement. 
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 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781849691383/?ar  |z Texto completo (Requiere registro previo con correo institucional) 
938 |a Internet Archive  |b INAR  |n flashiosappscook0000cale 
938 |a Askews and Holts Library Services  |b ASKH  |n AH26944142 
938 |a ebrary  |b EBRY  |n ebr10532056 
938 |a EBSCOhost  |b EBSC  |n 433623 
938 |a YBP Library Services  |b YANK  |n 7444730 
994 |a 92  |b IZTAP