I have an images in asset folder , I want to share that images into another user like email , whats app etc .., Before that I want to draw some text on my share image form asset folder , and I want to overwrite into same asset folder then I want to share to the user.
Asked
Active
Viewed 447 times
-2
-
You **can't** modify the `assets` folder contents. – Phantômaxx Aug 12 '15 at 15:00
2 Answers
2
You cannot modify assets at runtime. You are welcome to copy data out of assets into the local filesystem, the modify your copy in the local filesystem.

CommonsWare
- 986,068
- 189
- 2,389
- 2,491
-
Thanks for Your Quick Answer, Is possible to write text while share the images – parthi Aug 12 '15 at 14:37
-
@parthi: There is nothing really built into Android for applying text to images, except when showing them to the user in the UI. However, you may be able to find some third-party libraries that offer this feature. – CommonsWare Aug 12 '15 at 14:38
-
-
0
-
1While links are useful additions to an answer, a Stack Overflow answer needs to be useful without them, in case those links stop working. – CommonsWare Aug 12 '15 at 14:49