rssHome » Web Development » Android » Android Packt Publishing

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 »

Instant Android Fragmentation Management How-to

eBook Details:

  • Paperback: 66 pages
  • Publisher: Packt Publishing (January 26, 2013)
  • Language: English
  • ISBN-10: 1782160868
  • ISBN-13: 978-1782160861

eBook Description:

Instant Android Fragmentation Management How-to

  • Learn something new in an Instant! A short, fast, focused guide delivering immediate results.
  • Learn how to write apps that work on any Android version.
  • Ready to use code to solve any compatibility issue.
  • Get hands-on with the biggest issue that faces Android developers

Instant Android Fragmentation Management How-to

There are currently 7 different versions of operating systems for Android. A growing issue is fragmentation. With the number of Android users and the variety of versions available, Android fragmentation is a huge problem. This little book is the solution.

Instant Android Fragmentation Management How-to is a step-by-step guide to writing applications that can run on all devices starting from Android 1.6. With simple solutions for complex problems, this book will walk you through the biggest issues facing Android developers today.

This book will take you through the newest features in the latest version of Android, and shows you how to utilize them in the older versions using the compatibility library. This practical guide allows you to focus on creating the best application possible without worrying about compatibility. Download eBook Free »

Android 4: New Features for Application Development

eBook Details:

  • Paperback: 166 pages
  • Publisher: Packt Publishing (December 24, 2012)
  • Language: English
  • ISBN-10: 1849519528
  • ISBN-13: 978-1849519526

eBook Description:

Android 4: New Features for Application Development

  • Learn new APIs in Android 4
  • Get familiar with the best practices in developing Android applications
  • Step-by-step approach with clearly explained sample codes

Android 4: New Features for Application Development

Recently, with the increasing popularity of mobile phones, mobile operating systems have emerged and quickly spread. Now people with smart phones can do everything that they can do with their computers. The popularity of the Android mobile operating system has increased and is widely used. In this book, new features and innovations of Android 4.0 will be discussed.

Android 4: New Features for Application Development is a practical and hands-on guide for developing android applications using new features of Android Ice Cream Sandwich (Android 4.0) with a step-by-step approach and clearly explained sample codes. You will learn the new APIs in Android 4.0 with sample code.

This book will cover the new features and APIs of Android 4.0 (Android Ice Cream Sandwich). It will show the usage of the new APIs with a step-by-step approach and clearly explained sample code. Download eBook Free »

Android Database Programming

eBook Details:

  • Paperback: 212 pages
  • Publisher: Packt Publishing (June 1, 2012)
  • Language: English
  • ISBN-10: 1849518122
  • ISBN-13: 978-1849518123

eBook Description:

Android Database Programming

  • Master the skills to build data-centric Android applications
  • Go beyond just code by challenging yourself to think about practical use-cases with SQLite and others
  • Focus on flushing out high level design concepts, before drilling down into different code examples

Android Database Programming

We live in an increasingly data-centric and data-driven world. On top of that we live in a very mobile-centric world with the rise of Android smart phones and tablet devices and the surge in demand for the Android platform. Along with the demand for more data, there is a demand for efficient, “snappy” applications, and so developers need to have a strong understanding of when different data storage methods are appropriate and when they are not.

Android Database Programming is designed to help developers create and design data-centric mobile applications on Google’s Android platform. As the world goes increasingly mobile and as consumers’ demand for data-centric applications rises, knowing how to combine the two effectively will become an increasingly important asset to have as a developer. The book starts by looking at the various local data storage methods on Android, and finishes off by examining external databases and ways you can utilize them from within an Android application. Download eBook Free »

Android NDK Beginner’s Guide

eBook Details:

  • Paperback: 436 pages
  • Publisher: Packt Publishing (January 26, 2012)
  • Language: English
  • ISBN-10: 1849691525
  • ISBN-13: 978-1849691529

eBook Description:

Discover the native side of Android and inject the power of C/C++ in your applications with Android NDK Beginner’s Guide

  • Create high performance applications with C/C++ and integrate with Java
  • Exploit advanced Android features such as graphics, sound, input and sensing
  • Port and reuse your own or third-party libraries from the prolific C/C++ ecosystem

Android NDK Beginner’s Guide

Android NDK Beginner’s Guide is all about injecting high performance into your apps. Exploit the maximum power of these mobile devices using high-performance and portable code.

This book will show you how to create C/C++ enabled applications and integrate them with Java. You will learn how to access native API and port libraries used in some of the most successful Android applications.

Using this practical step-by-step tutorial, highlighted with comments and tricks, discover how to run C/C++ code embedded in a Java application or in a standalone application. You will create a real native application starting from project creation through to full implementation of native API and the porting of existing third-party libraries. You will discover OpenGL ES and OpenSL ES, which are becoming the new standard in mobility. You will also understand how to access keyboard and input peripherals and how to read accelerometer or orientation sensors. Finally, you will dive into more advanced topics such as debugging and ARM assembler instructions. By the end of the book, you should know the key elements to enable you to start exploiting the power and portability of native code. Download eBook Free »

12»