Hi,
I'm using Erel's DraggableView Class for a drawing program I writing and it is working a treat.
However, I'd like to give the user a little more accurate control over where the views (buttons with images) are finally placed. I've created an up, down, left and right joystick control to allow the user to move them pixel by pixel
(Many thanks to Jaames for inspiration and assistance)
How do I pass the last view dragged from the class back to the main activity to allow me to move it?
I'm sorry if this seems simple but I'm a self taught programmer and sometimes even the most simple things evade me.
I'm using Erel's DraggableView Class for a drawing program I writing and it is working a treat.
However, I'd like to give the user a little more accurate control over where the views (buttons with images) are finally placed. I've created an up, down, left and right joystick control to allow the user to move them pixel by pixel
(Many thanks to Jaames for inspiration and assistance)
How do I pass the last view dragged from the class back to the main activity to allow me to move it?
I'm sorry if this seems simple but I'm a self taught programmer and sometimes even the most simple things evade me.