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 7093427
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T08:26:17+00:00 2026-05-28T08:26:17+00:00

currently i m working in drawable images in android, and now i want to

  • 0

currently i m working in drawable images in android, and now i want to get the size the drawable image in KB , how can i get it, any ideas are welcome.

Here i m getting the default application icons and storing in an drawable array, is creating a new file for each icon for getting length is a good idea? Please suggest any better idea,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-05-28T08:26:18+00:00Added an answer on May 28, 2026 at 8:26 am

    I think u have to make it a file. But not sure whether it works

    File root = new File(Environment.getExternalStorageDirectory()
                                + File.separator + "temp" + File.separator);
                        root.mkdirs();
                        File file= new File(root, "temp.png");
    
    FileOutputStream fOut = new FileOutputStream(file);
                                                     bmp.compress(Bitmap.CompressFormat.PNG, 100, fOut);//bmp is bitmap of ur image
                             fOut.flush();
                             fOut.close();
    

    Using file.length() should give you the file size.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am Currently working on Android, and I created listview that loads Images from
I am working on a paint application for Android. Now I want to implement
I am currently working on an android project and making use of the SlidingDrawer
I have installed the Android App on which I am currently working on my
I am working with a Google map oriented android project now i got a
I am working on an application in Android, wherein I have to get android.graphics.
hi im currently working on my android mediaplayer project , everything was fine but
I am currently working on a application .when i installed my_app in android mobile
Currently i am working in Android chat screen application, Using TabHost to set five
Currently i ma working in Android application, Using TabHost to set Five tabs, then

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.