cprcrack / VideoEnabledWebView

Android's WebView and WebChromeClient class extensions that enable fully working HTML5 video support
MIT License
1.05k stars 289 forks source link

Newbie instructions to get started #52

Closed BobAchgill closed 4 years ago

BobAchgill commented 4 years ago

Hey guys!

I am new to using Android Studio and coding. I have made a Webview app before with AS but I seem to be missing something as to how to get your code implemented.

My use case is that I just need one layout that boots up when the app opens pointing to a local asset html file. My users will be across all types of Android phones... old and new. My local html pages have video, JS playlist, check boxes, and Google Analytics.

I'm looking forward to your making full screen videos work!

Thanks! Bob

EDIT: When I import the project into AS it keeps telling me the the project is not Gradle based.