Skip to content

FeedLoader repository to showcase how to write code to fetch data from multiple sources. This repository contains how to decouple code stage by stage

Notifications You must be signed in to change notification settings

amritnew/FeedLoader

Repository files navigation

FeedLoader

FeedLoader repository to showcase how to write code to fetch data from multiple sources.

  • FeedViewController: View controller for showing feeds
  • RemoteFeedLoader: Fetch feeds fropm remote server
  • LocalFeedLoader: Fetch feeds from local storage/ cache etc to support offline mode.
  • RemoteWithLocalFallbackFeedLoader: Feedloader manager decide source for fetching feeds.

This repository contains how to decouple code stage by stage

UML daigrams

Stage1:

Untitled drawio

Go to Commit

About

FeedLoader repository to showcase how to write code to fetch data from multiple sources. This repository contains how to decouple code stage by stage

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published