Questions tagged [android-photos]
51 questions
0
votes
2 answers
Storing contact photos with a possibility to retrieve original image in future
According to the official documentation which contains information about contact's photo handling (Android 4.0):
Large photos
Android now supports high resolution photos for contacts. Now, when
you push a photo into a contact record, the system…

Alex Bonel
- 1,344
- 1
- 9
- 22
0
votes
1 answer
Android How to create new photo album and add it to default phone gallery in Code
I have an app, let's call it FilterAppX
it basically let's you load an image, and I will customize it, say by adding a flower to it, or some silly items.
Now after processing the image, I will save it.
I want to be able to create a photo album to…

user1233587
- 2,033
- 4
- 24
- 24
0
votes
2 answers
Naming a photo (date)
I am developing an app for andorid where I take pictures. The problem is that I only save cone l conseguidor current time in milliseconds and I want to put the current date (dd / mm / yyyy).
This is my code:
PictureCallback jpegCallback = new…

wiki
- 299
- 4
- 16
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
2 answers
Is there a solution to populating a listview with contact photos for 2.3?
Possible Duplicate:
How do I display a contact's photo from the contact's id?
I've been trying for over a week to populate my ImageViews in my ListView with contact photos from my device, but to no avail.
Is there a COMPLETE solution as to do…
user868935
0
votes
1 answer
Problems taking picture in android, close my application "(...) ResultInfo {who = null, request = 1, result = 0, data = null} to activity ..."
Good friends, A few days I've been trying to solve this problem, I see that there are several in the forum, but none have managed to solve my problem.
I have an ImageView and a Button to take the picture.
In the event of the button I have this…

JulioStyle88
- 105
- 2
- 10