On Sun, Feb 14, 2016 at 2:24 AM, A KA <[email protected]> wrote: > *In the above code, on selecting an item from listview I am trying to save > it in an Arraylist i.e list_items which could be used in *onActionItemClicked > method for further action on that respective item. > > > > *Any ideas on how to solve or find a workaround to use a listview in the > above situation? * > If you're trying to track the items that have been checked to perform a bulk action, use: http://developer.android.com/reference/android/widget/AbsListView.html#getCheckedItemPositions()
------------------------------------------------------------------------------------------------- TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago transit tracking app for Android-powered devices -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/android-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/android-developers/CANCScgixDhzLpxHr407WEurQZiOUmEqThkgBA3tB99o40pLY3A%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

