Thanks. It's a shame though - Android is built around reusability -
services, content providers, etc.
The thing with services is that you're at the grace of the service
developer - if he exposed features X and Y from the library, but not Z
you're out of luck :(

Cheers

On Tue, Oct 14, 2008 at 2:20 AM, hackbod <[EMAIL PROTECTED]> wrote:
>
> There is no support for third party shared libraries in 1.0.  One
> approach you can take is to implement it as a Service that others can
> use.
>
> On Oct 13, 2:13 pm, "Stoyan Damov" <[EMAIL PROTECTED]> wrote:
>> Hi,
>>
>> I see that many devs are porting FreeTTS to Android. It's like 5 MB or
>> so w/ Kevin's voice. Is every TTS-enabled application going to include
>> the library as part of its package (thus unnecessarily bloating the
>> device/card's storage) or there is a special location, where
>> shared/common libraries can be installed and reused by many
>> applications. Then, if that's possible, what about versioning?
>>
>> Thanks,
>> Stoyan
> >
>

--~--~---------~--~----~------------~-------~--~----~
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
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to