I am trying to create an Android library for my friend. Something like
As you see, there is the "compile 'com.github.clans:fab:1.6.4'"
How can I create a wrapper/client like this for others to use?
I am trying to create an Android library for my friend. Something like
As you see, there is the "compile 'com.github.clans:fab:1.6.4'"
How can I create a wrapper/client like this for others to use?
Your question already has an answer. These two questions should help you
First one explains how you can create an android library project and second one explains how you can host it so that anybody can use it.