Friday, 23 August 2013

Access to assets android

Access to assets android

I'd like to access to access in my android class.
I know I can use getAssets but I'm working on an util class not an
activity so I can't access to context.
I can add a param in my constructor or a setter but this is not very proper
Il there a good solution to access my assets in an util class ?
Thanks

No comments:

Post a Comment