Questions tagged [android-gallery]

Questions regarding using Android gallery application. Gallery application is the official media app installed on all Android mobile devices. The app allows browsing, organizing, sharing and editing of media (photos and videos).

Gallery application is the official media app installed on all Android mobile devices. The app allows browsing, organizing, sharing and editing of media (photos and videos).

Reference: Android Developers Gallery class overview

1181 questions
0
votes
1 answer

Is there a horizontal scroll widget inside listview

I need to make a scrollable row in ListView's item. The row should behave similar to Gallery or ViewPager. It was designed to behave similarly to Facebook gallery. I was planning to use Gallery but since it has been deprecated I'm not sure if it's a…
RobGThai
  • 5,937
  • 8
  • 41
  • 59
0
votes
1 answer

Gallery View to move beyond the background of parent

I am working with gallery. My layout for the same is:
Vaibs
  • 1,128
  • 3
  • 16
  • 36
0
votes
1 answer

Open Image Gallery Android

I made a camera application and save images in DCIM/Yogyakarta, but I can't open that directory. It can only be opened at DCIM/. Can anyone tell my why I can't open the directory, and how I can fix it? public final class FroyoAlbumDirFactory extends…
xniclez
  • 1
  • 4
0
votes
1 answer

how to implement like gallery view in android using the image slider and view Pager in android

Hai i have list of images in draw-able folder .i need to implement the image sliding one by one from left to right.when user click on any one of the image i need to show big image .i am facing problem at on click listener for showing large…
0
votes
1 answer

Load from gallery function on Android - Sometimes fails, Why?

I'm using a loadfromgallery function to load and crop an image from gallery, but sometimes it doesn't works. It seems to don't work on devices without SDCard (I tested it on various devices, in my i9000+CM10.1+semaphore with and w/out always works,…
0
votes
1 answer

how to achieve the performance of gallery control in Android UI in the environment of windows phone 8

Gallery control gives a good UI in Android os. I want to achieve the same performance in wp8. I find the panorama control in wp8 has almost similar performance but it always shows a 20 pixel on the right side. Also, the pivot control will show a…
felven
  • 13
  • 1
0
votes
3 answers

How to secure downloaded images Android

I have to do some stuff. I'm downloading images using web-service, after successful download of each image, I'm using "AES" encryption algorithm to encrypt that images. I'have done encryption successfully. But whenever I'm going to open Gallery of…
Jai
  • 1,974
  • 2
  • 22
  • 42
0
votes
1 answer

Android Efficient Bitmap processing

My scenario: In my activity, I have to show 2 galleries, 1 with large image and another is a thumbnail(same exactly like default Gallery application). My doubts: I am planning to save as 2 images(1 with large size and another one with thumbnail…
Guna
  • 121
  • 8
0
votes
1 answer

Unable to Start new Activity Android

i am merging a running program in another one.However, I am unable to run the merged code.Getting the following logcat error 01-19 16:55:01.472: E/AndroidRuntime(1632): FATAL EXCEPTION: main 01-19 16:55:01.472: E/AndroidRuntime(1632):…
Shweta
  • 807
  • 3
  • 11
  • 24
0
votes
2 answers

onActivityResult return null getExtra value after return back from gallary with image

I was use this code on button onClick for pick image from gallary I want to pass string from intent using putExtra and from the same activity, i try to get this value from onActiviryResult using getExtra but i am getting null vlaue. Is this any way…
Krunal Shah
  • 1,438
  • 1
  • 17
  • 29
0
votes
1 answer

How to get the image path as soon as user opens it from phone gallery?

I have to implement an app which uploads the image on the server as soon as the user opens any of his/her images from the phone gallery section.My question is how to get the image path? Thanks in advance
Ishant
  • 53
  • 9
0
votes
2 answers

Set Wallpaper from gallery according to position

I have a Gallery and an imageView as in this pic: http://i50.tinypic.com/2e6h2so.png and i need button1 to set the current image as wallpaper I am having a problem in setResource myWallpaperManager.setResource(mImageIds[position]); This is my…
A.Jouni
  • 377
  • 2
  • 4
  • 14
0
votes
1 answer

code doesnt work on device in android

i want to display the stored images from folder AutoistDiary in sdcard into gallery, the activity starts in emulator in which i have wrote that code,but when i execute same apk on my device ,it lets force close, here is my code,it through force…
Arrow
  • 153
  • 1
  • 2
  • 12
0
votes
2 answers

How to create a gallery widget with my custom application images for Android

I would like to create a widget for my application. I want it to be like the default gallery widget or Youtube widget where users can scroll through the stack of card. I have some custom images in my application. I want to display these custom…
Vinod
  • 31,933
  • 35
  • 96
  • 119
0
votes
1 answer

How to prevent image selection while Gallery is scrolling?

I'm trying to implement my ownt picrutes gallary app. I'm using ImageSwitche for showing big image and Gallery for showing thumbnails. The problem is that when user scrolls gallery it changes selection to thumbnain whic is in the middle of gallery…
oleg.semen
  • 2,901
  • 2
  • 28
  • 56