NG-Studio-Development

Results 1 issues of NG-Studio-Development

In callback of longPressItem I do the following actions: _Call method adapter.clear() -> call _addAll(itemList)_ -> _notifyDataSetChanged() -> gridView.startEditMode();_ All data updating and new items are added. But new items...