0

I have a picture in my app that can be split into 6 x 6 or 5 x 5 or 4 x 4 grib depending on the users selection.

Can someone tell me how to create a tile view that will house the pieces, and the user should be able to move the pieces around the view.

Any help will be greatly appreciated.

Thanks.

1

2 Answers 2

1

You might check out the Drag and Drop Demo in API Demos.

As far as the grid, your best bet is probably TableLayout, as GridView has a one-dimensional view of your data.

Sign up to request clarification or add additional context in comments.

Comments

0

take a frame layout and oweride the onDraw method

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.