UniversalAppBase 1.0.0
dotnet add package UniversalAppBase --version 1.0.0
NuGet\Install-Package UniversalAppBase -Version 1.0.0
<PackageReference Include="UniversalAppBase" Version="1.0.0" />
paket add UniversalAppBase --version 1.0.0
#r "nuget: UniversalAppBase, 1.0.0"
// Install UniversalAppBase as a Cake Addin #addin nuget:?package=UniversalAppBase&version=1.0.0 // Install UniversalAppBase as a Cake Tool #tool nuget:?package=UniversalAppBase&version=1.0.0
A collaborative universal Windows application base for creating an MVVM friendly application across both Windows and Windows Phone. Feel free to fork and contribute towards this project on GitHub.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
Universal Windows Platform | uap was computed. uap10.0 was computed. |
Windows Phone | wpa81 is compatible. |
Windows Store | netcore451 is compatible. |
-
Portable Class Library (.NETFramework 4.0, Silverlight 5.0, Windows 8.0, WindowsPhone 8.0, WindowsPhoneApp 8.1)
- CommonServiceLocator (>= 1.3.0)
- MvvmLightLibs (>= 5.1.1)
-
Unsupported 0.0
- CommonServiceLocator (>= 1.3.0)
- MvvmLightLibs (>= 5.1.1)
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.0.0 | 128 | 4/16/2015 |
Current features
•Base page
•Base view model with navigation handling
•Hardware button enabled base view model (for Windows Phone)
•View Model Extensions
•IFileOpener, allows user to handle returning to the application when a file has been picked from a Phone app
•XAML Converters
•Boolean to Visibility
•Inverse Boolean to Visibility
•Inverse Boolean
•Resources, ease of access to resource strings in code
•StorageProvider, eases the implementation of saving and loading files from local storage
•ToastService, provides an easy way to create toast notifications on the client
•DialogService, provides an easy way to create message dialogs
•MediaProvider, eases the implementation for capturing photos, video and files.