I am trying to rewrite an app that I wrote for iOS. I was going to write an android version but thought It\'d be better to make this the opportunity to use Xamarin.Forms. Do
If you are using xamarin forms, then you can find width and height of current screen in portable class library(pcl) like below.
For Width you use this in pcl,
Application.Current.MainPage.Width
For height you can do this in pcl,
Application.Current.MainPage.Height