rss Home » Tag Archive For ‘Android 4’

Professional NFC Application Development for Android

eBook Details:

  • Paperback: 308 pages
  • Publisher: Wrox; 1st edition (April 22, 2013)
  • Language: English
  • ISBN-10: 1118380096
  • ISBN-13: 978-1118380093

eBook Description:

Professional NFC Application Development for Android

  • Shows programmers and developers how to develop Near Field Communication (NFC) applications for Android, including Secure Element (SE) programming
  • Expert authors are NFC researchers who have a deep knowledge of the subject
  • Covers app development in all NFC operating modes: reader/writer, peer-to-peer, and card emulation
  • Includes valuable case studies that showcase several system design and analysis methods, such as activity diagram, class diagram, UML, and others

A practical guide to developing and deploying Near Field Communication (NFC) applications

There has been little practical guidance available on NFC programming, until now. If you’re a programmer or developer, get this unique and detailed book and start creating apps for this exciting technology. NFC enables contactless mobile communication between two NFC-compatible devices. It’s what allows customers to pay for purchases by swiping their smartphones with Google Wallet, for example. This book shows you how to develop NFC applications for Android, for all NFC operating modes: reader/writer, peer-to-peer, and card emulation.

Professional NFC Application Development for Android offers the clear, concise advice you need to create great applications for this emerging and exciting technology. Download eBook Free »

Android Application Development for Java Programmers

eBook Details:

  • Paperback: 320 pages
  • Publisher: Course Technology PTR; 1st edition (January 30, 2012)
  • Language: English
  • ISBN-10: 1133593542
  • ISBN-13: 978-1133593546

eBook Description:

Android Application Development for Java Programmers

  • This book includes complete source codes, not just pieces of sample code taken out of context.
  • Features how-to information about publishing your application.

We are witnessing an explosion in the use of handheld mobile devices worldwide. Recent polls have shown that many people own and use more than one mobile device, and some use as many as three or four. Smart phones, tablets, and handheld game devices are ubiquitous. The Android operating system (OS)-an open-source OS with Linux at its core-is an ever-more-popular OS on these devices. Android Application Development for Java Programmers provides an ideal, quick-start tutorial for anyone interested in developing Android mobile device applications, from the student or hobbyist familiar with Java, to the experienced programmer wanting to enter the mobile device application market. Because the Android development software provides an emulator program, the reader doesn’t need to own an Android mobile device to take advantage of this book. Although the code presented in the book can be used to produce complete running applications, the goal is to inspire the reader to bring his own mobile application ideas to reality in a short time. The book is organized in a logical, evolutionary manner starting with configuration of the development environment and ending with two comprehensive projects. The beginning chapters cover basic application components and configuration of the Android emulator and basic user interface design, whereas later chapters cover how to accomplish more involved areas such as use of GPS, graphics, networking, and databases. Download eBook Free »

Android Design Patterns: Interaction Design Solutions for Developers

eBook Details:

  • Paperback: 456 pages
  • Publisher: Wiley; 1st edition (March 11, 2013)
  • Language: English
  • ISBN-10: 1118394151
  • ISBN-13: 978-1118394151

eBook Description:

Android Design Patterns: Interaction Design Solutions for Developers

With Android 4, Google brings the full power of its Android OS to both smartphone and tablet computing. Designing effective user interfaces that work on multiple Android devices is extremely challenging. This book provides more than 75 patterns that you can use to create versatile user interfaces for both smartphones and tablets, saving countless hours of development time. Patterns cover the most common and yet difficult types of user interactions, and each is supported with richly illustrated, step-by-step instructions.

  • Includes sample patterns for welcome and home screens, searches, sorting and filtering, data entry, navigation, images and thumbnails, interacting with the environment and networks, and more
  • Features tablet-specific patterns and patterns for avoiding results you don’t want
  • Illustrated, step-by-step instructions describe what the pattern is, how it works, when and why to use it, and related patterns and anti-patterns
  • A companion website offers additional content and a forum for interaction

