摘要:
登陆页 //声明Intent对象,并启动 LoginActivity Activity Intent intent = new Intent(); intent.setClass(LoginActivity.this, MainActivity.class); String... 阅读全文
摘要:
LoginActivity.javapackage com.example.ruian; import android.app.Activity;import android.app.AlertDialog;import android.content.DialogInterface;import ... 阅读全文