List of usage examples for android.webkit WebViewFragment subclass-usage
From source file org.mariotaku.twidere.fragment.LicenseFragment.java
public class LicenseFragment extends WebViewFragment { @Override public void onActivityCreated(Bundle savedInstanceState) { super.onActivityCreated(savedInstanceState); loadUrl("file:///android_asset/gpl-3.0-standalone.html");
From source file com.chatwingsdk.fragments.ProfileInfoFragment.java
/** * Created by steve on 3/6/14. */ public class ProfileInfoFragment extends WebViewFragment { private static final String PROFILE_KEY = "PROFILE_KEY";
From source file com.chatwing.whitelabel.fragments.ProfileInfoFragment.java
/** * Created by steve on 3/6/14. */ public class ProfileInfoFragment extends WebViewFragment { private static final String PROFILE_KEY = "PROFILE_KEY";
From source file org.mariotaku.twidere.fragment.WebMapFragment.java
public class WebMapFragment extends WebViewFragment implements MapInterface { private final Uri mUri = Uri.parse("file:///android_asset/mapview.html"); private double latitude, longitude;
From source file com.dwdesign.tweetings.fragment.WebMapFragment.java
public class WebMapFragment extends WebViewFragment { private final Uri mUri = Uri.parse("file:///android_asset/mapview.html"); private double latitude, longitude;