Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - foreverlearning

Pages: [1]
1
Support / Link to documentation
« on: October 29, 2015, 03:33:45 pm »
Just a suggestion for the HelloWorld-AE example. It would be useful if source code included the URL for the wiki page explaining the example. http://www.jpct.net/wiki/index.php?title=Hello_World_for_Android

It would also be useful if the readme file for the jPCT-AE examples mentioned that the download for the desktop version includes more comprehensive examples (car and fps) showing how to use jPCT in general.

2
Support / Why is isFullscreenOpaque required in an Android activity?
« on: October 27, 2015, 07:50:39 pm »
I'm new to jPCT-AE. I've imported the HelloWorld-AE project into Android Studio and it gives a warning that the protected method isFullscreenOpaque is never called. I've checked the definition of the superclass, android.app.Activity, and it doesn't declare the method. The method isn't called from anywhere in the sample code.

I used logging to check that the method wasn't being called when running the example on my HTC Desire Z and then removed the method. The sample application seems to run fine without the method so I'm curious whether it is old code that is no longer required or if it is only needed on certain hardware, if it is called by reflection by a particular framework, etc.

Pages: [1]