End to End Android Development
$62.99
Bought separately
$49.99
Bundle Price

End to End Android Development

About the Bundle

We've all seen it. That amazing app that solved all your problems.. and turned your phone into a coffee warmer.

The developer had a great idea but is doing too much work on the device. It's downloading too much data, trying to process it locally, keeping connections open, and killing your battery cutting you off from everything and everyone.

The only solution is to move that work off the phone and back to the server via APIs. To do that well, your API has to be well planned, thoughtfully designed, and easy to use.

With this bundle, you'll be equipped to design and build API-driven Android apps from the frontend to the backend.

In A Practical Approach to API Design, we work to help you understand who will be using your API and why, what problems you need to prepare for, and how to solve many of those problems. Nouns, verbs, routing, and versioning are all discussed to make sure you build the right thing.

In Retrofit: Love Working with APIs on Android, we'll dig into what it takes to build Android clients that can handle the features and functionality that your application needs. We'll demonstrate how to authenticate via processes like OAuth 2.0, upload files properly, handle errors, and generally build and release an application you can be proud of.

The target audience for this bundle is developers who need to architect an application from front end to back end, already know the basics of Android, have experience with a backend programming language, and want to add Retrofit to their toolbox to use the great APIs they're designing.

  • Share this bundle
  • Categories

    • Software
    • Android
    • Networking
    • Programming Cookbooks
    • Agile
    • Startups
    • Project Management
    • Teamwork
    • Software Architecture

About the Books

Retrofit: Love Working with APIs on Android

Take delight in building API clients on Android.
  • 611

    Readers

  • 341

    Pages

  • 78,982

    Words

  • 100%

    Complete

  • PDF

  • EPUB

  • WEB

Painless Networking with Retrofit

The content of this book is completely updated to Retrofit 2.5!

Every modern Android app needs to connect to at least one private or public API. Interacting with services can be difficult due to the extreme variety of request and response formats. Depending on the API, you’ll need to change your request payloads, authentication, data formats, and much more.

Retrofit: a type-safe HTTP client for Android and Java

Retrofit handles all of the complicated and repetitive parts of network implementations for you. It hides the entire network layer, from creating a connection to processing the handling on a separate thread, from you. Retrofit even does the mapping of the requests and responses to Java objects for you (e.g., creating a JSON payload from your passed List<User>). You only need to describe what and how you want to send or receive it.

This awesomeness comes at a cost: an initial learning curve. Retrofit might look a little more complicated at the beginning, but pays off multiple times in the long run.

If you’re thinking about using Retrofit, or haven’t developed a deep knowledge of it yet, you’ll benefit from this book. We’ve created this book with the vision of being the ultimate guide to understanding Retrofit. After working through this book, you’ll be able to connect to new APIs and services within minutes.

You can find a Retrofit tutorial series on our website and our free video tutorial series on YouTube, where we describe some elements of Retrofit. The book extends and connects these tutorials into one common thread that guides you through all important aspects of Retrofit. The chapters are structured in a way that rewards a linear reading. Retrofit rookies can and should read it cover to cover. Experienced Retrofit developers can jump to specific sections for guides on how to solve their specific problem.

What Topics Are Covered in This Book?

The list below provides a comprehensive overview of covered topics in the book.

  • Introduction to Retrofit
  • Quick Start Guide to jump right into Retrofit
  • Creating a sustainable Android REST client
  • Extensive manipulation and customization of requests (e.g., query and path parameters, form-urlencoding, synchronous vs. asynchronous)
  • Cancel, analyze and re-use requests
  • Comprehensive overview of response converters and data mapping with plenty practical examples of applied (custom) converters
  • Implementing and handling authentication (basic, token, OAuth, hawk) in a smart way
  • File uploads, including multiple and dynamic amounts of files (optionally with progress updates)
  • File download (optionally with progress updates)
  • Detailed chapter on implementing pagination
  • Introduction and example of possible ways to deal with errors in a clean way
  • Debug requests and responses using three logging tools (OkHttp, Stetho, Android Studio Profiler)
  • Fundamentals for mocking server responses
  • Entire chapter on practical examples of custom converters dealing with specific scenarios
  • Detailed introduction to call adapters, including custom implementations
  • Extensive chapter on implementing response caching with Retrofit
  • Example for an offline mode based on cached server responses
  • A chapter with practical tips & tricks (including crawling websites with Retrofit)
  • App release preparation including ProGuard configuration

Additionally to the regular content we provide an appendix with three sections:

  • Upgrade guide from Retrofit 1.9 to 2.0
  • Java basics for Retrofit
  • Network basics for developers, who just started interacting with APIs

Who Is This Book For?

In short: this book is for you. We believe that every developer reading this book will take away new ideas on how to optimize their Android apps in the sense of interacting with APIs or web services using Retrofit. You’ll recognize goodies that are applicable for the projects you’re working on.

This book is for Android developers, who want to receive a substantial overview and reference book on Retrofit. You’ll benefit from clearly recognizable code examples related to your daily work with Retrofit.

Rookie

