nasrabadiAM / tictactoe

Another Tic Tac Toe Game
Apache License 2.0
1 stars 0 forks source link

Add String resources to use in app instead of hard coding the strings. #13

Open nasrabadiAM opened 4 months ago

nasrabadiAM commented 4 months ago

As a developer I want to use Single source of truth for manipulating and using string resources in my app so I can manage and add string resources easily.

It should handle Android 13 language API changes.

nasrabadiAM commented 3 months ago

We can use moko-resources to handle multi language in app. (take care of layout direction) or lyricist

nasrabadiAM commented 3 months ago

This feature implemented in this branch but it is not completed and has compile issues.

Also I created an issue on moko-resources library to handle layout direction along side resources.