I used Android.Provider.MediaStore.Images.Media.InsertImage(this.ContentResolver, bitmap, "MyTitleImage.png", null);
but the name of my bitmap is not MyTitleImage.png
in gallery, it is a number (1598086787328.jpg
).
Asked
Active
Viewed 59 times
0

user2111639
- 287
- 2
- 5
- 15
-
I saw this link and my problem was solved. https://stackoverflow.com/questions/25976002/saving-bitmap-to-file-xamarin-monodroid – user2111639 Aug 22 '20 at 16:34
-
Hi, if problem has been solved , remember to update solution in answer when you have time. It will be helpful for others who meet the same issue later. :-) – Junior Jiang Aug 24 '20 at 06:10
-
Hello. It has not solved my problem with InsertImage, but I solved my problem with an alternative solution. What should I do now? Use that link at the end of my question? – user2111639 Aug 24 '20 at 12:33
-
Hi, if you think they are helpful to others, both can be updated in answer. It depends on you. :-) – Junior Jiang Aug 25 '20 at 01:30