Kamis, 19 September 2013

Wow! eBook: Android Developer Tools Essentials - 4 new eBooks


Wow! eBook: Android Developer Tools Essentials - 4 new eBooks

Link to Wow! eBook

Android Developer Tools Essentials

Posted: 19 Sep 2013 05:28 AM PDT

Book Description

Android development can be challenging, but through the effective use of Android Developer Tools (ADT), you can make the process easier and improve the quality of your code. This concise guide demonstrates how to build apps with ADT for a device family that features several screen sizes, different hardware capabilities, and a varying number of resources.

With examples in Windows, Linux, and Mac OS X, you'll learn how to set up an Android development environment and use ADT with the Eclipse IDE. Also, contributor Donn Felker introduces Android Studio, a Google IDE that will eventually replace Eclipse.

  • Learn how to use Eclipse and ADT together to develop Android code
  • Create emulators of various sizes and configurations to test your code
  • Master Eclipse tools, or explore the new Android Studio
  • Use Logcat, Lint, and other ADT tools to test and debug your code
  • Simulate real-world events, including location, sensors, and telephony
  • Create dynamic and efficient UIs, using Graphical Layout tools
  • Monitor and optimize you application performance using DDMS, HierarchyViewer, and the Android Monitor tool
  • Use Wizards and shortcuts to generate code and image assets
  • Compile and package Android code with Ant and Gradle

Table of Contents
Chapter 1. Getting Started
Chapter 2. Essential Tools
Chapter 3. Configuring Devices and Emulators
Chapter 4. Using Devices and Emulators
Chapter 5. Developing with Eclipse
Chapter 6. Developing with Android Studio
Chapter 7. Testing Your Code
Chapter 8. Simulating Events
Chapter 9. Build Tools
Chapter 10. Monitoring System Resources
Chapter 11. Working with the User Interface
Chapter 12. Using the Graphical Editor
Chapter 13. Optimizing the User Interface

Book Details

  • Paperback: 250 pages
  • Publisher: O’Reilly Media (August 2013)
  • Language: English
  • ISBN-10: 1449328210
  • ISBN-13: 978-1449328214
Note: There is a file embedded within this post, please visit this post to download the file.

Related Books

The post Android Developer Tools Essentials appeared first on Wow! eBook.

Scala Cookbook

Posted: 19 Sep 2013 05:25 AM PDT

Book Description

Save time and trouble when using Scala to build object-oriented, functional, and concurrent applications. With more than 250 ready-to-use recipes and 700 code examples, this comprehensive cookbook covers the most common problems you'll encounter when using the Scala language, libraries, and tools. It's ideal not only for experienced Scala developers, but also for programmers learning to use this JVM language.

Author Alvin Alexander (creator of DevDaily.com) provides solutions based on his experience using Scala for highly scalable, component-based applications that support concurrency and distribution. Packed with real-world scenarios, this book provides recipes for:

  • Strings, numeric types, and control structures
  • Classes, methods, objects, traits, and packaging
  • Functional programming in a variety of situations
  • Collections covering Scala’s wealth of classes and methods
  • Concurrency, using the Akka Actors library
  • Using the Scala REPL and the Simple Build Tool (SBT)
  • Web services on both the client and server sides
  • Interacting with SQL and NoSQL databases
  • Best practices in Scala development

Table of Contents
Chapter 1. Strings
Chapter 2. Numbers
Chapter 3. Control Structures
Chapter 4. Classes and Properties
Chapter 5. Methods
Chapter 6. Objects
Chapter 7. Packaging and Imports
Chapter 8. Traits
Chapter 9. Functional Programming
Chapter 10. Collections
Chapter 11. List, Array, Map, Set (and More)
Chapter 12. Files and Processes
Chapter 13. Actors and Concurrency
Chapter 14. Command-Line Tasks
Chapter 15. Web Services
Chapter 16. Databases and Persistence
Chapter 17. Interacting with Java
Chapter 18. The Simple Build Tool (SBT)
Chapter 19. Types
Chapter 20. Idioms

