09 2023 档案

摘要:activity1: Intent intent2 =new Intent(this,checkactivity.class); startActivityForResult(intent2,1000);activity2: @Override public void onBackPressed() 阅读全文
posted @ 2023-09-12 10:03 林风沐雨 阅读(107) 评论(0) 推荐(0)
摘要:compile 'com.android.support:design:24.1.1' 在gradle中添加,但是编译不通过, 需要把compile 改成 build gradle module dependencies { implementation 'androidx.appcompat:ap 阅读全文
posted @ 2023-09-06 10:49 林风沐雨 阅读(28) 评论(0) 推荐(0)