I usually have issues with power and steady internet connectivity. Thus I'm wondering if it is:
- Possible to import a library that exists in an existing local project of mine to a new project. Without having to add the library dependency (or even if I have to add the dependency, at least without having to download the library again.)
E.g Assuming I have an existing project in which I used Retrofit for my network calls. Now if I create a new project which requires I use Retrofit again, is there a way I can get the Retrofit library or source code from the already existing project into this new project, without having to download the library all over again from the internet.
- If possible, how can I access this library on my local machine or existing Android project