Hi i am facing low memory issue in my game due to large number of bitmaps.i am recycling them as well but is there any way to decrease display resolution of screen(game) to support low memory?
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.
there is a BitmapOptions if i’m not mistaken one of them does just what Diadistis suggests.
Take a look on that class it might help.
Are you working in the java realm or NDK ?