aspose file tools
The moose likes Java Micro Edition and the fly likes how to read images from mobile photo gallery using Java script Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Mobile » Java Micro Edition
Reply Bookmark "how to read images from mobile photo gallery using Java script" Watch "how to read images from mobile photo gallery using Java script" New topic
Author

how to read images from mobile photo gallery using Java script

revathi venkataramana
Greenhorn

Joined: Dec 26, 2008
Posts: 4
Hello,

May i know the java script code to read images from the mobile photo gallery and display the photos in slide show .As of now we have coded a program that diplays all the photos which we have specified in the program (i mean i have added name of all the photos in the program)and have stored all the photos in the same folder.

Please do revert back ASAP.

Thanks,
Revathi.V
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35247
    
    7
I think you need to supply a lot more information before this question can be answered. What is "the mobile photo gallery"? What is "a program" - a desktop app? a web app? Where is the directory - on the client or on a server? What doe sit mean to "display the photos in a slide show" - how are photos shown now, and how should they be shown differently?


Android appsImageJ pluginsJava web charts
revathi venkataramana
Greenhorn

Joined: Dec 26, 2008
Posts: 4
Hello,

Actually we are creating a mobile widget application where if a person downloads our widget our widget should be able to read all the photos that he has stored in his mobile gallery folder and show all the photos in a slideshow.So i want to how can we access the gallery folder of any mobile.


Thanks,
Revathi.V
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35247
    
    7
So you're talking about a J2ME application? I'm not much familiar with that, but I would assume that each mobile OS vendor has their own of storing pictures on their cell phones, which may mean that there is no universal solution. I'm also not sure how JavaScript fits into this.

I'll move the topic to the J2ME forum.
[ December 29, 2008: Message edited by: Ulf Dittmer ]
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: how to read images from mobile photo gallery using Java script
 
Similar Threads
Google Picasa - Photo Selection
Need to update my photo gallery online
Embedding files with package (apk)
Inserting Multiple Images into oracle database using JDBC by reading it from text file
how to read images from mobile photo gallery and display it in a slide show using JS