WPtoolkit 4.2013.8.16
Windows Phone toolkit provides a collection of controls, extension methods and page animations to help create beautiful and consistent Windows Phone user interfaces and make common progamming tasks easier. Documentation and source are on CodePlex at http://phone.codeplex.com.
Showing the top 20 packages that depend on WPtoolkit.
Packages | Downloads |
---|---|
Acr.UserDialogs
Allows for messagebox style dialogs to be called from your shared/PCL/MVVM code
- Action Sheet (multiple choice menu)
- Alert
- Confirm
- Date
- Loading
- Login
- Progress
- Prompt
- Toast
- Time
On android, be sure to call UserDialogs.Init() before using!
Supported Platforms
- Xamarin (iOS Unified/Android)
- Universal Windows Platform (Win10/UWP)
- Portable Class Libraries (Profile 259)
- WP8/81 is here but UNSUPPORTED!
|
35 |
Acr.UserDialogs
Allows for messagebox style dialogs to be called from your shared/PCL/MVVM code
- Action Sheet (multiple choice menu)
- Alert
- Confirm
- Loading
- Login
- Progress
- Prompt
- Toast
On android, be sure to call UserDialogs.Init() before using!
Supported Platforms
- Xamarin (iOS Unified/Android)
- Universal Windows Platform (Win10/UWP)
- Windows Phone 8 (Silverlight)
- Portable Class Libraries (Profile 259)
|
32 |
Acr.UserDialogs
Allows for messagebox style dialogs to be called from your shared/PCL/MVVM code
- Action Sheet (multiple choice menu)
- Alert
- Confirm
- Loading
- Login
- Progress
- Prompt
- Toast
To initialize:
iOS AppDelegate: UserDialogs.Init();
WinPhone8: MainPage or App, UserDialogs.Init();
Android Xamarin Forms: UserDialogs.Init(() => BarCodes.Init(() => (Activity)Forms.Context);
Android MvvmCross: UserDialogs.Init(() => BarCodes.Init(() => Mvx.Resolve<ITopActivity>.TopActivity;
Android Manually: UserDialogs.Init(Activity Factory Function);
|
35 |
Xamarin.Forms
Build native UIs for iOS, Android, and Windows Phone from a single, shared C# codebase
|
24 |
Xamarin.Forms
Build native UIs for iOS, Android, and Windows Phone from a single, shared C# codebase
|
25 |
Xamarin.Forms
Build native UIs for iOS, Android, and Windows Phone from a single, shared C# codebase
|
28 |
Xamarin.Forms
Build native UIs for iOS, Android, and Windows Phone from a single, shared C# codebase
|
31 |
Xamarin.Forms
Build native UIs for iOS, Android, and Windows Phone from a single, shared C# codebase
|
34 |
Xamarin.Forms
Build native UIs for iOS, Android, and Windows Phone from a single, shared C# codebase
|
35 |
Xamarin.Forms
Build native UIs for iOS, Android, and Windows Phone from a single, shared C# codebase
|
37 |
Xamarin.Forms
Build native UIs for iOS, Android, and Windows Phone from a single, shared C# codebase
|
38 |
Xamarin.Forms
Build native UIs for iOS, Android, and Windows Phone from a single, shared C# codebase
|
41 |
Release notes - https://phone.codeplex.com/releases/view/107923
What's NewAs part of the Windows Phone Toolkit - August 2013 update we added a TransferControl to the set of XAML controls. You can use this control to more easily create a UI that shows the progress of a background transfer – either an upload or a download. The control also gives the app user the option to cancel a background transfer while it is in progress. Feel free to go straight to the source code and sample in the WPToolkit, look for TransferControl sample on the main page at runtime.
This package has no dependencies.
Version | Downloads | Last updated |
---|---|---|
4.2013.8.16 | 22 | 02/06/2024 |
4.2013.6.11 | 19 | 02/06/2024 |
4.2012.10.30 | 19 | 02/06/2024 |