开发者

Android EditText values

开发者 https://www.devze.com 2023-03-14 07:19 出处:网络
I am dynamically generating EditTextbox according to the user in开发者_JAVA百科put. How can I store all the values in array list. Can anyone help me to solve this problem?ArrayList<String> arryL

I am dynamically generating EditText box according to the user in开发者_JAVA百科put. How can I store all the values in array list. Can anyone help me to solve this problem?


ArrayList<String> arryList = new ArrayList<String>();  
arryList.add(editText.getText().toString); 

this should help..

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号