A simple Android application that demostrates a basic heads-up display.
basic-hud is hosted in the following web site
https://github.com/Pinelynx/basic-hud
If you think the Android project basic-hud 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 basic-hud.
Item | Value |
---|---|
Java File Count | 11 |
Supported screen sizes | [mdpi, xxhdpi, hdpi, xhdpi] |
Activity Count | 2 |
Required Permissions | android.permission.CAMERA |
There are 1 image files in basic-hud. The names of the image files are listed as follows.
ic_hud.png
The following screenshort is generated from the image listed above.
basic-hud has the following Java source files.
com.boris.basichud.ApplicationTest.java com.boris.basichud.Augmented.java com.boris.basichud.CameraPreview.java com.boris.basichud.MainActivity.java com.boris.basichud.MyGLRenderer.java com.boris.basichud.MyGLSurfaceView.java com.boris.basichud.Square.java com.boris.basichud.Triangle.java com.boris.basichud.util.SystemUiHider.java com.boris.basichud.util.SystemUiHiderBase.java com.boris.basichud.util.SystemUiHiderHoneycomb.java