An open API service indexing awesome lists of open source software.

https://github.com/chsword/xamarinandroid.onlineupdate

Xamarin Android Online Update Utils
https://github.com/chsword/xamarinandroid.onlineupdate

Last synced: about 2 months ago
JSON representation

Xamarin Android Online Update Utils

Awesome Lists containing this project

README

          

# XamarinAndroid.OnlineUpdate
Xamarin Android Online Update Utils

[![install from nuget](http://img.shields.io/nuget/v/Chsword.Excel2Object.svg?style=flat-square)](https://www.nuget.org/packages/Chsword.XamarinAndroid.OnlineUpdate)
[![downloads](http://img.shields.io/nuget/dt/Chsword.XamarinAndroid.OnlineUpdate.svg?style=flat-square)](https://www.nuget.org/packages/Chsword.XamarinAndroid.OnlineUpdate)
[![release](https://img.shields.io/github/release/chsword/XamarinAndroid.OnlineUpdate.svg?style=flat-square)](https://github.com/chsword/XamarinAndroid.OnlineUpdate/releases)

# Demo
``` csharp
Chsword.XamarinAndroid.OnlineUpdate.UpdateConfig.AlertFunc = Utils.Alert;
Chsword.XamarinAndroid.OnlineUpdate.UpdateUtils.Update(activity, updateInfo);
```

# Install Nuget
``` powershell
Install-Package Chsword.XamarinAndroid.OnlineUpdate
```