Sharing elements between Android apps, a question of best practices

Posted by Emanuil on Stack Overflow See other posts from Stack Overflow or by Emanuil
Published on 2010-06-10T10:28:25Z Indexed on 2010/06/10 10:33 UTC
Read the original article Hit count: 397

Filed under:
|

Here's a quote from Android's Dev Guide:

A central feature of Android is that one application can make use of elements of other applications (provided those applications permit it). For example, if your application needs to display a scrolling list of images and another application has developed a suitable scroller and made it available to others, you can call upon that scroller to do the work, rather than develop your own.

Isn't it a bad practice to make an app dependent on other apps?

© Stack Overflow or respective owner

Related posts about android

Related posts about best-practices