leymannx
0
Q:

asynctask android alternative

new Thread(new Runnable() {
  @Override
  public void run() {
  	//Do stuff
  		runOnUiThread(new Runnable() {
  			@Override
  			public void run() {
  				//UI updates
  			}
  		});                
  	}
}).start();
1

New to Communities?

Join the community