Monday, April 9, 2012

Re: [android-developers] Re: My Question

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 <saharaseeri@gmail.com> 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 android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
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 android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment