このコードをAndroidのアプリのプログラムに入れました。
public class StudentModule extends Activity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_student_module);
WebView ourBrow = (WebView) findViewById(R.id.wvStudent);
ourBrow.loadUrl("http://sample.com/");
問題はこれです...私もそのウェブサイトにログインできず、password
正しいusername
です..:(助けてください。