[mono-android] Checking update error

2012-05-15 Thread Jonathan Vazquez Hernandez
HI. When I press the "Check now" link in the Visual Studio IDE to get update, I get an error "The remote server returned an error: (407) Proxy Authentication Required." Thank you advance for the help. *Attention* This electronic messa

[mono-android] Getting DPI for tablet device

2012-04-20 Thread Jonathan Vazquez Hernandez
Hi. I want to get the dpi programmatically. I used this code to get it: DisplayMetrics metrics = new DisplayMetrics(); WindowManager.DefaultDisplay.GetMetrics(metrics); int dpi = metrics.DensityDpi; I got this: Tablet (Acer ATab500 10") = 160dpi Cell (Galaxy S 4G) = 240dpi