Learning Android Game ProgrammingThe book starts with an up-to-the-minute overview of today's Android mobile games marketplace, reviews each leading genre, and teaches you the foundational concepts of game development. You'll design a simple game, then master every step of game development with AndEngine—the powerful, open source, free game-development engine. Every chapter teaches with sample code you can actually use, including many examples drawn from the published game, Virgins Versus Vampires (V3). ...
JavaScript & jQuery: The Missing Manual, 3rd EditionJavaScript lets you supercharge your HTML with animation, interactivity, and visual effects - but many web designers find the language hard to learn. This easy-to-read guide not only covers JavaScript basics, but also shows you how to save time and effort with the jQuery and jQuery UI libraries of prewritten JavaScript code. You'll build web pages that feel and act like desktop programs - with little or no programming. ...
Head First JavaScript ProgrammingThis brain-friendly guide teaches you everything from JavaScript language fundamentals to advanced topics, including objects, functions, and the browser's document object model. You won't just be reading - you'll be playing games, solving puzzles, pondering mysteries, and interacting with JavaScript in ways you never imagined. And you'll write real code, lots of it, so you can start building your own web applications. ...
AngularJS: Up and RunningIf want to get started with AngularJS, either as a side project, an additional tool, or for your main work, this practical guide teaches you how to use this meta-framework step-by-step, from the basics to advanced concepts. By the end of the book, you'll understand how to develop a large, maintainable, and performant application with AngularJS.
Guided by two engineers who worked on AngularJS at Google, you'll learn the components needed to build data-driven applications, using declarative programming and the Model–view–controller pattern. You'll also learn how to conduct unit tests on each part of your application. ...
Android Application Programming with OpenCVTake a smartphone from your pocket, and within a few seconds, you can snap a photo, manipulate it, and share it with the world. You have just achieved mass production of image data. With a computer vision library such as OpenCV, you can analyze and transform copious amounts of image data in real time on a mobile device. The upshot to this is that you, as developers, can provide mobile users with many new kinds of images, constantly highlighting certain visual features that are of artistic or practical interest. Android is a convenient platform for such experiments because it uses a high-level language (Java), it provides standardized interfaces for sharing image data between applications, and it is mostly open source, so everyone can study its implementation. ...
C++ Multithreading CookbookCreating multithreaded applications is a present-day approach towards programming. With the power of C++, you can easily create various types of applications and perform parallelism and optimizations in your existing work. This book is a practical, powerful, and easy-to-understand guide to C++ multithreading. You will learn how to benefit from the multithreaded approach and enhance your development skills to build better applications. This book will not only help you avoid problems when creating parallel code, but also help you to understand synchronization techniques. The end goal of the book will be to impart various multithreading concepts that will enable you to do parallel computing and concurrent programming quickly and efficiently. ...
Java 7 Concurrency CookbookMaster all that Java 7 has to offer for concurrent programming.
Get to grips with thread management, the Fork / Join framework, concurrency classes and much more in this book.
A practical Cookbook packed with recipes for achieving the most important Java Concurrency tasks. ...
Oracle ADF Real World Developer's GuideFull of illustrations, diagrams, and tips with clear step-by-step instructions and real-time examples. Get to know the visual and declarative programming model offered by ADF. In depth coverage of ADF business components and ADF binding layer. Teaches you the ADF best practices and fine-tuning tips. ...
Oracle Certified Associate, Java SE 7 Programmer Study GuideIn-depth understanding of Java through the examination of objects and methods. Extensive code examples and figures to illustrate key concepts in Java SE 7 including memory usage. Additional coverage of good programming and design practices as they relate to the certification objectives. Step-by-step coverage of certification exam topics in a simplified and easy-to-learn manner. ...
Windows Azure programming patterns for Start-upsExplore the different features of Windows Azure and its unique concepts. Get to know the Windows Azure platform by code snippets and samples by a single start-up scenario throughout the whole book. A clean example scenario demonstrates the different Windows Azure features. ...