Skip to content

Instantly share code, notes, and snippets.

@juucustodio
Created August 15, 2018 14:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save juucustodio/110542f3faee12c539ab08e8ac64105a to your computer and use it in GitHub Desktop.
Save juucustodio/110542f3faee12c539ab08e8ac64105a to your computer and use it in GitHub Desktop.
Example of how to implement local database in your Xamarin.Forms applications - http://julianocustodio.com/litedb
namespace DemoLiteDB
{
public interface IHelper
{
string GetFilePath(string file);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment