Homan X Huang

Results 3 issues of Homan X Huang

``` cropImageView.crop(sourceUri).execute(new CropCallback() { @Override public void onSuccess(Bitmap cropped) { cropImageView.save(cropped) .execute(saveUri, mSaveCallback); } @Override public void onError(Throwable e) { } }); ``` I cannot use this function because where...

try { gifEarth = new GifDrawable( getResources(), R.drawable.earth3 ); } catch (IOException e) { e.printStackTrace(); } //animate gif start gifEarth.reset(); gifEarth.setSpeed(0.1f); gifEarth.start();

The sound is glitching when I am using Youtube. ``` -device ich9-intel-hda -device hda-output,audiodev=hda \ -audiodev pa,id=hda,server=`cat /etc/resolv.conf | grep nameserver | awk '{print $2}'` \ ``` The server is...