How to get data from dynamically created EditText views and insert it into an array?
- by Snwspeckle
So basically what I need my program to do at this point is that when I click the submit button, I need to loop through each dynamic row of the ListView and grab the value in the EditText view and then insert that into an array which I will do further calculations after. Here is my code right now.
package com.hello_world;
import…