Browser in Android Phone

Andy Flower

New member
Jun 12, 2018
2
0
0
I am android developer and asked to make an in built browser.
I have not seen yet any in built browser.
Anyone can help me find it?
I am also looking for a tutorial or source code which can teach me to develop this in built browser in android. Share if you know any good tutorial.
Thanks in advance.
 
Hello Andy,
I have experienced an in built browser in facebook lite app.
Whenever I open any link from fb lite, it opens it in a new separate browser. Try this.
Now for developing this in built browser in your app, you need to use webview for this.
Here I have found a tutorial which has webview with back button in android app.
One of my trainee finds this example very useful so I guess it will also guide you with your in built browser functionality.
 
Thank you michael for quick reply.
I checked in friend's facebook lite app and yes in built browser is there.
Your example for webview also looks good.
Cheers!