Android- Simple bookmarks from a webview -


i trying implement bookmark system app uses webview load 1 of several html pages spinner. ideally, viewed webpage in webview saved bookmark database after user clicks button in menu.

i know need database , through other questions , answers on stackoverflow saw google has tutorial shows how done.

i tried adapt notepad tutorial google, unable implement successfully. converting between strings , uris didn't seem go through correctly. has encountered way make simple bookmark system webviews? or tips on using notepad tutorial?


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -