Skip to content

Latest commit

 

History

History
45 lines (27 loc) · 1.38 KB

README.md

File metadata and controls

45 lines (27 loc) · 1.38 KB

WorkingwithImages

An application which retrieves the images from the server and stores them in a local database (image caching) and in a realtime database (Firebase).

Frameworks

Xamarin | Firebase | SQLite

Architecture

In this application, we have followed the MVVM Pattern.

Concepts

  • MVVM
  • Singleton
  • IoC Container
  • Online and Offline Database
  • FFImageLoading

References

Note

Replace your API keys for Pexel API (To retrieve the image) and for Firebase in the following file.

Screenshot

Online Images - Pexel API

Offline Images - SQLite

Firebase Images - Realtime Database (Firebase)