[問題] 動態新增的EditText

作者: shengcheng (shengmoney)   2015-12-16 23:06:58
用動態新增EditText後,
當EditText內容值改變後,
取得所有的EditText的值
請問要如何抓出動態產生元件的值呢
作者: cha122977 (CHA)   2015-12-17 03:43:00
editText.getText()
作者: shengcheng (shengmoney)   2015-12-17 12:22:00
請問一下如果是多個EditText,要怎麼知道哪些值有更改過,並且取得新的值
作者: hyouun (彩音)   2015-12-17 14:04:00
建議還是要把所有內容重新抓一次,不然無法確認他到底有沒有更改過,有可能他編輯完還是一樣的內容不然還是要一個一個去比對新舊內容
作者: cooper6334 (庫波)   2015-12-17 15:28:00
editText.addTextChangedListener
作者: cha122977 (CHA)   2015-12-18 01:08:00
推樓上
作者: shengcheng (shengmoney)   2015-12-20 15:48:00
感謝樓上,是不是無法同時監聽多個edittext,我用edittext.addTextChangeListener還是無法哪個edittext有改過
作者: cooper6334 (庫波)   2015-12-21 11:38:00
每個edittext都要設自己的listener

Links booklink

Contact Us: admin [ a t ] ucptt.com