Exchange code between Android applications

I am trying to find best practice for code sharing among a group of Android applications. For example, suppose I have a content provider that I want to access from multiple Android apps. I would like to have a class containing static elements for content URIs, column identifiers, etc. This class will be used by the content provider implementation, as well as by applications that use the content provider. What is the best way to do this in Eclipse? Thank.

- rich

+3
source share
1 answer

, , . , .

+2

Source: https://habr.com/ru/post/1730893/


All Articles