Hi all,
After finishing some customized views, how can I use them in other
packages?
That is to say, for example, I have a customized view named
CustomViewA in a package CustomizedViews.apk. The CustomViewA not only
has codes but also uses some resources in the package, such as res/
drawable, res/layout, res/values/attr.xml etc. Then, I want to create
another project, named TestCustomizedViews.apk, and want to use
CustomViewA in this package.
How could I do this? How to export the CustomizedViews.apk and how to
import it into TestCustomizedViews.apk?
Anyone can help me?