I was be able to display a Map but uses internet so it required the <uses-permission android:name="android.permission.INTERNET" />
permission.
I don't want to use this. I want to make a project that works offline. I want to display a map which is stored in one of the folders in my project and display it programmatically.
It should be offline, and should be able to zoom in/out.
Please share your thoughts in this.
Thank you!