added disclaimer

This commit is contained in:
Tommy Parnell
2014-02-23 13:07:52 -05:00
parent 408ba491bc
commit ef600720b2

View File

@@ -3,6 +3,13 @@ Xamarin Shared Preference Abstraction
Abstraction around shared settings in Android Xamarin Abstraction around shared settings in Android Xamarin
## Disclamer:
This will only save primitives ie. strings, ints, etc.
if you wish to save complex objects, you should look at doing some sqlite.
## How to use: ## How to use:
New up a settingskey class New up a settingskey class