Skip to content

An Android library for fetching data (Text and Images), and a sample app using it

Notifications You must be signed in to change notification settings

husaynhakeem/Fetch

Repository files navigation

Fetch

This project contains 2 modules:

  • The "Fetch" library
  • A sample application using the "Fetch" library

The sample application was developped using the MVP (Model View Presenter) pattern

Libraries used in this project

Fetch Library

Just as its name indicates, "Fetch" is a library that fetches for data over the network. The idea behind this library is to centralise loading different types of data (be it images, videos, files, text -Json, xml, etc-).

So far, the supported data types are images and text.

Fetch Sample Application

This is an sample application based on the Master/Detail navigation flow.

  • The master displays a list of images. The images and all their information are fetched using the "Fetch" library.
  • The detail view displays the details of a photo.

Demo

alt text alt text

About

An Android library for fetching data (Text and Images), and a sample app using it

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages