jeudi 21 mai 2015

hey i am implementing a Drag and Drop functionality but its not allow me to delete an image on drop to other view

Drag and Drop functionality chat head

 LayoutInflater layoutInflater = (LayoutInflater) this
            .getSystemService(Context.LAYOUT_INFLATER_SERVICE);
        View mDeleteZone = layoutInflater.inflate(R.layout.delete_zone, null);
        mDeleteZone.setOnDragListener(this);

Aucun commentaire:

Enregistrer un commentaire