我想比較單個文本的文本前後變化 例如。如果在該TextView中再次顯示9的值(正在接收來自JSON的數據),那麼textview是9,我想要提示說與先前的textview值相等。比較一個textview前後
我有這樣的代碼(注意,我知道這是錯的只是上下文的目的):
if(brandnumber.getText.toString.equals(brandnumber.getText.toString){
//Alert saying its the same value after and before
}
您可能需要打開更多的上下文。 –