Two questions about android app

Hi,I have two questions that I would like to know the answer to.
First of all, how can I add rewarded ads and manipulate javascript related events? My application uses webView.
Second, how should I save Android game progress? Via localStorage?

Ad 2. localStorage is a good idea, works similarly for cookies in browsers (but not identical)

1 Like

Thanks