I've created an android application with dynamic fields like edittext, 
spinner, radio group. Now the problem is,all fields are dynamically created 
based on JSON webservice response. I'm struggling with validating and 
getting data's of dynamically created fields. Is there any third party 
library available to validate dynamically created fields or else is there 
any other way to validate and getting data?

sample JSON:

[{
        "type": "text",
        "subtype": "password",
        "label": "Password",
        "className": "form-control",
        "name": "text-1477032381375",
        "maxlength": "20"
    },
    {
        "type": "text",
        "subtype": "password",
        "label": "Confirm Password",
        "className": "form-control",
        "name": "text-1477032409987",
        "maxlength": "20"
    }]


-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/071bebe4-bf7a-4b43-a436-6c01cefcd59b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to