Compile to library and services

bluedude

Well-Known Member
Licensed User
Longtime User
Erel,

I want to transform the httpUtils to a library, can I have the httputils service in this library and does that work?

Cheers,
 

bluedude

Well-Known Member
Licensed User
Longtime User
Localization of Compiled libraties

Erel,

I'm using the AndroidResources library to localize my code modules etc., could this work when I create a library from a codeModule? Normally these localisations are in values folder.

The services stuff works, this is really making my life much better :)

Cheers,
 
Upvote 0

bluedude

Well-Known Member
Licensed User
Longtime User
Erel,

But where to put the string.xml which I normally put in Values folder? How does that work if the library is in the libraries folder?
 
Upvote 0

bluedude

Well-Known Member
Licensed User
Longtime User
Ok, clear. That probably means I need to rewrite stuff. So i guess in this case where I need localization in a module a library is not really handy.

Cheers.
 
Upvote 0
Top