adhishlal / FirebaseStorageExample

This is a sample project to demonstrate Firebase Storage for an image. By default Firebase does not support caching feature as it can hold other file types than just images. So, we need to take help of other class/library to get the caching done. So, here is an example to demonstarte that image caching with Firebase Storage. Picasso is used for caching the images. We can also follow traditional methods to cache the image.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository is not active

About

This is a sample project to demonstrate Firebase Storage for an image. By default Firebase does not support caching feature as it can hold other file types than just images. So, we need to take help of other class/library to get the caching done. So, here is an example to demonstarte that image caching with Firebase Storage. Picasso is used for caching the images. We can also follow traditional methods to cache the image.


Languages

Language:Java 100.0%