If you’re just starting out with Retrofit (or coming from another HTTP library like Android Asynchronous Http Client or Volley) this book will show you all important parts on how to create sustainable REST clients on Android. The provided code snippets let you jumpstart and create your first successful API client within minutes!

Expert

If you’ve already worked with Retrofit, you’ll profit from our extensive code snippets and apply the learnings to your existing code base. Additionally, the book illustrates various use cases for different functionalities and setups like authentication against different backends, request composition, file uploads and downloads, and much more!

One focus of this book is not only to implement the requirements, but also do so in a clean way. We’ve seen way to many complicated and messy usages of Retrofit. We focus on providing code samples which adhere to clean code standards. We avoid any unnecessary duplication at all costs. This has the side effect of some extra app performance gains by efficient Java object handling.

Source Code Samples

With the purchase of this book, you benefit from the sample project that awaits your download within the extras section on Leanpub. The sample project is an Android project based on gradle. You can directly touch and use classes that are only illustrated in excerpts within this book.

Check your Leanpub Library and select Retrofit: Love working with APIs on Android to download the sample code base.

Continuous Updates

We’ve published the first version of this Retrofit book in July 2015. Since this initial release we’ve extended and updated the book more than a dozen times. Once you buy the book, you get all future updates for free. Even if it’s a huge Retrofit update, for example from version 1.9 to 2.0. With every new release of Retrofit we’ll evaluate the entire book content and update it accordingly.

Of course, we’re listening to your feedback and add new sections and even chapters, if it can be useful to all readers. If you still have a question after reading this book, let us know and we might be able to help!

Still Unsure?

If you’re still on the fence if this book helps you, checkout the sample or, even better, use Leanpub’s (and our) happiness guarantee. Try this book out and if you don’t think this book provides enough value, you can refund your money within 45 days with no questions asked. You don’t have any risk in testing this book, which saves you hours of headaches and makes your Android app code so much cleaner.

Final Note: Retrofit Book for Version 1.9

The current version of this book is fully focused on Retrofit 2.x, no hint or code snippet that points to Retrofit 1. If you’re interested in the first version of the book that based on Retrofit 1, please visit this book’s extras page on Leanpub. As a reader of this book, the first version is also available for you!

A Practical Approach to API Design

From Principles to Practice
  • 2,260

    Readers

  • 99

    Pages

  • 36,278

    Words

  • 100%

    Complete

  • PDF

  • EPUB

  • WEB

If you read the tech press, everyone knows they need an API but most aren't really sure what it is. They treat it as another checkbox like "Web 2.0" was a few years ago or a mobile app was most recently. In fact, there's an entire "API-first" movement in development circles that most people don't understand or even realize why. In this book, we'll start by discussing the what an API is, why you might need one, and follow up with the how to build one.

With addition of our Appendix on API Design Patterns and numerous other design tips, this book is complete. Regardless, we're always open to additional sections, concepts, and questions so don't hesitate to drop us a note. Further, when you find something interesting, let us know. If you think we’re wrong, say so. If you think we’re right, tell your friends. If you want us to teach your team more and deeper concepts, please let us know.

The Leanpub 60 Day 100% Happiness Guarantee

Within 60 days of purchase you can get a 100% refund on any Leanpub purchase, in two clicks.

Now, this is technically risky for us, since you'll have the book or course files either way. But we're so confident in our products and services, and in our authors and readers, that we're happy to offer a full money back guarantee for everything we sell.

You can only find out how good something is by trying it, and because of our 100% money back guarantee there's literally no risk to do so!

So, there's no reason not to click the Add to Cart button, is there?

See full terms...

80% Royalties. Earn $16 on a $20 book.

We pay 80% royalties. That's not a typo: you earn $16 on a $20 sale. If we sell 5000 non-refunded copies of your book or course for $20, you'll earn $80,000.

(Yes, some authors have already earned much more than that on Leanpub.)

In fact, authors have earnedover $13 millionwriting, publishing and selling on Leanpub.

Learn more about writing on Leanpub

Free Updates. DRM Free.

If you buy a Leanpub book, you get free updates for as long as the author updates the book! Many authors use Leanpub to publish their books in-progress, while they are writing them. All readers get free updates, regardless of when they bought the book or how much they paid (including free).

Most Leanpub books are available in PDF (for computers) and EPUB (for phones, tablets and Kindle). The formats that a book includes are shown at the top right corner of this page.

Finally, Leanpub books don't have any DRM copy-protection nonsense, so you can easily read them on any supported device.

Learn more about Leanpub's ebook formats and where to read them

Write and Publish on Leanpub

You can use Leanpub to easily write, publish and sell in-progress and completed ebooks and online courses!

Leanpub is a powerful platform for serious authors, combining a simple, elegant writing and publishing workflow with a store focused on selling in-progress ebooks.

Leanpub is a magical typewriter for authors: just write in plain text, and to publish your ebook, just click a button. (Or, if you are producing your ebook your own way, you can even upload your own PDF and/or EPUB files and then publish with one click!) It really is that easy.

Learn more about writing on Leanpub