An android application which have multi functions with floating windows. Useful especially for operating on big screen phones..
floating-nice is hosted in the following web site
https://github.com/programus/floating-nice
If you think the Android project floating-nice listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of floating-nice.
Item | Value |
---|---|
Java File Count | 11 |
Supported screen sizes | [mdpi, hdpi, xhdpi] |
Target SDK Version | 16 |
Minimum SDK Version | 8 |
Activity Count | 2 |
jar files used | android-support-v4.jar |
Required Permissions | android.permission.EXPAND_STATUS_BAR android.permission.RECEIVE_BOOT_COMPLETED android.permission.SYSTEM_ALERT_WINDOW |
There are 6 image files in floating-nice. The names of the image files are listed as follows.
down.png ic_action_search.png lock.png menu.png mute.png sound.png
The following screenshort is generated from the image listed above.
floating-nice has the following Java source files.
org.programus.android.floatings.Constants.java org.programus.android.floatings.SettingsActivity.java org.programus.android.floatings.activities.DialogActivity.java org.programus.android.floatings.receivers.BootReceiver.java org.programus.android.floatings.receivers.LockScreenReceiver.java org.programus.android.floatings.receivers.OrientationChangedReceiver.java org.programus.android.floatings.services.NetSpeedService.java org.programus.android.floatings.services.SleepService.java org.programus.android.floatings.services.core.FloatingService.java org.programus.android.floatings.utils.Utilities.java org.programus.android.floatings.viewhelper.MovableFloatingView.java