Validate User Input (email) in Xamarin Forms

แชร์
ฝัง
  • เผยแพร่เมื่อ 9 ม.ค. 2025

ความคิดเห็น • 11

  • @chayanetorres6932
    @chayanetorres6932 4 ปีที่แล้ว +1

    Thank you so much, these tutorials help me a LOT! Keep up the good work!

  • @АртёмЗолотаревский-э1ш
    @АртёмЗолотаревский-э1ш 7 ปีที่แล้ว

    Спасибо Вам большое! Вы очень хорошо всё объясняете.

  • @jaimerojas6578
    @jaimerojas6578 7 ปีที่แล้ว

    Great!, it was really helpful!, thanks a lot Mr.Dellai!

  • @kristijanboskovic
    @kristijanboskovic 6 ปีที่แล้ว +1

    Amazing tutorial, thank you!

  • @tajayeb
    @tajayeb 7 ปีที่แล้ว +2

    What's the link for that blog post?

    • @HoussemDellai
      @HoussemDellai  7 ปีที่แล้ว

      blogs.msdn.microsoft.com/premier_developer/2017/04/03/validate-input-in-xamarin-forms-using-inotifydataerrorinfo-custom-behaviors-effects-and-prism/

  • @HawdeeTech
    @HawdeeTech 5 ปีที่แล้ว

    nice video dude

  • @jramirezdev
    @jramirezdev 6 ปีที่แล้ว +4

    Basically what you're doing is changing the background color based on a rule, there is nothing really preventing the user of submitting the form if the data is invalid

    • @Raul9402
      @Raul9402 5 ปีที่แล้ว +4

      Dude, inside that if condition, you add your code.
      if (Regex.IsMatch())
      { do your code}
      else
      { do something else }

  • @akotchayebatcho1285
    @akotchayebatcho1285 2 ปีที่แล้ว

    thank you!

  • @dcfmtraining207
    @dcfmtraining207 4 ปีที่แล้ว

    Many Thanks