Hi there,

I am using a bitmap with several parts that can be touched by the user
as they were buttons. These parts may be bigger or littler depending on
the language.

Currently, as I have split English and Spanish version into two
different apps, I just have the coordinates hardcoded in my Java classes.

But now I am integrating both languages on the same app, having yet done
the different string and image resources, but I do not know what is the
best approach to this problem.

I could make some hack, like encoding the coordinates between an string
using string file resources, and parsing these as needed to get again
the coordinates. But I think there should be a better way and I do not
want to do -again- dirty code that I will need to change sooner than later.

Any ideas?

Thanks a lot in advance,

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to