Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVA

get value from dynamic input android

int count = container.getChildCount(); 
for (int i = 0; i < count; i++) {
   final View row = container.getChildAt(i);
   TextView textOut = (TextView)row.findViewById(R.id.textout);
   String data = textOut.getText().toString();
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #dynamic #input #android
ADD COMMENT
Topic
Name
7+1 =