Validate User Input (email) in Xamarin Forms

Поділитися
Вставка
  • Опубліковано 20 гру 2024

КОМЕНТАРІ • 11

  • @chayanetorres6932
    @chayanetorres6932 4 роки тому +1

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

  • @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/

  • @АртёмЗолотаревский-э1ш

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

  • @jaimerojas6578
    @jaimerojas6578 7 років тому

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

  • @kristijanboskovic
    @kristijanboskovic 6 років тому +1

    Amazing tutorial, thank you!

  • @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!

  • @HawdeeTech
    @HawdeeTech 5 років тому

    nice video dude

  • @dcfmtraining207
    @dcfmtraining207 4 роки тому

    Many Thanks