I\'m getting error with this code. Why huhu 123123123
Thread timer = new Thread() { public void run() { try { sleep(1500)
Perhaps consider using
AsyncTask.execute(new Runnable { public void run() { splash.setImageResource(R.drawable.square); } });