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

Popular posts from this blog

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -