OK.
So I'll create two packages, one is the main application, and the
second is the plugin. I sign both of them with the same key.
And after I do that, how do I load a type in the first application
from the second package?

Menny

On Aug 27, 6:12 pm, Donn Felker <[email protected]> wrote:
> Yes, make sure you are signing your applications with the same key. See this
> document for more info:
>
> http://developer.android.com/guide/publishing/app-signing.html
>
>
>
> On Thu, Aug 27, 2009 at 9:53 AM, Menny <[email protected]> wrote:
>
> > 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.
>
> --
> Donnhttp://blog.donnfelker.com/
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to