• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Search results

  1. A

    Can I use Android WebView object for Google Authentication?

    I'm using Android Studio to update a login page that authenticates via Google. In the onCreate method, I have a function, called loadWebViewPage(), that loads up our authentication page that uses Google for auth. When loadWebViewPage() is called I have the following: private void...