hi
can you elaborate that what is the difference between store multiple images in Drawable folder and store in sdcard ?
which is best for memory management point of view ?
thanks
nik
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.
From memory point of SDCARD is best but it may make application slower.And al;so you have to provide permission and path for SDCARD which is not require for Drawable folder.If less number of images having small in size can be put in drawable folder else you may go for SDCARD.