A 4000 row array seems to be a bit much. Are you using bit maps, thee can be memory issues related to them?
On Jun 22, 7:05 am, Rahul <[email protected]> wrote: > I have one listView and i am trying to add minimum 4000 row in list > view but when i scrolling the list up to 800 row it showing out of > memory error and the application is crashing i dont understand what is > the problem for listView . i am using following code for that and > Using Array adapter > > shuffleView = > (LayoutInflater)context.getSystemService(inflater); > convertView = > shuffleView.inflate(R.layout.shuffle_row_layout,null); -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

