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

1
Hello, I'm creating a web browser for Android with webview using Android Studio it already does research now I'm wanting to do a browsing history where it gets the sites that have been entered, just Google Chrome, so I do not have the least possible idea of how to start doing this

    
asked by anonymous 08.04.2018 / 22:04

1 answer

0

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

    
09.04.2018 / 13:33