I want to retrieve all classes from model packge in android project but unable to get please share any suggetion or solution .
thanks.
I want to retrieve all classes from model packge in android project but unable to get please share any suggetion or solution .
thanks.
Hope this will help-
Use import <package_name>.*
. *
will allow to access all classes of that package