Android 开发学习笔记总结(更新中)Android 开发学习总结
Android 开发学习总结Activity几种跳转显式跳转:Intent intent = new Intent(LoginActivity.this, RegisterActivity.class);startActivity(intent);Intent intent1 = new Intent();ComponentName name = new ComponentName("com.bysj.yrj","com.bysj.yrj.RegisterActiv