Skip to content

Instantly share code, notes, and snippets.

View ronnieotieno's full-sized avatar
🏗️
Working

Ronnie Otieno ronnieotieno

🏗️
Working
View GitHub Profile
public class BackgroundImageResize extends AsyncTask<Uri, Integer, byte[]> {
Bitmap mBitmap;
byte[] mUploadBytes;
Context context;
public interface OnDataSendToActivity {
public void sendData(byte[] bytes);