Re: [android-porting] make Android to support multi displays architecture

2009-12-25 Thread Dianne Hackborn
Hi, please don't change the behavior of existing public APIs (in this case the display parameter, which right now is not used, and should not be used except for official platform changes). You should add your own APIs to do the things you want, ideally as a separate shared library as shown by the

[android-porting] Invitation to connect on LinkedIn

2009-12-25 Thread Malapati Raghavendra
LinkedIn I'd like to add you to my professional network on LinkedIn. - Malapati Confirm that you know Malapati Raghavendra https://www.linkedin.com/e/isd/951322788/gFHoZL8q/ Every day, millions of professionals like Malapati Raghavendra use LinkedIn to connect with

[android-porting] Re: make Android to support multi displays architecture

2009-12-25 Thread Sanjay
Hello ren, I'm also working on multiple activities running on multiple windows in android. So basically the emulator screen is devided in to 4 parts (first I'm targeting for 4 windows) and looks like all windows tiled on the screen. So far I couldn't reach to the stage where it is completely