Android Design Patterns: Interaction Design Solutions for Developers provides extremely useful tools for developers who want to take advantage of the booming Android app development market. Download eBook Free »

Instant Spring for Android Starter

eBook Details:

  • Paperback: 72 pages
  • Publisher: Packt Publishing (January 25, 2013)
  • Language: English
  • ISBN-10: 1782161902
  • ISBN-13: 978-1782161905

eBook Description:

Instant Spring for Android Starter

  • Learn something new in an Instant! A short, fast, focused guide delivering immediate results.
  • Learn what Spring for Android adds to the Android developer toolkit
  • Learn how to debug your Android communication layer observing HTTP requests and responses
  • Use OAuth to authenticate your users and your app against popular service providers (Google, Facebook, Twitter, and so on)

Instant Spring for Android Starter

Instant Spring for Android Starter is a practical, hands-on guide that provides you with a number of clear step-by-step exercises, which will help you take advantage of the abstractions offered by Spring for Android with regard to REST (RestTemplate) and OAuth (OAuthTemplate). It will also introduce you to the bases of those architectures and the associated tooling.

This book gets you started using Spring for Android, first letting you know how to set up your workspace to include those libraries in your projects (with the Eclipse IDE and also with the popular building tool Maven) and then providing some clear and real life examples of RESTful and OAUth backed Android applications. Download eBook Free »

AndEngine for Android Game Development Cookbook

eBook Details:

  • Paperback: 380 pages
  • Publisher: Packt Publishing (January 15, 2013)
  • Language: English
  • ISBN-10: 184951898X
  • ISBN-13: 978-1849518987

eBook Description:

AndEngine for Android Game Development Cookbook

  • Step by step detailed instructions and information on a number of AndEngine functions, including illustrations and diagrams for added support and results
  • Learn all about the various aspects of AndEngine with prime and practical examples, useful for bringing your ideas to life
  • Improve the performance of past and future game projects with a collection of useful optimization tips
  • Structure your applications in a manner that provides a smooth flow from splash screen to level selection, to game play

AndEngine for Android Game Development Cookbook

AndEngine is a broad 2D game engine which allows game developers, both experienced and inexperienced, to develop games for the Android platform with ease. Don’t be fooled by the simplicity, though. As easy as it is to “pick up and go,” AndEngine includes enough functionality to bring any type of 2D game world to life.

The AndEngine for Android Game Development Cookbook contains all of the necessary information and examples in order to build the games as you imagine them. The book’s recipes will walk you through the various aspects of game design with AndEngine and provides detailed instructions on how to achieve some of the most desirable effects for your games. Download eBook Free »

Pro Android C++ with the NDK

eBook Details:

  • Paperback: 416 pages
  • Publisher: Apress; 1st edition (December 5, 2012)
  • Language: English
  • ISBN-10: 1430248270
  • ISBN-13: 978-1430248279

eBook Description:

Pro Android C++ with the NDK

Android is one of the major players in the mobile phone market. Android is a mobile platform that is built on the top of Linux operating system. The native-code support on Android offers endless opportunities to application developers, not limited the functionality that is provided by Android framework. Pro Android C++ with the NDK is an advanced tutorial and professional reference for today’s more sophisticated app developers now porting, developing or employing C++ and other native code to integrate into the Android platform to run sophisticated native apps and better performing apps in general. Using a game app case study, this book explores tools for troubleshooting, debugging, analyzing memory issues, unit testing, unit test code coverage, performance measurement, on native applications, as well as integrating  the Android NDK toolchain into existing Autoconf, Makefile, CMake, or JAM based build systems.

Pro Android C++ with the NDK (Native Development Kit) is an advanced tutorial and professional reference for experienced app developers now porting, developing or employing C++ and other native code to integrate into the Android platform to run more sophisticated native apps with increased performance. Download eBook Free »