Skip to content

A iOS and Android app that demonstrates how to download an image from a url and save it to a SQLite database

License

Notifications You must be signed in to change notification settings

jpd21122012/SaveImageToDatabaseSampleApp

 
 

Repository files navigation

SaveImageToDatabaseSampleApp

CI Tool Build Status
App Center, iOS Build status
App Center, Android Build status

This sample app demonstrates how to download an image from a url and save it to a local SQLite database.

DownloadImageAsync() shows how to download the image as a byte[] from a URL using HttpClient.

The database model stores the image as a byte[]. When the image is retrieved from the database, it is converted from a byte[] to a Xamarin.Forms.ImageSource.

UI Demo

About

A iOS and Android app that demonstrates how to download an image from a url and save it to a SQLite database

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%