How to implement an SD card without configuration in android?

How to implement SD Card Gallery in our application directly?

I know this is possible on iphone. We can implement and access sdcard photos directly without any configuration on iphone.

I want to implement the same Gallery interface in an android application.

Please let me know...

Thanks.

+4
source share
1 answer

Here is the link to get you started.

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

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

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

0
source

Source: https://habr.com/ru/post/1333761/


All Articles