How to Create a Browsing History For Android Browser? -Android Studio

Asked

Viewed 115 times

1

Hello I’m creating a browser for Android with webview using Android Studio it already does research now I’m wanting to do a browsing history where are the sites that were entered, just like Google Chrome, so I have no idea how to start doing this

1 answer

0


The ideal would be to create a Sqlite database with a table for the history and save the data, such as the url, access date etc and such. This way you can display it later and the person can access the links again through the history :D

Browser other questions tagged

You are not signed in. Login or sign up in order to post.