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
Post a Comment