Table of contents
Previous knowledge
- Git
- GitHub
- Android Studio
- Graddle
- Java or Kotlin
Why
Not repeat same functions in yours projects
Solution
Creating your own Android library
After Creating New Project in Javar or Kotlin min api >21
Process
Create a new Project
Then In the same Project
Create new module type Android Library
Now take JitPack in the picture and finish the uploading process. Open JitPack and enter the URL of the GitHub repository in the box.
Then check on Get it! and Now you have differents methods of use it
Graddle is for Android