I am creating a run of the mill golf game and I need to track 76 data
items. I have it functioning but it is slow to load because of the
number of views. I ran layoutopt and received the following output.

   -1:-1 This layout has too many views: 100 views, it should have <=
80!
   -1:-1 This layout has too many views: 92 views, it should have <=
80!
   -1:-1 This layout has too many views: 91 views, it should have <=
80!

What are my options for handling large amounts of data without slowing
down the load time?

-- 
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

Reply via email to