Android check if string changed over time -
so, question simple. have program check every minute if specific string has changed. hoping textwatcher work on strings aswell unfortunately wasn't case. similar or better ways achieve this?
edit: string im talking broadcast receiver.
save last received string sharedpreferences see. compare each received string preference know if has changed. if has changed, save new string.
Comments
Post a Comment