Book Details

  • Paperback: 722 pages
  • Publisher: O’Reilly Media (August 2013)
  • Language: English
  • ISBN-10: 1449339611
  • ISBN-13: 978-1449339616
Note: There is a file embedded within this post, please visit this post to download the file.

Related Books

The post Scala Cookbook appeared first on Wow! eBook.

Java Web Services: Up and Running, 2nd Edition

Posted: 19 Sep 2013 05:21 AM PDT

Book Description

Learn how to develop REST-style and SOAP-based web services and clients with this quick and thorough introduction. This hands-on book delivers a clear, pragmatic approach to web services by providing an architectural overview, complete working code examples, and short yet precise instructions for compiling, deploying, and executing them. You'll learn how to write services from scratch and integrate existing services into your Java applications.

With greater emphasis on REST-style services, this second edition covers HttpServlet, Restlet, and JAX-RS APIs; jQuery clients against REST-style services; and JAX-WS for SOAP-based services. Code samples include an Apache Ant script that compiles, packages, and deploys web services.

  • Learn differences and similarities between REST-style and SOAP-based services
  • Program and deliver RESTful web services, using Java APIs and implementations
  • Explore RESTful web service clients written in Java, JavaScript, and Perl
  • Write SOAP-based web services with an emphasis on the application level
  • Examine the handler and transport levels in SOAP-based messaging
  • Learn wire-level security in HTTP(S), users/roles security, and WS-Security
  • Use a Java Application Server (JAS) as an alternative to a standalone web server

Table of Contents
Chapter 1. Web Services Quickstart
Chapter 2. RESTful Web Services: The Service Side
Chapter 3. RESTful Web Services: The Client Side
Chapter 4. SOAP-Based Web Services
Chapter 5. SOAP Handlers and Faults
Chapter 6. Web Services Security
Chapter 7. Web Services and Java Application Servers

Book Details

  • Paperback: 360 pages
  • Publisher: O’Reilly Media; 2nd Edition (August 2013)
  • Language: English
  • ISBN-10: 1449365116
  • ISBN-13: 978-1449365110
Note: There is a file embedded within this post, please visit this post to download the file.

Related Books

The post Java Web Services: Up and Running, 2nd Edition appeared first on Wow! eBook.

Effective Akka

Posted: 19 Sep 2013 05:18 AM PDT

Book Description

Avoid common mistakes when building distributed, asynchronous, high-performance software with the Akka toolkit and runtime. With this concise guide, author Jamie Allen provides a collection of best practices based on several years of using the actor model. The book also includes examples of actor application types and two primary patterns of actor usage, the Extra Pattern and Cameo Pattern.

Allen, the Director of Consulting for Typesafe—creator of Akka and the Scala programming language—examines actors with a banking-service use case throughout the book, using examples shown in Akka and Scala. If you have any experience with Akka, this guide is essential.

  • Delve into domain-driven and work-distribution actor applications
  • Understand why it's important to have actors do only one job
  • Avoid thread blocking by allowing logic to be delegated to a Future
  • Model interactions as simply as possible to avoid premature optimization
  • Create well-defined interactions, and know exactly what failures can occur
  • Learn why you should never treat actors as you would an ordinary class
  • Keep track of what goes on in production by monitoring everything
  • Tune Akka applications with the Typesafe Console

Table of Contents
Chapter 1. Actor Application Types
Chapter 2. Patterns of Actor Usage
Chapter 3. Best Practices

Book Details

  • Paperback: 74 pages
  • Publisher: O’Reilly Media (August 2013)
  • Language: English
  • ISBN-10: 1449360076
  • ISBN-13: 978-1449360078
Note: There is a file embedded within this post, please visit this post to download the file.

Related Books

The post Effective Akka appeared first on Wow! eBook.

Tidak ada komentar:

Posting Komentar