Is it possible to tell whether a compiled Android app is using a WebView? -


for instance, want know part of netflix android app implemented using webview, because i'd similar (the way rows , columns of movie thumbnails scroll horizontally , vertically) , want know if possible using webview.

one thing have done turned on of developer tools on device, such 1 draws rectangles around views. can see netflix app seems have 1 main view, no internal views. doesn't mean webview.

you can use uiautomatorviewer inspect ui of running production app on device, see widgets uses , located on-screen.


Comments

Popular posts from this blog

image - ClassNotFoundException when add a prebuilt apk into system.img in android -

I need to import mysql 5.1 to 5.5? -

Java, Hibernate, MySQL - store UTC date-time -