StandOut
StandOut copied to clipboard
StandOut lets you easily create floating windows in your Android app.
I was implementing Application run on API 22 and API 23, got issue with Dropdown List Menu, it shows within the box. And I tried to set dropDown.setClippingEnabled(true); But if...
when we call `MyWindow.closeAll()` function view of windows get closed, but is there any method in MyWindow which will be called when we call closeAll(). I observed that after calling...
Hi Mark, I'm using StandOut in my new project and there seems to be a issue with VideoView. I asked a question on SO but didn't get any reply, so...
I modified your StandOutExampleActivity to show VideoView in frame, I also modify my XML but VideoView is not showing in frame. Here is the modified files. StandOutExampleActivity ``` package wei.mark.example;...
Hi, How can I query to database from class extended standoutwindow? any help can be useful. thanks
I use floatingfolders project to test. When screen orientation is portrait, the float window can move to everywhere of the screen, but if I change screen orientation to landscape, the...
Running applications that use StandOutWindow again without closing them before results in a crash. For `StandOut/example` the window disappears and the _Service_ prints out the following exception: ``` 10-03 09:37:16.885...
Hi. I have this portion of code in display the floating window but somehow when I put a breakpoint it doesnt call createAndAttachView of the VideoClass.java file. StandOutWindow.closeAll(context, VideoWindow.class); StandOutWindow.show(context,...
Maybe caching the displayWidth and displayHeight isn't the way to go. https://github.com/pingpongboss/StandOut/blob/master/library/src/wei/mark/standout/ui/Window.java#L80 Rotating the screen should also check the window size and bounds to make sure they fit in the...