Details

Developing Software for Symbian OS


Developing Software for Symbian OS

A Beginner's Guide to Creating Symbian OS v9 Smartphone Applications in C++
Symbian Press 2. Aufl.

von: Steve Babin

39,99 €

Verlag: Wiley
Format: PDF
Veröffentl.: 28.02.2008
ISBN/EAN: 9780470726464
Sprache: englisch
Anzahl Seiten: 460

DRM-geschütztes eBook, Sie benötigen z.B. Adobe Digital Editions und eine Adobe ID zum Lesen.

Beschreibungen

Many problems encountered by engineers developing code for specialized Symbian subsystems boil down to a lack of understanding of the core Symbian programming concepts. Developing Software for Symbian OS remedies this problem as it provides a comprehensive coverage of all the key concepts. Numerous examples and descriptions are also included, which focus on the concepts the author has seen developers struggle with the most. The book covers development ranging from low-level system programming to end user GUI applications. It also covers the development and packaging tools, as well as providing some detailed reference and examples for key APIs. The new edition includes a completely new chapter on platform security.<br /> <br /> The overall goal of the book is to provide introductory coverage of Symbian OS v9 and help developers with little or no knowledge of Symbian OS to develop as quickly as possible. There are few people with long Symbian development experience compared to demand, due to the rapid growth of Symbian in recent years, and developing software for new generation wireless devices requires knowledge and experience of OS concepts. This book will use many comparisons between Symbian OS and other OSes to help in that transition.<br /> <br /> Get yourself ahead with the perfect introduction to developing software for Symbian OS.
Foreword (Jo Stichbury) <p>Foreword (Warren Day)</p> <p>Biography.</p> <p>Author Acknowledgments.</p> <p>Symbian Press Acknowledgments.</p> <p>Symbian OS Code Conventions and Notations Used in the Book.</p> <p><b>1. Smartphones and Symbian OS.</b></p> <p>1.1 Notes on this New Edition.</p> <p>1.2 Smartphone Concepts.</p> <p>1.3 Smartphone Features.</p> <p>1.4 The Mobile OS.</p> <p>1.5 Symbian OS – A Little History.</p> <p>1.6 Symbian OS Smartphones.</p> <p>1.7 Other Smartphone Operating Systems.</p> <p><b>2. Symbian OS Quick Start.</b></p> <p>2.1 What Do You Need to Get Started?</p> <p>2.2 Firing Up the Development Tools.</p> <p>2.3 Simple Example Application.</p> <p>2.4 Building and Executing on the Emulator.</p> <p>2.5 A Carbide.c++ Project.</p> <p>2.6 Building for the Smartphone.</p> <p><b>3. Symbian OS Architecture.</b></p> <p>3.1 Components in Symbian OS.</p> <p>3.2 Multitasking in Symbian OS.</p> <p>3.3 Shared Code: Libraries, DLLs, and Frameworks.</p> <p>3.4 Client-Server Model.</p> <p>3.5 Memory in Symbian OS.</p> <p>3.6 The Kernel.</p> <p>3.7 Active Objects and Asynchronous Functions.</p> <p>3.8 GUI Architecture.</p> <p>3.9 High-Performance Graphics.</p> <p>3.10 The Communication Architecture.</p> <p>3.11 Application Engines and Services.</p> <p>3.12 Platform Security.</p> <p><b>4. Symbian OS Programming Basics.</b></p> <p>4.1 Use of C++ in Symbian OS.</p> <p>4.2 Non-standard C++ Characteristics.</p> <p>4.3 Basic Data Types.</p> <p>4.4 Symbian OS Classes.</p> <p>4.5 Exception Error Handling and Cleanup.</p> <p>4.6 Libraries.</p> <p>4.7 Executable Files.</p> <p>4.8 Naming Conventions.</p> <p>4.9 Summary.</p> <p><b>5. Symbian OS Build Environment.</b></p> <p>5.1 SDK Directory Structure.</p> <p>5.2 Build System Overview.</p> <p>5.3 Basic Build Flow.</p> <p>5.4 Build Targets.</p> <p>5.5 What is a UID?</p> <p>5.6 The Emulator.</p> <p>5.7 Building Shared Libraries.</p> <p>5.8 DLL Interface Freezing.</p> <p>5.9 Installing Applications on the Smartphone.</p> <p><b>6. Strings, Buffers, and Data Collections.</b></p> <p>6.1 Introducing the Text Console.</p> <p>6.2 Descriptors for Strings and Binary Data.</p> <p>6.3 The Descriptor Classes.</p> <p>6.4 Descriptor Methods.</p> <p>6.5 Converting Between 8-Bit and 16-Bit Descriptors.</p> <p>6.6 Dynamic Buffers.</p> <p>6.7 Templates in Symbian OS.</p> <p>6.8 Arrays.</p> <p>6.9 Other Data Collection Classes.</p> <p><b>7. Platform Security and Symbian Signed.</b></p> <p>7.1 What is Platform Security?</p> <p>7.2 What Platform Security is Not.</p> <p>7.3 What this Means to a Developer.</p> <p>7.4 Capabilities for API Security.</p> <p>7.5 Application Signing in Symbian.</p> <p>7.6 Getting Your Application Symbian Signed.</p> <p>7.7 Developer Certificates.</p> <p><b>8. Asynchronous Functions and Active Objects.</b></p> <p>8.1 Asynchronous Functions.</p> <p>8.2 Introducing Active Objects.</p> <p>8.3 The Active Scheduler.</p> <p>8.4 Active Scheduler Error Handling.</p> <p>8.5 Active Object Priorities.</p> <p>8.6 Canceling Outstanding Requests.</p> <p>8.7 Removing an Active Object.</p> <p>8.8 Active Object Example.</p> <p>8.9 Active Object Issues.</p> <p>8.10 Using Active Objects for background Tasks.</p> <p><b>9. Processes, Threads, and Synchronization.</b></p> <p>9.1 Processes.</p> <p>9.2 Using Threads on Symbian OS.</p> <p>9.3 Sharing Memory Between Processes.</p> <p>9.4 Memory Chunks.</p> <p>9.5 Thread Synchronization.</p> <p><b>10. Client-Server Framework.</b></p> <p>10.1 Client-Server Overview.</p> <p>10.2 A Look at the Client-Server Classes.</p> <p>10.3 Client-Server Example.</p> <p><b>11. Symbian OS TCP/IP Network Programming.</b></p> <p>11.1 Introduction to TCP/IP.</p> <p>11.2 Network Programming Using Sockets.</p> <p>11.3 Symbian OS Socket API.</p> <p>11.4 Example: Retrieving Weather Information.</p> <p>11.5 Making a Network Connection.</p> <p><b>12. GUI Application Programming.</b></p> <p>12.1 Symbian OS User Interfaces.</p> <p>12.2 Anatomy of a GUI Application.</p> <p>12.3 Application Classes.</p> <p>12.4 Resource Files.</p> <p>12.5 Dialogs.</p> <p>12.6 Symbian OS Controls.</p> <p>12.7 View Architecture.</p> <p>12.8 Application Icon and Caption.</p> <p>References.</p> <p>Index.</p>
<b>Steve Babin</b> works at IBM developing enterprise software for smartphones based on Symbian OS and MIcrosoft Windows Mobile. He has a BSEE from Louisiana State University and over 20 years of software development and leadership experience on a variety of products - including medical devices, Java accelerators, avionics, Internet appliances, and system-on-chip silicon devices - using numerous operating systems. Steve is married to Sharon and has a daughter named Hillary. They live in Austin, TX. He is an Accredited Symbian Developer.
<i>Developing Software for Symbian OS 2nd Edition</i> is an essential guide for anyone wishing to start developing smartphone applications. The original book has been updated to cover Symbian OS v9 and changes to the developer environment, and now includes a new chapter on application signing and platform security. <p>Steve Babin's clear and practical approach made his original book very popular with those new to Symbian OS. An invaluable resource, <i>Developing Software for Symbian OS 2nd Edition</i> includes sections about the architecture of Symbian OS, the build environment, Symbian OS strings, buffers and data collections, platform security, asynchronous programming using active objects and threads, the client-server framework and GI application programming.</p> <p>The book describes and solves the challenges a beginner faces and introduces the key concepts needed to create applications for Symbian smartphones. It provides clear advice and practical solutions, and full sample code is available for download from the Symbian Developer Network website (developer.symbian.com).</p> <p>Get yourself ahead with  the perfect introduction to developing software for Symbian OS.</p>

Diese Produkte könnten Sie auch interessieren:

Windows Vista For Dummies
Windows Vista For Dummies
von: Andy Rathbone
PDF ebook
15,99 €
Mastering Digital Audio Production
Mastering Digital Audio Production
von: Cliff Truesdell
PDF ebook
26,99 €