Android tabs and fragments

We've looked at quite a bit, but there is still a fair bit we haven't seen, such as the implementation for TwitterClient, as well as any details on the integration of networks, such as Instagram, which we saw in the last chapter. For the most part, TwitterClient is identical to what we saw in Chapter 21, Sunago - A Social Media Aggregator. The only major difference is in the use of the stream APIs. Some APIs are only available in certain Android versions, specifically, version 24, also known as Nougat. Since we're targeting Lollipop (SDK version 21), we are unable to use them. That aside, the internal logic and API usage are identical. You can see the details in the source repository. Before we finish, though, we ...

Get Java 9: Building Robust Modular Applications now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.