Skip to main content

Questions tagged [gallery]

Gallery is a collection of photos in a software system

1,511 questions with no upvoted or accepted answers
3 votes
0 answers
517 views

Android Gallary

I am trying to implement a Image Gallery with zoom in and zoom out facilities on every images. for this i have extended ImageView and added zoom in zoom out mechanism with it, then in the Adapter ...
minhaz's user avatar
  • 4,233
3 votes
1 answer
921 views

Getting Images From Gallery - Not All "Exist"?

I am simply trying to get the path of an image that the user selects and then convert it into a bitmap. The problem is, only some of the images in the gallery work when selected (by "work" I mean they ...
Matt M's user avatar
  • 31
3 votes
1 answer
1k views

Android Gallery Widget onScrollStateChanged

How can i set the onScrollStateChanged method for the Android Gallery Widget? I would like to do something if the scrolling is finished.
Android-Dev's user avatar
3 votes
1 answer
1k views

Android: How can I tell if clicked gallery item is the center one?

I would like to display the gallery item the user clicked on in full screen, however, only if it is the item in the center. If the clicked item is not in the center I would want it just to be centered....
Rob's user avatar
  • 15.2k
3 votes
1 answer
1k views

Phoca Gallery: Error with Intergration of Facebook Albums in Gallery

So, same Problem like the Guy before and alot more people on the web, but this time i try to make a good discription. My english is not perfect, but please realise that i really try to tell you the ...
user2344361's user avatar
3 votes
3 answers
2k views

Delete photo thumbnail in Gallery after manually delete the photo file

case R.id.menu_delete: File photoToDelete = new File(photoPath, photoList[gPosition]); photoToDelete.delete(); checkPhotoFolder(); galleryAdapter.notifyDataSetChanged(); Log.d("...
Sokdara Cheng's user avatar
3 votes
2 answers
4k views

How do I retrieve the Picasa id/URL of an image from the gallery

I have an activity that retrieves images from the device's gallery and uploads to a service. Now, for optimisation purposes, I would like to avoid uploading images that are on Picasa an just store ...
oviroa's user avatar
  • 1,089
2 votes
1 answer
634 views

Expo MediaLibrary got error `undefined is not an object (evaluating '_ExponentMediaLibrary.default.MediaType'`

I'm working in an app with expo dev client to allow use native modules, right now I'm trying to implemente the package expo-media-library to save and get pictures taken with ImagePicker from expo, to ...
Lando Sotelo's user avatar
2 votes
0 answers
35 views

Move the page at the moment the app is opened with flutter and recieve_sharing_intent?

I use receive_sharing_intent with flutter. I use this and can't to move the page at the moment the app is opened. this is my code. class MyApp extends StatelessWidget { const MyApp({Key? key}) : ...
Too's user avatar
  • 135
2 votes
1 answer
2k views

WP Grid Builder populate grid from custom field (ACF gallery)

I would like to populate WPGRIDBUILDER grid from ACF Gallery field. Support told me: Grids only work with WOrdPress content type: (custom) post types, (custom) taxonomy terms and WordPress users. So, ...
raroDev's user avatar
  • 51
2 votes
1 answer
39 views

I can't get the photos saved to the SD

I am starting to program in Android and I am testing some functionalities. now I'm trying to get an image from the gallery and save it to a byte array. The problem is that the code that I leave below, ...
Julio's user avatar
  • 21
2 votes
1 answer
574 views

Is there any way to save Kivy Camera photo as base64 without exporting it to png?

I would like to know if it is possible to save camera capture from kivy as base64 without exporting it to png and storing it on my device. I'm using this code: https://kivy.org/doc/stable/examples/...
Kacper Chrostowski's user avatar
2 votes
0 answers
376 views

Is there a quick way to add an image to all products in a WooCommerce store?

I have an image which mentions details about free delivery which I would like to add as an image to all of the products in a WooCommerce store. I don't want it to be the main image, I want it to be ...
CoolBreezeUK's user avatar
2 votes
0 answers
225 views

Angular api-prefix doesn't work when import specific module

The api-prefix.interceptor.ts works fine until I import the "GalleryModule" or "LightboxModule" in my "CampanhasModule". I've tried importing separately "GalleryModule" or "LightboxModule", but none ...
Alexandre Spezani de Moraes's user avatar
2 votes
0 answers
311 views

Wordpress 5.0 automatic link all images to media file

I had small problem after WP 5.0 released, I was using php snippet to out all the gallery images Linked to "media file" automatically and two columns with medium size, but the function stopped ...
Adham Mohamed's user avatar

15 30 50 per page