سؤال

I have a bitmap object. I want to overwrite a .png image under drawable folder with the bitmap object content. I need a sample code to do this. Thanks in advance

هل كانت مفيدة؟

المحلول

You can't overwrite resources in your application.

You can instead write to the internal memory or the sdcard.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top