StandOut
StandOut copied to clipboard
StandOut lets you easily create floating windows in your Android app.
I want to fix the upper left corner to zoom ?
Since Android 4.3 for every new windows there is an icon showing up in the notification bar. Is there any idea how to improve this? When showing more than one...
It should call getHideIntent() https://github.com/pingpongboss/StandOut/blob/master/library/src/wei/mark/standout/StandOutWindow.java#L139
If getHiddenNotification() returns null, we should just not show any hidden notifications. https://github.com/pingpongboss/StandOut/blob/master/library/src/wei/mark/standout/StandOutWindow.java#L1218
I was just playing around a little bit when this happend: 06-15 10:59:37.395: E/AndroidRuntime(13491): FATAL EXCEPTION: main 06-15 10:59:37.395: E/AndroidRuntime(13491): java.lang.NullPointerException 06-15 10:59:37.395: E/AndroidRuntime(13491): at wei.mark.example.floatingfolders.FloatingFolder$3.onItemClick(FloatingFolder.java:132) 06-15 10:59:37.395: E/AndroidRuntime(13491): at...
I added the android contacts icon to the folder and clicked on it: 06-15 11:08:24.349: E/AndroidRuntime(13911): FATAL EXCEPTION: main 06-15 11:08:24.349: E/AndroidRuntime(13911): android.content.ActivityNotFoundException: Unable to find explicit activity class {com.android.htccontacts/com.android.internal.app.ResolverActivity};...