You're honestly probably better off just writing your own list view that
does just what you want.  Copy things you can from the current ListView, but
the framework ListView class is very general and thus very tricky to modify.

That said, I personally would advice against this.  Android applications
don't do that, and the list view has a scroll indicator so that you can tell
where you are in the list to avoid the need of it.  All you'll end up doing
is making your application behave inconsistently with other things on
Android.

On Fri, Mar 20, 2009 at 12:31 PM, zl25drexel <zl25dre...@gmail.com> wrote:

>
> Hi, I wanted to make a special ListView for android that has the
> springy bounce effect like what they have in the iphone,
>
> Before I divide into coding it, can someone from google tell me
> whether that's possible if I just modify the ListView class or do I
> need to modify some other classes also?
>
> Thanks,
> >
>


-- 
Dianne Hackborn
Android framework engineer
hack...@android.com

Note: please don't send private questions to me, as I don't have time to
provide private support.  All such questions should be posted on public
forums, where I and others can see and answer them.

--~--~---------~--~----~------------~-------~--~----~
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-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to