Issue
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.
Solution
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.
Answered By - Srikanth
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.