Skip to main content

Questions tagged [gallery]

Gallery is a collection of photos in a software system

gallery
1,512 questions with no upvoted or accepted answers
11 votes
2 answers
5k views

How to open an album in Gallery app using an intent

Assuming I know that the Gallery has an album with a certain name X, what intent or broadcast can I make to open Album X with the Gallery app? There are plenty of examples showing how to select a ...
amit's user avatar
  • 1,403
9 votes
1 answer
871 views

set an image from gallery for background of desktop phone (android-java)

I have one app that like a Slide show or gallery but i want when anybody use this app be able to set the image to background on android phone the app can show image i just want to able set image to ...
Criss's user avatar
  • 785
6 votes
1 answer
762 views

Can my app integrate with the default android Gallery - Like Picasa?

I'm writing an app that involves some media syncing. I really love the way Picasa integrates into the default gallery - mainly the Picasa icon on the folder and the thumbnail mechanism (i.e. it loads ...
nitzanj's user avatar
  • 1,699
6 votes
1 answer
3k views

Alternatives to android.widget.Gallery (not the Gallery app)

Apology if this has been asked before, but I've tried googling the topic without any good result. Basically I'm trying to find a replacement for Gallery widget which Google has decided to deprecate. ...
caffeine_inquisitor's user avatar
5 votes
5 answers
1k views

Create a folder like WhatsApp Images, WhatsApp Videos in Albums or Gallery

My requirement is to show directory under Gallery/ Albums, creating a directory in the following way does not full fill my requirement... File rootPath = new File(Environment....
Mobiram's user avatar
  • 71
5 votes
0 answers
706 views

Xamarin unique file path to media gallery Item

I'm using Xamarin with Visual Studio + the Media Plugin by Media Plugin by James Montemagno. I'm using it to access the native device gallery, using PickVideoAsync() to choose/pick a video. var file = ...
Csharpest's user avatar
  • 1,268
5 votes
0 answers
704 views

Get image rotation using filedescriptor and parcelfiledescriptor in android from gallery

I want to get an image with a device higher then android kitkat. Currently I use the filedescriptor and parcelfiledescriptor to get the image. I get the image succesfully, but rotated. As the image is ...
jobbert's user avatar
  • 3,467
5 votes
0 answers
467 views

Create a new album in the gallery and save images to it

I have been looking everywhere but cannot figure out how to create an album in the gallery and save images to it. Can someone please help me? The only thing i have managed to do is this code that ...
user3265447's user avatar
5 votes
0 answers
8k views

Insert video to android gallary

i need to Know how to insert video to android gallery or make my own folder in gallery to shows my app photos and videos for example if i have my photo pathe like this File file = new File(...
Fawaz's user avatar
  • 604
5 votes
0 answers
1k views

How to delete a thumbnail programmatically from galley after deleting an image?

I am developing an app which hides images. I am able to delete images but gallery won't refresh itself & displays the thumbnail of an image which is hidden by my app. I am using sendBroadcast(...
user1698038's user avatar
5 votes
0 answers
1k views

Capture or take a photo and putting it in a GridView or in a gallery

I have already written the code to open the Android camera, take a picture and save it to the phone gallery. I want to add each picture I take to a GridView of photos, or to a gallery that I want to ...
Marc's user avatar
  • 49
5 votes
1 answer
5k views

How to get Galley Thumbnail for particular image folder in android?

I have some saved images at Pictures folder in SD Card. I want to access those images of my folder directly. I have used the below code to pick Gallery images directly. Intent intent = new Intent(...
mareeswaran's user avatar
4 votes
0 answers
305 views

Powershell Publish-Module to Powershell Gallery fails after creating Nuget Package

I am trying to publish a new version of a Powershell module to the Powershell Gallery by using Publish-Module -Name "Nuttercode-PRTG" -NuGetApiKey $apiKey -Verbose -RequiredVersion 1.4 The ...
Johannes B. Latzel's user avatar
4 votes
0 answers
379 views

React native mediaStore public photos

I have an app which allows you to store photos and videos like a diary. These are stored in public directories so that other apps can access and view these such as the standard photos app. Also so ...
BeginnerDBADan's user avatar
4 votes
0 answers
722 views

Is there a way to access phone gallery in reactjs application?

Hi I am developing a ReactJS application which eventually I will have to convert into PWA application. My confusion is whether we have any reactJS plugins which can help me solve this problem. For the ...
Anupam Hore's user avatar

15 30 50 per page
1
2 3 4 5
101