pingpongboss / StandOut

StandOut lets you easily create floating windows in your Android app.
http://pingpongboss.github.com/StandOut
MIT License
1.24k stars 379 forks source link

I wont necessarily call it an issue #16

Closed sakchhams closed 11 years ago

sakchhams commented 11 years ago

Is there any way to get Active Windows both Hidden and Shown ???????

pingpongboss commented 11 years ago

Let me know if this works for you

1 Get all the window ids https://github.com/pingpongboss/StandOut/blob/master/library/src/wei/mark/standout/StandOutWindow.java#L1492 For each id, you can get the Window https://github.com/pingpongboss/StandOut/blob/master/library/src/wei/mark/standout/StandOutWindow.java#L1506

sakchhams commented 11 years ago

Thanx Fro Info

Sent from Windows Mail

From: Mark Wei Sent: ‎June‎ ‎28‎, ‎2013 ‎10‎:‎42‎ ‎PM To: pingpongboss/StandOut CC: sak-venom1997 Subject: Re: [StandOut] I wont necessarily call it an issue (#16)

Let me know if this works for you

1 Get all the window ids https://github.com/pingpongboss/StandOut/blob/master/library/src/wei/mark/standout/StandOutWindow.java#L1492 For each id, you can get the Window https://github.com/pingpongboss/StandOut/blob/master/library/src/wei/mark/standout/StandOutWindow.java#L1506

— Reply to this email directly or view it on GitHub.