Third-party custom components

Since I'm new to Android development, I found a section for custom components. I'm interested in creating custom components and their availability for other developers. Is there any article or information that covers the creation and deployment of third-party components for Android?

Example:
Company A wants to use a custom component that I wrote. How do I get it and that they can easily use it in application development?

Thanks in advance!

Craig

+3
source share
1 answer

Android Java. , , . , .

Eclipse, , . Android, , (, AndroidManifest.xml) , .

+2

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


All Articles