Hi,
I develop an on screen keyboard. This keyboard support several layouts
(english, hebrew, russian, azerty, etc), and support suggestions for
some of them.
As you can understand, if I want to continue to extend the support to
more and more languages, I'll end up with a huge APK file.
So I started to look for a way to consume objects from external
package. e.g., let say the user wont english and hebrew support, then
all he/she needs to do, is to install the my keyboard application, and
then install the language packages he/she are interested in, and the
main keyboard application will consume the concrete keyboard objects
from the external packages.

Is something like that possible in Android? Can I load/instantize a
type from another package?

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

Reply via email to