I have an Android app to be tested for Memory usage. As a test case, I need to increase its memory usage(RAM) programmatically. What are the possible ways? Does increasing thread.sleep time in my app would increase the memory usage?
The post Ways of increasing memory usage of Android app programmatically appeared first on BlogoSfera.