Drag View and Drop it on RecyclerView item Android
问题 I am developing an android application that has a screen contains the following: Recycler view that contains categories as the below figure Separate view at the botton and the user should able to drag it on a RecyclerView item, and after drop the user will show changing at the RecyclerView item data (for example items count at the category) I need some help about how to implement this process to drag View into Recycler item, the following figure explains exactly what I want to do but have no