I have used the standard picker which comes up with a box on the screen and allows me to select from a list.
But is there a native Xamarin picker that can be used just to pick numbers and populate a binder number? Something like I see on applications where a telephone keypad type thing displays with the numbers 1,2,3,4,5,6,7,8,9,0 and a backspace. This seems like a common kind of control for when a user wants to enter a number or dollar amount.
I look in the sample apps but could not find any example of this. If there is not one then is the only way to implement a series of numbers in a list ?
Generally, the main distinction between the two platforms is that Xamarin. Forms allows reusing the same UI code for multiple OS, whereas Xamarin Native is adapted to APIs, specific to a specific platform – Windows, iOS, Android.
Xamarin support will end on May 1, 2024 for all Xamarin SDKs. Android 13 and Xcode 14 SDKs (iOS and iPadOS 16, macOS 13) will be the final versions Xamarin will target.
In May 2020, Microsoft announced that Xamarin. Forms, a major component of its mobile app development framework, would be deprecated in November 2021 in favour of a new . Net based product called MAUI - Multiform App User Interface.
The kind of control I am interested in is one that when I click on an input field it opens up a box on the bottom of the screen with a number pad
Use an Entry with the Keyboard property set to Numeric
<Entry Keyboard="Numeric" />
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With