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

How can we post XML strings along with text strings in iOS -

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

c# - cefsharp app remember password option -