rotate board in edit mode
I will try to work on this topic.
great! enjoy!
Can you assign yourself to the issue?
I am very excited that you can add me to this project. This is the first time I was add to an open source project.
I can't assign the issue to me , maybe github rights change need some time.
Can you assign yourself to the issue?
— You are receiving this because you commented. Reply to this email directly or view it on GitHub https://github.com/ligi/gobandroid/issues/131#issuecomment-208925854
Strangely I can only assign an issue to myself
Do you have any experience in handle rotate , which way would you prefer? @ligi The second way seems change very little code and easy to implement, but it seems that google does not suggest that .
http://developer.android.com/guide/topics/resources/runtime-changes.html
a. Retain an object during a configuration change
Allow your activity to restart when a configuration changes, but carry a stateful object to the new instance of your activity.
b . Handle the configuration change yourself
Prevent the system from restarting your activity during certain configuration changes, but receive a callback when the configurations do change, so that you can manually update your activity as necessary.
I think the simplest solution would be to do a transformation via sgf loading - doing something similar when loading tsumego
ah just saw now what you quoted from developer.android - this is a different kind of rotation. What I mean with this enhancement is that you enable to rotate coordinates: A1 -> A9/J1/J9
:smile: