android - Third Party Custom Components -


as new android development, did find section custom components. interested in create custom components , make them available other developers. there article or information covers creation & deployment of third party components android?

example:
company "a" wants use custom component wrote. how go getting them , can use in there application development?

thanks in advance!

craig

android applications not different java programs. in order create own library can create jar out of distribute jar. use it, 1 have include jar in code.

using eclipse, can use export function create jar. it's possible create jars out of android projects, in case have careful not include conflicting files (like androidmanifest.xml) when creating jar, or else library useless end user.


Comments

Popular posts from this blog

c# - How to set Z index when using WPF DrawingContext? -

razor - Is this a bug in WebMatrix PageData? -

android - layout with fragment and framelayout replaced by another fragment and framelayout -