Hello,
thank you.

My application design wants to solve follow problem:

i've to create an application "template". I sell this template to my
customers. They extend my application with their ui.

My solutions are:
- create a jar library, in this way customers can integrate my jar in
their app. Problem is: i haven't control on their app, so if there is
a bug in my jar library, how i can solve it for all app of all my
customers?
- create a basic app without ui, so my customers can create their app
and use services provided by my app. In this way i can correct and
upgrade my app, and customers haven't to upgrade their apps.

Do you have suggests?

Thanks.

On 13 Nov, 20:45, Mark Murphy <mmur...@commonsware.com> wrote:
> On Sat, Nov 13, 2010 at 2:34 PM, Bret Foreman <bret.fore...@gmail.com> wrote:
> > Here's an example where they did something like what you suggest.
>
> IMHO, Locale bears little resemblance to what the OP is requesting.
>
> Locale is an application, not a library. Locale has intrinsic value to
> the end user but can be extended via integration with other
> applications -- a library has no value to the user. Many apps that
> integrate with Locale also have intrinsic value and can run without
> Locale -- apps that depend upon a library cannot.
>
> Locale *is* an excellent example of the integration possibilities of
> Android, particularly between two peer applications. It is not an
> example of a "software library", IMHO.
>
> --
> Mark Murphy (a Commons 
> Guy)http://commonsware.com|http://github.com/commonsguyhttp://commonsware.com/blog|http://twitter.com/commonsguy
>
> Android Training in London:http://bit.ly/smand1andhttp://bit.ly/smand2

-- 
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