Xamarin.Forms 1.2.3.6256-pre4
Build native UIs for iOS, Android, and Windows Phone from a single, shared C# codebase
Showing the top 20 packages that depend on Xamarin.Forms.
Packages | Downloads |
---|---|
Prism.Forms
Prism provides an implementation of a collection of design patterns that are helpful in writing well structured, maintainable, and testable XAML applications, including MVVM, dependency injection, commanding, event aggregation, and more. Prism's core functionality is a shared library targeting the .NET Framework and .NET. Features that need to be platform specific are implemented in the respective libraries for the target platform (WPF, Uno Platform, .NET MAUI and Xamarin Forms).
Prism for Xamarin.Forms helps you more easily design and build rich, flexible, and easy to maintain Xamarin.Forms applications. This library provides user interface composition as well as modularity support.
|
2 |
Prism.Unity
Use these extensions to build Prism applications based on Unity.
|
2 |
Prism.Forms
Prism provides an implementation of a collection of design patterns that are helpful in writing well structured and maintainable XAML applications, including MVVM, dependency injection, commanding, event aggregation, and more. Prism's core functionality is a shared code base in a Portable Class Library targeting these platforms; WPF, Windows 10 UWP, and Xamarin Forms. Features that need to be platform specific are implemented in the respective libraries for the target platform. Prism for Xamarin.Forms helps you more easily design and build rich, flexible, and easy to maintain Xamarin.Forms applications.
|
2 |
Prism.Forms
This is an early preview of Prism for Xamarin.Forms. Please let us know what you think. Your feedback will be greatly appreciated.
A walk through on how to get started with Prism for Xamarin.Forms: http://brianlagunas.com
Feel free to contribute to this project on GitHub.
|
2 |
Prism.Forms
Prism provides an implementation of a collection of design patterns that are helpful in writing well structured and maintainable XAML applications, including MVVM, dependency injection, commanding, event aggregation, and more. Prism's core functionality is a shared code base in a Portable Class Library targeting these platforms; WPF, Windows 10 UWP, and Xamarin Forms. Features that need to be platform specific are implemented in the respective libraries for the target platform. Prism for Xamarin.Forms helps you more easily design and build rich, flexible, and easy to maintain Xamarin.Forms applications.
|
1 |
Prism.Unity
Use these extensions to build Prism applications based on Unity.
|
1 |
Prism.Forms
This is an early preview of Prism for Xamarin.Forms. Please let us know what you think. Your feedback will be greatly appreciated.
A walk through on how to get started with Prism for Xamarin.Forms: http://brianlagunas.com
Feel free to contribute to this project on GitHub.
|
1 |
Prism.Forms
Prism provides an implementation of a collection of design patterns that are helpful in writing well structured, maintainable, and testable XAML applications, including MVVM, dependency injection, commanding, event aggregation, and more. Prism's core functionality is a shared library targeting the .NET Framework and .NET. Features that need to be platform specific are implemented in the respective libraries for the target platform (WPF, Uno Platform, .NET MAUI and Xamarin Forms).
Prism for Xamarin.Forms helps you more easily design and build rich, flexible, and easy to maintain Xamarin.Forms applications. This library provides user interface composition as well as modularity support.
|
1 |
## Enhancements:
### Android
- Image/ImageCell will no longer reload images when the ImageSource instance is the same for a reused element.
- Minor memory improvements when reusing elements (ListView).
## Bug fixes:
- Fixed an NullReferenceException creating a ResourceDictionary.
- Fixed layout issues in Grid with ColSpan/RowSpan ([Bugzilla 23152](https://bugzilla.xamarin.com/show_bug.cgi?id=23152)).
### iOS
- ImageCells no longer occasionally get reused for TextCells.
- Fixed an NullReferenceException for Editor.
- Fixed calling PopToRootAsync throwing NullReferenceException ([Bugzilla 23234](https://bugzilla.xamarin.com/show_bug.cgi?id=23234)).
- Fixed SearchButtonPressed firing for Cancel ([Bugzilla 23235](https://bugzilla.xamarin.com/show_bug.cgi?id=23235)).
- Fixed ListView not respecting BackgroundColor ([Bugzilla 23056](https://bugzilla.xamarin.com/show_bug.cgi?id=23056)).
- Fixed a crash with DisplayActionSheet on iOS 8 ([Bugzilla 23358](https://bugzilla.xamarin.com/show_bug.cgi?id=23358)).
- Fixed ScrollView measurement.
- Fixed intermittent rotation layout issues with MasterDetailPage ([Bugzilla 21950](https://bugzilla.xamarin.com/show_bug.cgi?id=21950)).
### Android
- Fixed Focused/Unfocused events for SearchBar ([Bugzilla 23296](https://bugzilla.xamarin.com/show_bug.cgi?id=23296)).
- Fixed issue with label truncation.
- Fixed a crash with ScrollViews instances being reused.
- Fixed software keyboard not responding to Focus ([Bugzilla 21862](https://bugzilla.xamarin.com/show_bug.cgi?id=21862)).
### Windows Phone
- Fixed RotationX/Y to match Android/iOS.
- Fixed MapType ([Bugzilla 22737](https://bugzilla.xamarin.com/show_bug.cgi?id=22737)).
- Fixed too many toolbars crash.