How to loop or execute a function every 5 seconds on Android
问题 How can I loop that time() function on the onCreate every 5 seconds.. help me I'm a newbie in Android =) ... I want to execute time() function in onCreate every 5 seconds. public void onCreate(Bundle savedInstanceState) { time(); //<-- How can i execute this every 5 seconds. } private void time() { new Handler().postDelayed(new Runnable() { @Override public void run() { int success; gps = new GPSTracker(AdminMenu.this); if(gps.canGetLocation()){ tmplat=latitude; tmplong=longitude; // new