![]() |
![]() |
Your cart is empty |
||
Books > Computing & IT > Computer hardware & operating systems > Handheld devices (eg Palm, PocketPC)
Taking Your iPad to the Max, iOS 5 Edition is written so that anyone can quickly get up to speed on Apple's latest hit. As bloggers at The Unofficial Apple Weblog (TUAW.com), the authors have the happy privilege of working with Apple products every day, and they'll guide you through all of the perks of being an iPad owner with access to all the new and amazing features in iOS 5. This book takes you from selecting and buying an iPad, to connecting it to the Internet, to using the incredible power of the iPad and all its apps to enhance your life. Whether you're using your iPad to surf the Internet, admire or edit family photos, listen to music, watch movies, create or edit movies, or read a book, this book will help guide you. Discover how your iPad can be a virtual shopping mall, opening the door to purchases of music, books, videos, and movies. This book will help you organize your daily life through the use of Calendar, Notes, and Contacts, communicate with friends and colleagues with Mail, and find your way with Maps. You'll also learn how get the most out of your iPad's two cameras, and you'll learn how iCloud keeps all of your documents and photos in sync across all your Apple devices. You'll also learn about great new iOS 5 features like Reminders, Notification Center, iMessage, Newsstand, and PC-Free updates. Taking Your iPad to the Max, iOS 5 Edition introduces the essentials of using your iPad for recreation, travel, and workand includes the basics of Apple's iWork suite for iPad. Learn to create business or personal documents with Pages, make professional presentations with Keynote, and keep data and finances under control with Numbers. You'll also learn how to use iLife's suite of apps, including iPhoto, iMovie, and GarageBand on the iPad. No matter how you use your iPad, Taking Your iPad to the Max, iOS 5 Edition will show you how to make the most of it. What you'll learn Learn the new features of iOS 5 on your iPad Watch, read and listen more with endless movies, books and music at your fingertips Create images and videos and edit them with iMovie Use the iPad as a professional office tool to create rich documents, spreadsheets, and presentations See how iCloud makes syncing seamless Get connected wirelessly, stay connected and set your computing life free Who this book is for iPad owners who want to learn more about the new features in iOS 5 and iCloud. Table of Contents Bringing Your iPad Home Putting Your Data and Media on Your iPad Exploring the iPad Hardware Interacting with Your iPad Connecting to the Internet Browsing the Internet with Safari Touching Your Music and Video Shopping for Apps, Books, Music, and More Using iBooks Leveraging Your Desk Set Setting Up and Using Mail Working with Maps Touching Your Digital Photos On the Go with iWork Using the iPad Cameras with Camera, Photobooth, and FaceTime Other Great Ways to Use Your iPad
Now that multicore processors are coming to mobile devices, wouldn't it be great to take advantage of all those cores without having to manage threads? This concise book shows you how to use Apple's Grand Central Dispatch (GCD) to simplify programming on multicore iOS devices and Mac OS X. Managing your application's resources on more than one core isn't easy, but it's vital. Apps that use only one core in a multicore environment will slow to a crawl. If you know how to program with Cocoa or Cocoa Touch, this guide will get you started with GCD right away, with many examples to help you write high-performing multithreaded apps. Package your code as block objects and invoke them with GCD Understand dispatch queues--the pools of threads managed by GCD Use different methods for executing UI and non-UI tasks Create a group of tasks that GCD can run all at once Instruct GCD to execute tasks only once or after a delay Discover how to construct your own dispatch queues
What does it take to build an iPhone app with stunning 3D graphics? This book will show you how to apply OpenGL graphics programming techniques to any device running the iPhone OS -- including the iPad and iPod Touch -- with no iPhone development or 3D graphics experience required. "iPhone 3D Programming" provides clear step-by-step instructions, as well as lots of practical advice, for using the iPhone SDK and OpenGL. You'll build several graphics programs -- progressing from simple to more complex examples -- that focus on lighting, textures, blending, augmented reality, optimization for performance and speed, and much more. All you need to get started is a solid understanding of C++ and a great idea for an app. Learn fundamental graphics concepts, including transformation matrices, quaternions, and more Get set up for iPhone development with the Xcode environment Become familiar with versions 1.1 and 2.0 of the OpenGL ES API, and learn to use vertex buffer objects, lighting, texturing, and shaders Use the iPhone's touch screen, compass, and accelerometer to build interactivity into graphics applications Build iPhone graphics applications such as a 3D wireframe viewer, a simple augmented reality application, a spring system simulation, and more This book received valuable community input through O'Reilly's Open Feedback Publishing System (OFPS). Learn more at http: //labs.oreilly.com/ofps.html.
Mobile devices outnumber desktop and laptop computers three to one worldwide, yet little information is available for designing and developing mobile applications. Mobile Design and Development fills that void with practical guidelines, standards, techniques, and best practices for building mobile products from start to finish. With this book, you'll learn basic design and development principles for all mobile devices and platforms. You'll also explore the more advanced capabilities of the mobile web, including markup, advanced styling techniques, and mobile Ajax. If you're a web designer, web developer, information architect, product manager, usability professional, content publisher, or an entrepreneur new to the mobile web, Mobile Design and Development provides you with the knowledge you need to work with this rapidly developing technology. Mobile Design and Development will help you: Understand how the mobile ecosystem works, how it differs from other mediums, and how to design products for the mobile context Learn the pros and cons of building native applications sold through operators or app stores versus mobile websites or web apps Work with flows, prototypes, usability practices, and screen-size-independent visual designs Use and test cross-platform mobile web standards for older devices, as well as devices that may be available in the future Learn how to justify a mobile product by building it on a budget
By failing to consider those with needs different to ourselves, we are telling these people they are not welcome in our app, and therefore that technology as a whole, is not for them. This is not hyperbole-23% of people in the US with a registered disability aren't online at all, that's three times more likely than the general population. When asked why they're not online, disabled respondents say their disability prevents them or that using the internet is too hard. To help your apps combat the issue of digital exclusion, this book covers considerations and tools mobile developers, or anyone creating mobile experiences, can use to make mobile work better for those with disabilities-mental or physical-and how to create a better experience for everyone. Software is not made up of cold, unthinking algorithms. Software is a craft in the truest sense of the word, and one of the greatest tools you can have as a craftsperson is empathy for the people who will be using your app. Each one of whom is an individual with different abilities, experiences, knowledge, and circumstances. What You'll Learn Create mobile experiences that work for as many people as possible Incorporate a worldview of accessibility and customer service into your design Work with accessibility tools and techniques commonly available for developers Who This Book Is For Mobile developers working solo or as part of a team. UX designers, quality engineers, product owners, and anybody working in mobile.
Get started with SwiftUI and develop real-world, beautiful, and robust iOS apps faster than ever using the declarative approach with key images printed in color Key Features * Structuring and maintaining a clean app architecture and applying them in proper context. * Integrating SwiftUI with relevant frameworks to create professional and responsive apps. * To understand declarative functional approach and focus on asynchronous programming within the context of SwiftUI. Book Description SwiftUI has become an integral part of app development for Apple Platforms. With SwiftUI, you can develop user interfaces by just defining the UI design using Swift code. SwiftUI uses a declarative based programming approach allowing a developer to design the UI of applications for multiple Apple platforms, ranging from mobile phones, watches to computers by declaring what the app should look like and what it should do, letting the operating system do the heavy lifting. The book provides a hands-on approach to learn this framework and the associated techniques that will teach you more about SwiftUI, improving your skills in mobile development in less time. You will begin by learning basic concepts in SwiftUI by creating views and modifiers using SwiftUI, progressing gradually towards more complex and responsive user interfaces and advanced techniques, allowing you to confidently build complex apps. You will learn how to use SwiftUI completely and learn about asynchronous programming and architecture allowing you to design efficient, modern, and well-structured apps. Finally, you'll gain knowledge on how to integrate UIkit and SwiftUI and how to run tests for a SwiftUI application. By the end of the book, you will be confident to build complex applications using SwiftUI professionally. What you will learn * Learn to code user interfaces using SwiftUI across Apple platforms * Build modern apps beyond UI and dive into complex architecture and asynchronous programming * Explore animations, graphics, and user gestures to build responsive UIs * Respond to asynchronous events, store, and share data the modern way * Add advanced features by integrating SwiftUI and UIkit * Understand how to test and debug SwiftUI applications Who This Book Is For This book is for iOS developers interested in SwiftUI, software developers who have had a few years of iOS experience with UIkit and intend to work with SwiftUI. They will be able to learn this framework in depth with this practical guide. The audience will also include mobile consultants and engineers. It may also be of interest to newcomers considering a career in mobile software development with iOS. They are familiar with Swift, UIkit, XCode, and Asynchronous Programming.
What will you learn from this book? Swift is best known as Apple's programming language of choice for developing apps on iOS, iPadOS, macOS, watchOS, and tvOS. But it's far more versatile than that. Open source Swift is also gaining ground as a language for systems programming and server-side code, and it runs on Linux and Windows. So where do you start? With Head First Swift, you'll explore from the ground up: from collecting and controlling data to reusing code, producing custom data types, and structuring programs and user interfaces with SwiftUI by building safe, protocol-driven code. With Swift under your belt, you'll be ready to build everything from mobile and web apps to games, frameworks, command-line tools, and beyond. What's so special about this book? If you've read a Head First book, you know what to expect--a visually rich format designed for the way your brain works. If you haven't, you're in for a treat. With this book, you'll learn Swift through a multisensory experience that engages your mind rather than a text-heavy approach that puts you to sleep.
Artists have always looked for new ways of making images and today's technology offers a whole range of exciting possibilities. The practical book shows you how an Apple iPad and stylus can transform the way you paint and draw the human figure. As an accessible and convenient device, the iPad can stimulate the practical materials you know whilst discovering and exploring further possibilities to bring our subject and ideas to life. Combining the skills of rendering the human figure with the potential of the iPad, this book is a must-have for all artists new to this medium and all iPad owners keen to start painting the body.
Galaxy S II: The Missing Manual will help you get the most from your phone from the start. Veteran technical author Preston Gralla gives you a guided tour of every feature, with lots of expert tips and tricks along the way. You'll learn how to use all calling and texting features, take and share photos, enjoy streaming music and video, get turn-by-turn directions, and more. Packed with illustrations, this engaging book covers everything from setup to troubleshooting. It's the definitive guide to the Galaxy S II. - Work anywhere. Sync your contacts and files with Google Docs and Microsoft Exchange. - Get online. Make your phone act as a portable hotspot or a modem to get your laptop online. - Play music. Purchase music from Amazon, sync with Windows Media Player and iTunes. - Shoot photos and video. Edit and share your photos, use them as desktop or icon images. Record video and share it with your friends. - Connect to Google Maps. Use geotagging and get turn-by-turn directions. - Explore advanced and amazing tricks. Identify objects with Google Goggles. Snap a photo of a sign and translate it.
An introduction to writing proofs about computer programs, written in an accessible question-and-answer style, complete with step-by-step examples and a simple proof assistant. The Little Prover introduces inductive proofs as a way to determine facts about computer programs. It is written in an approachable, engaging style of question-and-answer, with the characteristic humor of The Little Schemer (fourth edition, MIT Press). Sometimes the best way to learn something is to sit down and do it; the book takes readers through step-by-step examples showing how to write inductive proofs. The Little Prover assumes only knowledge of recursive programs and lists (as presented in the first three chapters of The Little Schemer) and uses only a few terms beyond what novice programmers already know. The book comes with a simple proof assistant to help readers work through the book and complete solutions to every example.
Take advantage of this comprehensive reference to solving common problems when developing with Flutter. Along with an introduction to the basic concepts of Flutter development, the recipes in this book cover all important aspects of this emerging technology, including development, testing, debugging, performance tuning, app publishing, and continuous integration. Although Flutter presents a rich, cross-platform mobile development framework, helpful documentation is not easily found. Here you'll review solutions to various scenarios and use creative, tested ways to accomplish everything from simple to complex development tasks. Flutter is developed using Dart and contains a unique technology stack that sets it apart from its competitors. This book takes the mystery out of working with the Dart language and integrating Flutter into your already existing workflows and development projects. With Flutter Recipes, you'll learn how to build and deploy apps freshly started in Flutter, as well as apps already in progress, while side-stepping any potential roadblocks you may face along the way. What You'll Learn Debug with Dart Observatory Program accessibility and localization features Build and release apps for iOS and Android Incorporate reactive programming Who This Book Is For Mobile developers with some experience in other frameworks who would like to work with the growing and popular Flutter.
DESCRIPTION In today's world, user interfaces have to be highly dynamic, asynchronous, and reliable. To meet these demands, the programming world is undergoing a radical shift towards something called Functional Reactive Programming (FRP), or just Reactive Programming. FRP offers programmers a new way to construct their applications so that they respond directly to change. And developers spend less time tracing obscure problems and more time focusing on what their code should be doing. Grokking Reactive User Interfaces teaches programmers a new way of thinking about programs and data as well as how to build robust and extensible user interfaces. This well-illustrated book presents lots of concrete, real-world problems and then shows how FRP helps to solve them. It begins by looking at examples that get readers into the mindset of data flows and goes on to introduce the concept of a View Model. Readers also learn how FRP enables them to better manage change and introduce new features. The final part of this book focuses on higherlevel application design concerns and strategies as you look at architectural approaches and frameworks that work well with FRP thinking. KEY FEATURES * Provides lots of illustrations and real-life app examples * Teaches a new way of thinking about programs and data * Using FRP in day-to-day programming * Teaches how to handle increasing complexity in UIs AUDIENCE Readers should have a basic understanding of mobile UI development and be familiar with traditional object-oriented programming paradigms. ABOUT THE TECHNOLOGY FRP offers a new way to construct applications so that they respond directly to change. FRP is not a typical technology B that obviously and immediately replaces an inferior technology A. It's more of a way of thinking rather than a mechanical solution.
Build multi-platform apps using features in .NET MAUI with the help of several projects using Location services, Weather API, Augmented Reality, Machine Learning, and much more Key Features Develop multi-platform apps and games with AR and services of varying complexity with the help of real-world examples Explore the essential features of .NET MAUI such as Shell, CollectionView, and CarouselView Learn advanced concepts such as VR, machine learning, and cloud services for mobile development Book Description.NET MAUI is a lightweight multi-platform development toolkit for building apps with a rich user interface. This third edition covers the latest features of .NET MAUI, including CollectionView and Shell, along with interesting concepts such as augmented reality (AR), machine learning, and cloud services. Starting with an introduction to .NET Core and how it works, this book shares tips for choosing the type of development environment you should strive for when planning multi-platform apps. You'll build your first .NET MAUI app and learn how to use Shell to implement the app architecture. The level of complexity of the projects in the book gradually increases, guiding you through creating apps ranging from a location tracker and weather map to an AR game and a multiplayer game. As you advance, the book will take you through modern mobile development frameworks such as SQLite, .NET Core, ARKit, and ARCore. You'll be able to customize your apps for Windows, macOS, Android, and iOS platforms to achieve native-like performance and speed. The book is filled with engaging examples, so you can grasp essential concepts by writing code instead of reading through endless theories. By the end of this book, you'll be ready to develop your own native apps with .NET MAUI and its associated technologies, such as .NET Core, Visual Studio 2022, and C#. What you will learn Set up .NET MAUI to build native apps for multiple platforms using single project capabilities Understand the core aspects of developing a mobile app, such as layout, UX, and rendering Use custom renderers to gain platform-specific access Discover how to create custom layouts for your apps with .NET MAUI Shell Use Azure SignalR to implement serverless services in your .NET MAUI apps Create an AR game for Android and iOS using ARCore and ARKit, respectively Build and train machine learning models using CoreML, TensorFlow, and Azure Cognitive Services Who This Book Is ForThis book is for C# and .NET developers who want to learn .NET MAUI and get started with native .NET Core mobile application development from the ground up. Working knowledge of Visual Studio and C# will help you to get the most out of this book.
Build Mobile Websites and Apps for Smart Devices is a practical guide for front-end web designers and developers. Youa (TM)ll discover a fun and fresh approach to mobile web design and development, with enormous scope for opportunity. Mobile web development is changing rapidly, with a greater emphasis on modern touch-screen smartphones. By following the advice in this book, you can be sure youa (TM)re learning the skills you need to make the most of this new technology. Youa (TM)ll learn how to: Design effective interfaces for modern devicesUse HTML5 and CSS3 to build fast, responsive layouts that look great on every device Use JavaScript to create a native feel with transitions, touch and swipe events, animations, and moreIntroduces PhoneGap and shows readers how to add native functionally to their web app with easeLeverage APIs to take advantage of built-in device functionalityUse PhoneGap to turn your web app into a native app for iOS, Android, BlackBerry, and other platformsa "and sell it online And lots more...
Pro Android Wearables details how to design and build Android Wear apps for new and unique Android wearable device types, such as Google Android smartwatches, which use the new WatchFaces API, as well as health-monitoring features and other cool features such as altimeters and compasses. It's time to take your Android 5 Wear application development skills and experience to the next level and get exposure to a whole new world of hardware. As smartwatches continue to grab major IoT headlines, there is a growing interest in building Android apps that run on these wearables, which are now being offered by dozens of major manufacturers. This means more revenue earning opportunity for today's indie app developers. Additionally, this book provides new media design concepts which relate to using media assets, as well as how to optimize Wear applications for low-power, single-core, dual-core or quad-core CPUs, and how to use the IntelliJ Android Studio IDE, and the Android device emulators for popular new wearable devices.
Step-by-step instructions with callouts to Google Chromebook photos that show you exactly what to do Help when you run into Chromebook problems or limitations Tips and Notes to help you get the most from your Chromebook Full-color, step-by-step tasks walk you through doing exactly what you want with your Chromebook. Learn how to Set up and configure your new Chromebook Personalize your Chromebook's desktop and other settings Use your Chromebook with the touchpad, keyboard, or touchscreen Browse and search the Web with the Google Chrome browser Manage your files wherever they're stored: on your Chromebook, on an external drive, or in the cloud Find great new Chrome and Android apps in the Google Play Store Strengthen privacy with Incognito Mode and Google's privacy settings Watch streaming TV shows and movies with Netflix, Hulu, and Amazon Prime Video Listen to streaming music with Pandora, Spotify, and Google Play Music View and fix photos with Google Photos Print from anywhere with Google Cloud Print Send, receive, read, and manage email through Google Gmail Get productive with Google Docs, Sheets, and Slides Use your Google Chromebook for education Optimize Chromebook performance and battery life Troubleshoot and recover from problems
Build an online messaging app using Java Servlets, JSP, Expression Language, JSTL, JPQL, Sessions/Cookies, HTML/CSS/JavaScript, and the Bootstrap framework. This book explains Java EE, along with its associated technologies making it perfect for those with at least basic programming experience in Java or C. Java EE Web Application Primer teaches you how to develop complete web applications using Oracle as the database. By the end of the book you will have developed an online messaging app like Twitter. From there you can create other applications such as an online survey tool. What You'll Learn Build a Twitter-like web application called Bullhorn using Java, Oracle, and more Create web applications using Eclipse Design web pages with HTML forms, tables, and more Use SQL along with Java and Oracle for database accessibility Connect to a database using the Java Persistence APIs Create dynamic web pages with JavaScript, JSP, and the tag libraries Get web pages to stand out with Bootstrap, jQuery, and CSS Who This Book Is For Those with at least basic programming experience in Java or C.
The Cocoa Touch frameworks and APIs are powerful tools for creating native iOS apps, and they're free with Xcode, Apple's development environment. If you've already gotten your feet wet with Objective-C, and you're ready to learn more about iOS development, then Learn Cocoa Touch for iOS is the book for you. You'll learn on the job - building cool apps as you read through the book that will teach you what you need to know to use Cocoa Touch and prepare you for creating your own apps. Learn Cocoa Touch for iOS shows you how to use frameworks like MapKit, Twitter, and MediaPlayer. You'll also learn about hardware APIs so you can get the most out of your accelerometer, camera, and more. You'll even learn about more advanced features like Grand Central Dispatch. A home inventory management system A live-updating Twitter client A photo browser with an animated slideshow If you're ready for the next step toward becoming a Cocoa Touch master, this is the book for you. |
![]() ![]() You may like...
The Letters of Charles Wesley - A…
Kenneth G.C. Newport, Gareth Lloyd
Hardcover
R8,124
Discovery Miles 81 240
Forward Together - A Moral Message for…
William J. Barber II, Barbara Zelter
Paperback
Mokgomana - The Life Of John Kgoana…
Peter Delius, Daniel Sher
Paperback
|