Android - Want app to perform tasks every second
问题 I'm trying to get my countdown app to perform its function of updating my current time and date TextView and fire off its MyOnItemSelectedListener every second so that the app counts down dynamically instead of just when onCreate is initiated. If there is a more efficient method then rapidly firing off MyOnItemSelectedListener I would appreciate the criticism. public class TheCount extends Activity { TextView description=null; TextView dates=null; TextView times=null; TextView output=null;