[Feature] - Add support for language prop on Android #22
Labels
enhancement
New feature or request
platform:android
Issues related to Android code
priority:high
Prioridad alta de la issue
Motivation
Current Limitations
We've to workaround the current way to configure locale for the PX Android library. In the examples they recommend modifying the context from the
Application
class by initializing an instance of thePXBehaviourConfigurer
class.The problem with that, is that our library is called as a function which receives parameters and starts an Activity. I'll have to review if constantly modifying the context from a runtime function call instead of modifying at startup would imply a perf issue.
The text was updated successfully, but these errors were encountered: