I am trying to hit a JSON api in webview and then store the results in local sqlite Database of my app.
I also wanted to ask this is webview able to read local app data and can we put local data into a webview’s settings, such as a header, cookie etc
Is this possible?
Any help is appreciated.
Yes , Parse the json to the class object using GSON (or any other parser). class data you can use for sqlite.
GSON is for parsing the json to directly class object.