I want to know what does file:/// mean while loading a html file from the assets folder in android
file:///
Is it an absolute path name which points to the root
If someone uses AndroidStudio make sure that the assets folder is placed in
app/src/main/assets
directory.