google maps - Can a build hint variable be accessed from code in Codename One? -


my app features google map. configured build hints mentionned here on cn1 blog slight difference google key defined build hint variable explained here on cn1 blog.

now in code have mapcontainer map = new mapcontainer(javascript_api_key); javascript_api_key defined in build hints. can access build hint variable code don't have include javascript_api_key in code ? bring regarding key being encrypted , not appearing plain text in apk ?

any appreciated,

no, build hints compile time feature. can access them in simulator development purposes in runtime on device/web browser won't able that.

usually store key in server , fetch dynamically there. did in bootcamp , academy courses.


Comments

Popular posts from this blog

Sort a complex associative array in PHP -

vb.net - How to ignore if a cell is empty nothing -

recursion - Can every recursive algorithm be improved with dynamic programming? -