verinder84

Results 1 comments of verinder84

call like this or wait to start app new Handler().postDelayed(new Runnable() { @Override public void run() { Bitmap icon = BitmapFactory.decodeResource(getResources(),R.drawable.mypic); mDrawView.setBackgroundImage(icon, BackgroundType.BITMAP, BackgroundScale.CENTER_INSIDE); } }, 1000);