Top "Android-gallery" questions

Questions regarding using Android gallery application.

how to hide photos from gallery and store it in my app

I am developing an android application where it will select some photos from the gallery and hide them, i am …

android android-gallery android-image
ClassCastException: AbsListView$LayoutParams cannot be cast to Gallery$LayoutParams

I'm trying to develop an Android 3.1 tablet application. This app will have a lot of images, and I have followed …

android android-asynctask android-gallery
fetching images from gallery on android phones with internal storage

Hi I am developing an Android Gallery app where I am fetching images from built in gallery and displaying it.…

android gridview image-gallery android-gallery
Pick Image From Gallery Or Google Photos Failing

EDIT: I wanted to update what the problem really is. On a Samsung phone you have "Gallery", inside "Gallery" you …

java android android-gallery google-photos
Create a Photo Gallery App for Android for Local Images

I want to create a photo gallery app for android which has the following functionality, "SET AS WALLPAPER" Option Navigation …

android gallery photo live-wallpaper android-gallery
How to take screenshot of a layout in android

I want to save my frame layout into gallery by taking the screen shot of the layout. This code works …

android android-layout android-studio android-gallery
Save gif to android gallery

Using https://github.com/koush/ion image Loader to display gif files into ImageView I save the jpg images into …

android gif android-gallery ion
Displaying all images from device in my app

I am using code below to get all images from Camera folder inside DCIM and display in my app. But …

android android-camera android-gallery android-external-storage
Gallery with folder filter

I'm using following code to open a gallery inside of my app Intent intent = new Intent(Intent.ACTION_GET_CONTENT); …

android android-gallery
Save video to Internal Storage

I have a videoView that plays an video from a path that corresponds to a video file within the android …

android video file-io android-gallery internal-storage