I want to do a research by monitor user behavior using android app.
So we want to collect how many time they spend in each page in detailed
(not only the total time we need for each portion of page cause the page is very long and scrollable)
it's like we want to collect data like this:
Also I want to ask is there any way I can do it without using WebView?
Some point I forgot to say is "yes we plan build our own app" and "we want build a news app but we don't want to show news article using webview but in our own layout instead"
If any other information is required, let me know!
I would go on like this:
and I'm personally not a fan of webview, but if you don't want to use this page instead of a webpage you have to make your own native App with this design. (what I prefer more than everything :D + you wouldn't have pages being that long and it would be more smooth for users using your app)
Scenario: Instance variables:
and so on :)