Custom main menu with rotating android

2019-06-01 23:48发布

I would like to make an application with a custom main menu. However, I want to have a different menu, with a circle and items around it. The user can select each item rotating the device.

enter image description here

Should I use a Surface View to draw them and make the animation or there is an easier way for that ?

1条回答
Emotional °昔
2楼-- · 2019-06-02 00:28
  • Yes, you should draw the background and the text using a surface view.
  • You will need to rotate the background and the text when the device rotates.
  • This is a fairly simple way to implement it. The rotation is probably the only hard part. Just make a small version to test the code of the main functionality and then build it step by step.
查看更多
登录 后发表回答