Hide specific ListView cells onTouch in android -
i in grave need of effect this
see how listview collapses touched item's child? how can accomplish effect?
i able drag , drop list items. listview backed custom adapter extends cursor adapter. can accomplish effect in bindview method? how possible?(i need current position , view that's beingness touched ) listview library : https://github.com/bauerca/drag-sort-listview
the screenshots gtasks app
thanks
regards parvaz bhaskar
i did changing cursor of adapter whenever item selected. in onclick method re-queried database , changed column value wanted hide . created new cursor, omitting columns don't need , , changed cursor new one.
hope helps someone.
regards, parvaz bhaskar
android listview
No comments:
Post a Comment