Use ChromeView in an Android app

I am trying to use ChromeView in my Android app to run some preload html. I follow this guide https://github.com/pwnall/chromeview

I can import it correctly into my project, but I don’t see the ChromeView component in Pallete, because it is mentioned there, so my application crashes because a class exception was not found.

Thanks in advice

+4
source share
1 answer

I just implemented this and it worked. Hope this helps someone. Here is how I did it:

ChromeView Pallete XML. .

:
enter image description here

, , Custom View .

enter image description here

, .. ChromeView .

enter image description here

ChromeView , XML , chromeview .

0

Source: https://habr.com/ru/post/1529063/


All Articles