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

  • Home
  • SEARCH
  • 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 7732181
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T06:40:00+00:00 2026-06-01T06:40:00+00:00

I am creating an application that basically places a drawable into an imageView onClick.

  • 0

I am creating an application that basically places a drawable into an imageView onClick. The result is a screen with a bunch of images on it in certain places. I want to save this screen as an image on the SD Card on the user’s phone. I already know how to convert one imageView to a bitmap and save it to the SD Card, but how can I save all of the imageViews the way they are laid out on the screen as one file?

I have searched for an answer to this for several days. I was first thinking of programming in a button that would take a screenshot, but everything that I am reading says that you can only use screenshot on rooted phones.

Any help would be much appreciated. Thanks!

  • 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-06-01T06:40:01+00:00Added an answer on June 1, 2026 at 6:40 am
    Bitmap bitmap = findViewById(your_layout_id).getDrawingCache();
    File file = new File(path_to_store_file);
    if(!file.exists())    
        file.createNewFile();
    try{
       FileOutputStream ostream = new FileOutputStream(file);
       bitmap.compress(CompressFormat.PNG, 100, (OutputStream)ostream);
     } 
    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 creating a WinForm application that basically generates Math worksheets. I know there
Recently I have been tasked with creating an application for a business that basically
I'm creating an application that basically downloads and uploads files from various types of
I am creating an application that does screen shots of websites using the following
I've been creating a small application that allows a user to convert images to
I just need help. Basically I am creating a windows appllication that sends bulk
I am creating an application that uses popups. However, I would like to animate
I am creating an application that will have a list of items that can
I'm creating an application that will store geolocation data for specific transactions. Should I
I am creating an application that is similar to the camera app provided in

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.