You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, am trying to implement drag and drop functionality using drag-sort-listview. But when I implement with custom adapter with image and text, sorting is not done if we change the positions of the view(i.e images don't change their position). Can some help me. Below is is my getView(-,-,-) in customadapter.
Does this lib work when we try to sort of images ?
public View getView(int position, View convertView, ViewGroup parent) {
Hi, am trying to implement drag and drop functionality using drag-sort-listview. But when I implement with custom adapter with image and text, sorting is not done if we change the positions of the view(i.e images don't change their position). Can some help me. Below is is my getView(-,-,-) in customadapter.
Does this lib work when we try to sort of images ?
public View getView(int position, View convertView, ViewGroup parent) {
The text was updated successfully, but these errors were encountered: