2022年8月27日
摘要: For Android Studio 1.5: Right click on res -> new -> Image Asset On Asset type choose Action Bar and Tab Icons Choose the image path Give your image a 阅读全文
posted @ 2022-08-27 14:26 laremehpe 阅读(45) 评论(0) 推荐(0) 编辑
摘要: 按钮点击触发: public void execute(View view) throws Exception { FragmentManager fm = getFragmentManager(); FragmentTransaction ft = fm.beginTransaction(); f 阅读全文
posted @ 2022-08-27 14:14 laremehpe 阅读(259) 评论(0) 推荐(0) 编辑
摘要: public class MainActivity extends AppCompatActivity { private static final int NOTIFICATION_ID = 0; AlarmManager alarmManager; Intent AlarmReceiver; P 阅读全文
posted @ 2022-08-27 12:02 laremehpe 阅读(23) 评论(0) 推荐(0) 编辑