Back to project page android-soil-finder.
The source code is released under:
GNU General Public License
If you think the Android project android-soil-finder listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package com.tschuy.soilfinder; //from ww w . java 2 s . co m import android.webkit.WebViewFragment; /** * Created by evant_000 on 3/19/14. */ public class WebViewFrag extends WebViewFragment { public static WebViewFrag newInstance() { return new WebViewFrag(); } }