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

c# - SharpSsh Command Execution -

python - Specify path of savefig with pylab or matplotlib -

How to run C# code using mono without Xamarin in Android? -