Today we'll look at how to fetch multiple feeds for the Home, Trending, and Subscription sections of our app. We'll be doing this intelligently by subclassing our current FeedCell. Lastly, I'll show you many techniques to reduce the lines of code in your project. Doing so will help prevent bugs in the future. Enjoy.