I want to develop a library for Android. In what form can I ship it? jar, apk or something else? How should I do it so that other developers can use my library in their applica
I would just toss your code up on link text and allow users to download the code or fork it from there. I've seen quite a few Android libraries on GitHub.