Re: [android-beginners] Screen height?

2010-04-20 Thread Justin Anderson
May I ask why you need something like that? -- There are only 10 types of people in the world... Those who know binary and those who don't. -- On Mon, Apr 19,

Re: [android-beginners] Screen height?

2010-04-20 Thread murali raju
WindowManager wm = (WindowManager) getSystemService(Context.WINDOW_SERVICE); Display dsp = wm.getDefaultDisplay(); On Tue, Apr 20, 2010 at 11:46 AM, Justin Anderson janderson@gmail.comwrote: May I ask why you need something like that?

[android-beginners] Screen height?

2010-04-19 Thread BobG
What's the name of the function that returns the screen height minus the title bar and status bar? Thanks... I've really been looking for a while... -- You received this message because you are subscribed to the Google Groups Android Beginners group. NEW! Try asking and tagging your question on