> > I have list veiw contain 20 items and I want just 10 of them appear in GUI > Why? With a huge number of devices with different screen sizes and densities, putting a restriction like this on your listview will make it look horrific on a lot of devices. For example, on really large screens (like a tablet) each item will look really big and out of place. On really small LDPI screens each item will look too tiny and squished.
It would be much better to just let the ListView determine how many items it can display in the GUI. Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Sun, Apr 8, 2012 at 10:58 AM, sahar aseeri <[email protected]> wrote: > > Hello, >> I have list veiw contain 20 items and I want just 10 of them appear in >> GUI and I want to update this list evrey minute. what is the best way I use >> to implement this ? >> Best Regards, >> >> Sahar >> > -- > 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 > -- 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

