we are planing an app for blackberry app world and will have to load lots of textures and audiofiles.
so we need to know how much memory the app can really allocate for a smarthphone with 64MB (RAM)
thx for answers!
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 can also check available memory before load:
MemoryStats.html#getFree() – Amount of memory/strorage free
Memory.html#getFlashFree() – Bytes of free flash
FileConnection.html#availableSize() – The available size in bytes on a file system