Android - Locale Changer
I am experiencing a weird behavior about changing Locale. Everything was working fine for every Android API levels. Trying to change the Locale of my app but it is not working anym
Solution 1:
It was a bug in AppCompat 1.1.0-alpha03
, finally it is solved with the latest alpha AppCompat 1.1.0-alpha04
.
It takes me 3 days and half to understand what's was going wrong because of to many refactoring before notice this behavior.
This happen when you are early alpha tester
!
As suggestion because this happened before to me (different bug), just be sure to test all the features that you are using when updating to another alpha before continuing to improve and refactor the app. :) :)
Post a Comment for "Android - Locale Changer"