I want to know which drawable resource is used while running the application that is either from ldpi, mdpi, hdpi or xhdpi.
I want to know which drawable resource is used while running the application that
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.
You should be able to get your device’s display properties as described here and subsequently determine what resources are being used at runtime by comparing the result against this list:
From this information you can deduce the following, which might also be relevant for your question: