Loquacious is a library for managing localized resources remotely.
The aim of this library is to:
- Reducing the .arsc symbol table. Instead of having a lot of localization files with strings, they are retrieved on demand.
- Making the .arsc only have 1 symbol per entry Reducing the res/ files. As now you should only define the resources, but empty (they will get downloaded at a later stage)
- Keeping the developer ways of coding intact, you will obtained them as context.getResources().getX(R.X.whatever), even though they came from the net and depends on locales
from The Android Arsenal
No comments:
Post a Comment