I’m new in Android dev and I have a ridiculous question..
I read this Drawable but I didn’t understand everything (because I speak french, not english).
Well.. can anyone explain me with simply words what is a Drawable?
Thank you, best regards.
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.
Drwable are something that can be drawn on screen for examples images that are drawn on screen.
See this location res/drawable-hdpi or res/drawable-mdpi or res/drawable-ldpi in your project folder , they all are some types of drawables location where we keep our drawables .