I want to load an html file with its folder containing images and .css files from the phones internal storage to an apps android-webview. i have tried a lot of examples from the net but nothing works.. i am new to android. i found and tried something like this
private String curURL = "file:///data/data/com.yourproject.example/files/index.html";
webview.loadUrl(curURL);
and many other more. But i cannot find the path inside my phone "com.yourproject.example" even after i run the app and i have looked every folder inside because it is where i would suppose to put this folder "files/index.html" i assume. I know this is just easy for you guys but i am getting no luck in this.