python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How to update label in Xamarin Forms
Beginner here.
I'm trying to get the exact time, when this operation was executed successfully and print it on label. The problem is that when I click the button, the label doesn't update the text.
na...
Saraphin34
Votes: 0
Answers: 1
How can display Picker item of firebase realtime using xamarain forms and add to firebase when select item
I want to display a picker items from firebase how can do this ?
<Picker x:Name="AppointmentPatientName" Title="Patient Name" >
<Picker.Items>
...
Ahed Hamad
Votes: 0
Answers: 2
Xamarin Android DatePicker visual bug on Min-Max Date
On Xamarin Android I have a DatePicker which is on spinner mode.I want to set min-max date for this DatePicker. I succeeded with this part. The problem is when we use month spinner to go to min-max da...
fatihbks
Votes: 0
Answers: 0
UIAlert disappears when the page is change
I have to show an UI alert dialog in the Appdelegate and MainAcvitivy in Xamarin.Forms. For android, there is no problem but for ios it does not work properly.
First of all, if I use UIAlertView, it ...
ertan2002
Votes: 0
Answers: 1