Created
August 20, 2013 08:05
-
-
Save kylelk/6278487 to your computer and use it in GitHub Desktop.
python android webView
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import android | |
droid = android.Android() | |
droid.webViewShow('http://www.google.com', None) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment