Question
Closed
Solved
Java -Method
To use a method which is a part of an external package, the package has to be added to the library to which a function belongs to.
Similarly where do we need to add the packages, if we need to use a certain method of the class in that package, in a java method in an activity?