1
I need to use a lib to zoom in on the imageview of Android Studio, after a few searches, I found a lib on github that can help me, but I couldn’t use it in my project, someone explain to me how to use github in my project? I’m new in the area and I’m getting to know the github now. I imported the downloaded project but it opens as a new independent project, so I could not use anything.
normally on the page of the same has a tutorial, search for videos on youtube have many on it, how to use these...
– Steve Rogers
What is the name of this lib? See if it is not declared inside the block
dependencies
in the archivebuild.gradle
of the project you downloaded from Github. If you are, just copy the statement to the filebuild.gradle
of your project.– StatelessDev