Skip to content

andrius-k/AkavacheExplorer.Xamarin

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

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