H hfdjw Newbie Feb 11, 2013 #1 How I can change TextView periodically?I want to check a web page for a change.
C cryofy Newbie Feb 11, 2013 #2 You could use: - a AsyncTask - a Service - the ScheduledExecutorService - your own implementation of a Thread - etc... You need to identify your needs and choose the method to periodically update your textview accordingly...
You could use: - a AsyncTask - a Service - the ScheduledExecutorService - your own implementation of a Thread - etc... You need to identify your needs and choose the method to periodically update your textview accordingly...