I need to reduce my heap memory use, so I thought I could move some text I don't need very often to a resource and load it in when I need to use it.
How can I put the text in a resource file in a format that I can read it out in my midlet ?
without writing a midlet to do it which is too much hassle.
Does anyone have any other tips for reducing heap usage ?
Neil

Reply With Quote

