In my application I need to know the name of package name. I have no problem when I want to grab it in activities but i can\'t take it in other classes. Following code is workin
If you use gradle build, use this: BuildConfig.APPLICATION_ID to get the package name of the application.
BuildConfig.APPLICATION_ID