So I am making a basic chess app to play around with some various elements of android programming and so far I am learning a lot, but this time I am lost.
When the o
Or stick this line in your OnCreate so it doesn't roate. Problem solved.
setRequestedOrientation(ActivityInfo.SCREEN_ORIENTATION_PORTRAIT);