Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7002217
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T20:54:00+00:00 2026-05-27T20:54:00+00:00

Following code is used to get images from particular folder but how to get

  • 0

Following code is used to get images from particular folder but how to get sub folder’s images of sdcard’s folder.

Cursor actualimagecursor = managedQuery(
    MediaStore.Images.Media.EXTERNAL_CONTENT_URI, proj,
    MediaStore.Images.Media.DATA + " like ? ",
    new String[] { "%unzipped%" }, null);

Sorry for bad English communication.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T20:54:01+00:00Added an answer on May 27, 2026 at 8:54 pm

    Try with the following code

    public void searchImageFromSpecificDirectory() {
    
            String path = null;
    
            String uri = MediaStore.Images.Media.DATA;
            // if GetImageFromThisDirectory is the name of the directory from which image will be retrieved
            String condition = uri + " like '%/GetImageFromThisDirectory/%'";
            String[] projection = { uri, MediaStore.Images.Media.DATE_ADDED,
                    MediaStore.Images.Media.SIZE };
            Vector additionalFiles = null;
            try {
                if (additionalFiles == null) {
                    additionalFiles = new Vector<String>();
                }
    
    
    
                Cursor cursor = managedQuery(
                        MediaStore.Images.Media.EXTERNAL_CONTENT_URI, projection,
                        condition, null, null);
                if (cursor != null) {
    
                    boolean isDataPresent = cursor.moveToFirst();
    
                    if (isDataPresent) {
    
                        do {
    
                            path = cursor.getString(cursor.getColumnIndex(uri));
    System.out.println("...path..."+path);
    additionalFiles.add(path);
                }while(cursor.moveToNext());
                    }
                if (cursor != null) {
                    cursor.close();
                }
                }
    
            } catch (Exception e) {
                e.printStackTrace();
            }
        }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am using following code to get bitmap from url. This function is used
I have writen the following code but from some reason i cant get the
I have used the following code to get the document root. $path = get_file_dir();
I used the following code to get the path Path errorFilePath = FileSystems.getDefault().getPath(errorFile); When
Trying to get the number of available comports. Used the following code: HKEY hKey;
I used the following php code to get the file extension of an uploaded
I swear the following code used to work, even in IE7 but now i
The following code is used to fetch logs from app engine for further processing.
The following code I used to replace .(dot) by ,(coma) while user inputing value
The following code is used in a query for fetching records. It uses the

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.