I am developing an android app which would use Facebook API to post picture on to the profile. One problem is that I don't know how to generate image dynamically using some image (from the phone) and text (generated automatically) and combine both to form one dynamic image.
Is there any package I can use or is there any way to do it java?