JmeSurfaceView: Follow package naming conventions
See original GitHub issueI have looked up the android core packages, i found the major package android.view
where android views live and android.app
where android application components live, but special featured android views are located within special packages like android.webkit.WebView
and android.opengl.GlSurfaceView
, so i think the best packaging option out there for JmeSurfaceView is com.jme3.view.surfaceview.JmeSurfaceView
and i will create a package-info for it, if you are okay with these changes or have an objection let me know.
com.jme3.view
can hold other android views as features for jme.
Due to issue #1800 , i accustomed to put JmeSurfaceView
directly inside com.jme3.app
which is wrong !
com.jme3.app
is the package for jMonkeyEngine application components including app launchers and vital states.
Issue Analytics
- State:
- Created a year ago
- Comments:5 (5 by maintainers)
Top GitHub Comments
I disagree because the fix is a breaking change.
This issue was to be linked to PR #1819, i will close it as completed.