What is more expensive to load in a Gallery, a Bitmap or Drawable???
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
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.
If you’re talking about a Bitmap class, then technically a Bitmap class would be “more expensive” however it’s a derived class of a Drawable so it shouldn’t be a big concern. It may be necessary to use a Bitmap due to what you want to do with a Bitmap or JPG. Then again depending what the drawable is, that may be more expensive, as there are larger objects.
If you’re talking about a bitmap image, it would be the same size as a drawable as it would likely have to be made into a drawable.