09 2023 档案
摘要:activity1: Intent intent2 =new Intent(this,checkactivity.class); startActivityForResult(intent2,1000);activity2: @Override public void onBackPressed()
阅读全文
摘要:compile 'com.android.support:design:24.1.1' 在gradle中添加,但是编译不通过, 需要把compile 改成 build gradle module dependencies { implementation 'androidx.appcompat:ap
阅读全文
浙公网安备 33010602011771号