Questions tagged [saripaar]

Saripaar is a simple, yet powerful rule-based UI validation library for Android.

Saripaar is a simple, yet powerful rule-based UI validation library for Android featuring:

  • Declarative style validation powered by annotations
  • Extensible
  • Synchronous and asynchronous validations (without having to worry about threading)
  • Works with stock Android widgets - no custom view dependencies
  • Quick setup (JAR package)
  • Isolates validation logic using rules
  • Compatible with other annotation frameworks such as AndroidAnnotations, RoboGuice, etc.

https://github.com/ragunathjawahar/android-saripaar

31 questions
0
votes
2 answers

Android Saripaar issue with fragments (DialogFragment)

I have used Saripaar successfully within activities, but now, when I use it with DialogFragment, it always go to onSuccess even in wrong input as well. My Fragment is implementing ValidationListener and Validator is initialized in onCreate() of…
umair.ali
  • 2,714
  • 2
  • 20
  • 30
1 2
3