I am looking for Blackberry 10 string constant definition file. Where I place application strings like in Android we have string.xml
There is no default file on BlackBerry 10 projects where you should put your string constants, I usually add a common.hpp
header file with my string constants and access it anywhere by including the header file.
Example of common.hpp : https://github.com/RodgerLeblanc/Extend/blob/master/ExtendService/src/common.hpp