i've made a small library for android :
https://github.com/linkindrew/easyFTP
Also uploaded on Bintray, waiting for publish and JCenter approval.How can i make it available to "Free" stuff section on Android Arsenal ?
Here : https://android-arsenal.com/free
If you ever built an Android library, meant to be used in one or more projects, you have for sure faced the need to publish it in order to test its integration into your target app. You probably publish your libraries in some repository, such as JitPack, Nexus, JFrog, or other.
Step 1: Now you can use this android library in any of your projects. Open any project or create a new one (Here I’m creating a new project to use this library). In your project’s build.gradle (project: applicationName) add the following line.
During the preparation step you configure settings such as the library name, the technical requirements to run or embed the library, and metadata that help the Android Gradle plugin (AGP) consume libraries. You configure publication variants.
Libraries are often used to provide common functionalities that can be reused by other applications. The structure of an Android library is the same as that of an Android app module. Among other things, the library can include source code, resource files, and an Android manifest.
There's no automated submission process like maven/jcenter. Just use the Contact option and submit details of your library.
I'd also recommend submitting to Android Weekly which features new libraries. Just submit your repo link at the bottom of the page here
I've submitted libraries to both via these methods and they do get picked up.
You can also consider adding your libs to the new "Awesome Android" list. It's the new kind on the block https://android.libhunt.com/contribute
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With