Skip to content

AkavacheExplorer.iOS and AkavacheExplorer.Android packages that allow to examine the contents Akavache cache.

License

Notifications You must be signed in to change notification settings

andrius-k/AkavacheExplorer.Xamarin

Repository files navigation

AkavacheExplorer.Xamarin

AkavacheExplorer.iOS and AkavacheExplorer.Android are packages that allow to examine the contents of your Xamarin app's Akavache cache. Explorer will not attempt to modify the content of the cache in any way.

You have to include the package in project targeting Xamarin.iOS or Xamarin.Android and simply present explorer's UIViewController/Activity whenever you want to examine the content of Akavache local store.

iOS Usage:

using AkavacheExplorer.iOS;
...
PresentViewController(Explorer.GetNavigationController(), true, null);

Android Usage:

using AkavacheExplorer.Droid;
...
StartActivity(typeof(ExplorerActivity));

Screenshots:

About

AkavacheExplorer.iOS and AkavacheExplorer.Android packages that allow to examine the contents Akavache cache.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages