>
> I have been looking for solutions for this problem, and unfortunately
> there is none. Do you have any ideas to get over this problem? in my
> application I use a popupmenu together with list view, and when user clicks
> on the list view item it will retrieve some information from SQLite
> database. What I am trying to say is the duplicates will give a value that
> is out of bound, causing crashes and that hurts user experience very much.
> Hope to hear for a workaround for this issue. Thanks a lot!
>

What does your getView() method look like?  If your code is dependent on
the number of times getView() is called for a particular position then you
are doing something wrong in your code.


Thanks,
Justin Anderson
MagouyaWare Developer
http://sites.google.com/site/magouyaware


On Thu, Aug 30, 2012 at 11:48 AM, Yih Tang Yeo <yihtang....@gmail.com>wrote:

> I have been looking for solutions for this problem, and unfortunately
> there is none. Do you have any ideas to get over this problem? in my
> application I use a popupmenu together with list view, and when user clicks
> on the list view item it will retrieve some information from SQLite
> database. What I am trying to say is the duplicates will give a value that
> is out of bound, causing crashes and that hurts user experience very much.
> Hope to hear for a workaround for this issue. Thanks a lot!
>
>

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