I have an android app Amazicons in android market. The problem is that it is an emoticon sharing app and i want that when the images from the app are shared on the whatsapp, they look like emoticons meaning the size should be small. Currently if i share an image from the app, the size is very big and does not seem like an emoticon.
If i try to scale the image down while sharing, using createScaledBitmap method, the image breaks really badly. Whatapp scales up the image again when it sends it so it breaks as i scaled it down earlier. Can someone help?