Maher Nabil
Maher Nabil
@h6ah4i sounds good, I implemented the methods but nothings is triggered inside them! ``` @Override public void onItemDragStarted(int position) { } @Override public void onItemDragPositionChanged(int fromPosition, int toPosition) { }...
check this picture please, https://drive.google.com/open?id=0BzZH9gAn9Gp1WTlXMTBwd0FpYUE When moving item 1 for example to the last, each item in the list gets moved up by 1. My requirement is to know these...
This is my solution to this: change the method drawCircle(Canvas canvas, int i) like this: ``` private void drawCircle(Canvas canvas, int i) { Paint paint = getPaintByIndex(i); float cx =...
looking for the same answer.