How to notify webOS that I just saved a photo? [closed] - photo

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I'm writing an application that saves photos to a webOS Device. After my app saves a photo, I've noticed that it doesn't show up in the Palm-supplied Photos app. What can I do so that the photo can be seen in the Photos app?

I found the solution here:
https://developer.palm.com/distribution/viewtopic.php?f=11&t=3791
There is currently a bug in webOS that prevents this from working. As a workaround, calling the download manager twice forces a refresh.

Related

twitpic integration with iPhone app [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I want to upload image to twitter using twit pic. I am using Oauth method.
Why are you not try with share kit? its easy way to upload picture to twitter.

post video to youtube in app iphone [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I am developing an app in which there is a requirement under which there is upload video of iPhone photo album to YouTube in app. I am searching on Google but can't succeeded. How can I solve this?
please check this API
hope it helps

Capture iPhone/iPad number of pages [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I'm new to iOS development and I'm trying to understand if is it's possible to capture into my code the number of pages an iPhone/iPad has.... I'm referring to the pages created by the user as more apps are installed on the device... Cheers!
if you mean the number of pages on the iphone home dash board, then no, you will not be able to query that information legally

How to capture photo programmatically without user interaction [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I want to capture a photo programmatically and without using camera app, without even notifying to the user. Actually this is for security app. Please let me know if its possible?
taking a picture without being the foreground app is not possible

Dynamic photo gallery in iphone [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
I want to make a dynamic photo gallery in my iPhone application.All images in photo gallery come from server.Can anybody guide me how i can do it. Thanks.
Use Three20 Framework, Which provides all photo library UI.
You can use same for pull images from local as well from server too.