• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Recent content by DoleBob

  1. D

    Drag and drop from RecyclerView to Relative layoutView

    I created a RV where each item has an onClicklistener to drag the item and drop it anywhere on the screen. Now I have been able to set the OnClickListener, create the drag item but when I release the item it does not stay where it is dropped and just disappears. I have spent couple of days...