[Android-development] Attempting a port to Android - Notes and Suggestions

BogDan bog_dan_ro at yahoo.com
Tue Feb 26 20:23:54 CET 2013


Hi,
[...]

> B ) Assets should be loaded automatically, without the assets:/ prefix,
> will probably require changes to AndroidAssetsFileEngineHandler

Searching trough android assets is very expensive, if for every file
you'll first search assets it will take ages until your application starts, 
this is the reason why assets:/ prefix is needed.

[...]

> E) Custom QtActivity.java::APPLICATION_PARAMETERS should be passed first
> to main before any other parameters needed by the android port


Pending patch :  https://codereview.qt-project.org/49134


Cheers,
BogDan.




More information about the Android-development mailing list