Xamarin.Forms 1.3.5.6335
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 |
## Important Notes ##
Device.StartTimer callbacks should now return on the main thread for iOS. If you still have issues please let us know :)
Entry/Editor/SearchBar's inside a ViewCell now set the input mode to AdjustPan rather than AdjustResize when focused. This allows them to correctly focus.
## Bug Fixes ##
- [Bug 20786](https://bugzilla.xamarin.com/show_bug.cgi?id=20786) - Android - ViewCell - Entry and non default Keyboard type
- [Bug 21373](https://bugzilla.xamarin.com/show_bug.cgi?id=21373) - [Android only] An Entry in a ViewCell loses focus immediately
- [Bug 22706](https://bugzilla.xamarin.com/show_bug.cgi?id=22706) - Device.StartTimer has inconsistent behavior across platforms
- [Bug 24179](https://bugzilla.xamarin.com/show_bug.cgi?id=24179) - ListView.ScrollTo does not work as expected on Windows Phone
- [Bug 25555](https://bugzilla.xamarin.com/show_bug.cgi?id=25555) - WP DisplayAlert behaves differently when using back button
- [Bug 26569](https://bugzilla.xamarin.com/show_bug.cgi?id=25659) - [Android] Unable to focus Entry inside ListView
- [Bug 25844](https://bugzilla.xamarin.com/show_bug.cgi?id=25844) - [iOS] Scroll Editor autoscrolls too far when keyboard appears in iPad iOS 7.1 landscape view
- [Bug 25948](https://bugzilla.xamarin.com/show_bug.cgi?id=25948) - [Android] ViewCell Entry fields in a ListView with StackLayout lose focus and do not bring up keyboard
- [Bug 26528](https://bugzilla.xamarin.com/show_bug.cgi?id=26528) - NullReferenceException in Android.PickerRender.UpdatePicker()
- [Bug 26566](https://bugzilla.xamarin.com/show_bug.cgi?id=26566) - Map with IsShowingUser set to true still polls for location after map is no longer displayed (Android)
- [Bug 26650](https://bugzilla.xamarin.com/show_bug.cgi?id=26650) - [Android] Out of Memory error when repeatedly moving back and forth between main page and grid of images in StackLayou
- [Bug 26667](https://bugzilla.xamarin.com/show_bug.cgi?id=26667) - [iOS] Keyboard causes view to scroll incorrectly
- [Bug 26767](https://bugzilla.xamarin.com/show_bug.cgi?id=26767) - [Xamarin.Forms] Xamarin.Forms.Init() must be called prior to using it
- [Bug 26776](https://bugzilla.xamarin.com/show_bug.cgi?id=26776) - [Xamarin.Forms] ListView TextCell.TextProperty only wraps on Android
- [Bug 26797](https://bugzilla.xamarin.com/show_bug.cgi?id=26797) - Custom renderers "cut off" by 44px when NavigationPage's NavigationBar is set to hidden
- [Bug 26814](https://bugzilla.xamarin.com/show_bug.cgi?id=26814) - Rotating an image in the delegate for MessagingCenter.Subscribe causes app to crash.
- [Bug 26817](https://bugzilla.xamarin.com/show_bug.cgi?id=26817) - Binding to label with stringFormat doesn't visualize the expected string
- [Bug 26868](https://bugzilla.xamarin.com/show_bug.cgi?id=26868) - GroupHeaders do not extend on Windows Phone
- [Bug 26889](https://bugzilla.xamarin.com/show_bug.cgi?id=26889) - Global, Implicit Styles Are Not Applied to Modal Pages
- [Bug 27027](https://bugzilla.xamarin.com/show_bug.cgi?id=27027) - SearchBar.SearchCommandParameter is not passed to the command
## Other Fixes ##
- Changing a DynamicResource triggers incorretly RemoveDynamicResource, when used with a binding
- Several additional cases of the infamous Android IntPtr.Zero crash.
- TextColor now resets to the proper value when a style is un-applied.
- Minor memory perf enhancement
- WP ListView group header cell now respects the height property correctly
- Resolve issue where GestureRecognizers inside of ListView would fire against the wrong View.