Skip to main content

All Questions

Tagged with
1 vote
0 answers
109 views

Android - Saving images to gallery in loop Mixes up the order

I'm saving some images to gallery in a loop using the code below. However, the images do not keep their order when I view them in the Photos app. The order is all mixed up. I have added the meta data ...
AxeTB's user avatar
  • 21
0 votes
1 answer
739 views

There is a way in unity to take a photo from the device camera and store it in the app?

i used unity to create some easy games and i know a bit about coding but i can't figure out how to make this. i'm trying to create an app to sort thing in boxes, so i need the app to take a photo of ...
Edoardo Guttuso's user avatar
0 votes
1 answer
1k views

ComboBox inside Gallery

I'm using a gallery to display a list of names I've selected inside the gallery I've inserted a combobox with a bunch of work task codes, this is being saved into a local collection.Gallery with ...
away4mhome's user avatar
0 votes
0 answers
241 views

Android, pick element from gallery and copy locally

For my Android native application, I need to pick an image from the gallery and save it local app folder. I run the intent to open the image picker and select the image without any problem. After this ...
TheFedex87's user avatar
1 vote
3 answers
661 views

How can I save a picture on screen from a button in flutter app

I am new to Flutter. I want to save a picture displayed on the screen in the gallery by using an icon button. I just want when somebody clicks on the button picture is saved in the gallery. How I can ...
Usama's user avatar
  • 23
0 votes
0 answers
921 views

How can I create an album and save an image file to that album in Android Studio?

Dear users of stack overflow, I am a beginner in Android Studio and I am trying to create an app for taking a picture, cropping the picture, and saving the picture to a special folder created by the ...
Göktürk Cinel's user avatar
1 vote
0 answers
59 views

How can I save GifDrawable to gallery?

I have two questions. 1 - I tried to add a gif to the image using the GifDrawable library, but when I ran the code, only the gif appeared, the image was not show. private Drawable ShowGif() { ...
Atakan's user avatar
  • 11
0 votes
1 answer
672 views

Xamarin - download image to gallery

I've found this: How to download image and save it in local storage using Xamarin-Forms.? This partially adresses my problem except for two points: I'd need to download the image to the gallery, not ...
sharkyenergy's user avatar
  • 4,084
8 votes
6 answers
28k views

flutter how save a picture from camera to device?

I'm trying to save a picture from camera in a real device, but can't find a way. By now I get it saved in a File, but can't get it in the gallery.. My code at this moment is: File _imagenTemporal; ...
lorena's user avatar
  • 91
0 votes
1 answer
243 views

How to save a social media post as image programmatically to the gallery

I want to create a feature in my app that will allow the user to save a social media post to the gallery. the idea is when the user presses share on the post, my app will appear in the share dialog, ...
A. Vulpe's user avatar
-1 votes
2 answers
483 views

Capture then Save the Image to Gallery not working Sometimes

I have a method to start the camera and take a photo (working with API 24 and Higher) : public void invokeCamera() { // create the image Uri Uri pictureUri = FileProvider.getUriForFile(...
Loving Android's user avatar
0 votes
1 answer
2k views

Saving an UIImage when UIImagePNGRepresentation always returns nil

I want to save the model-output of my CoreML model to the gallery. It outputs an MLMultiArray, which is converted to a UIImage to display the result image on the device. Now i want to save that image ...
RockOdil's user avatar
-1 votes
1 answer
1k views

Save image and edit text into a gallery

i am trying to create an application which add text on a image like image editor and save it to the gallery. In this my image is coming from gallery or camera and text is added by user but problem is ...
hamza salam's user avatar
2 votes
2 answers
2k views

Download image, save to store, but image gallery cant see that image

I am making gallery app which downloads images from server and puts in app folder. But when i open this app (https://play.google.com/store/apps/details?id=com.sonyericsson.album), i cant see my ...
Marko Ljubisavljevic's user avatar
0 votes
2 answers
1k views

Save image in the gallery

I got a question how to save a bitmap from my App into the android gallery within a Button? I just want that my bitmap is placed in the gallery that the user can use it to set it as maybe his ...
Luca486's user avatar
  • 53

15 30 50 per page