I am trying to combine two jpeg file in my application and make it one Jpeg file. By Googling i got many example. but all example works with the bitmap image so I'm helpless.
I am using one jpeg image that is captured by the camera and the Second one is available in my drawable dir. Any idea how to do this? If is it possible then please give me some code to implement it. Thanks.