I am sending an image over the network via wifi or the mobile network to be stored in a server and retrieved again. I\'ve done that but due to the size of images taken by th
The BitMap http://developer.android.com/reference/android/graphics/Bitmap.html class have a compress method.
But you might need to scale the image createScaledBitmap, also available in the same class.