4

How to implement SD Card Gallery into our application directly?

I know it is possible in iphone . We can implement and access photos of sdcard directly without any customization in iphone.

I want to implement the same interface of Gallery into android app.

Please let me know...

Thank you.

Nikhil
  • 16,194
  • 20
  • 64
  • 81
mareeswaran
  • 227
  • 2
  • 9
  • You sure about the iPhone part of the question? iPhones do not support sdcards so the point that "it is possible in iPhone" is kind of a moot point. – Siddharth Lele Dec 30 '10 at 06:21
  • Oh... sorry. Now only i know about iphone does not support SD Card. I noticed the photos album of iphone has been implemented into app directly. Thats why wanted to know the possiblity in android.. – mareeswaran Dec 30 '10 at 07:10

1 Answers1

0

Here is a link to get you started.

http://developer.android.com/resources/tutorials/views/hello-gallery.html

and this one will give you a rough idea too. Of course, you will have to improvise later to make it function just the way you want it to.

Android How to preview an image, using its file path from SDcard, from my application

Community
  • 1
  • 1
Siddharth Lele
  • 27,623
  • 15
  • 98
  • 151