pfleidi
unread,Aug 1, 2010, 8:58:13 AM8/1/10Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Appcelerator Titanium
Hi folks,
I'm trying to port an existing barcode-scanner module for android to
appcelerator. Unfortunately there are some R.* references to XML ui-
definitons, internationalized strings, drawables and colors. I haven't
figured out if there's a way to use them inside of an appcelerator
module. And if there's a way I haven't figured out how to use them.
Is there any way to use those resources inside of an appcelerator
module?
If not:
- Is there a "right" way to put drawables to the module so I can get a
reference of them inside my code?
- Is there a way to do i18n inside a module?
- Is the only way to create ui-definitions for activities to write
them down in Java-Code?
I'm a bit stuck at the moment so I thought someone could give me some
advice about what to do or where to look for clues.
Thanks,
pfleidi