android - Display object is not recognised by eclipse -


i reading this question , when tried

display display = ((windowmanager) getsystemservice(window_service)).getdefaultdisplay(); 

eclipse underscored red line though have imported required libraries


Comments

Popular posts from this blog

android - Hide only the Action bar on Scroll not action bar tabs -

Scala and implicit class instantiation -