I am very new to both the Android and JVM platforms. Using Android Studio, I would like to create an Android app and put most of my business logic in a library. I would also li
Create Android studio project After that create as many as module which are basically Android library You can select the language of module (java/kotlin)
Extra Upload your module to github and use jitpcak tool to make your module a library like this Implementation 'com. My. Module:1.0'
And use your module any future project