In my project I want to download an image from a URL, and I want to share the image through Kik Messenger. The code for sharing the image in Kik Messenger is:
KikMessage message = new KikMessage("com.kik.myapp.id");
message.setImage(this, R.drawable.something);
So how can I store the image in the drawable folder?