java - Memory problem in android at run time -



java - Memory problem in android at run time -

i need display many rows in listview in android application . there more 2500 rows each row contains tow images , 11 labels . getting memory error @ run time "vm not lets utilize more 120000 bytes" .

how can solved problem ?

can help me ?

there no point in holding info in memory @ once. user can't see 2500 rows @ moment, should think dynamically loading , unloading rows. maintain info in xml file , load dynamically while user scrolls list.

java android

Comments

Popular posts from this blog

iphone - Dismissing a UIAlertView -

intellij idea - Update external libraries with intelij and java -

javascript - send data from a new window to previous window in php -