摘要: 安卓app_sl4_12使用Notification在状态栏上显示通知 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/t 阅读全文
posted @ 2022-03-10 08:06 txwtech 阅读(75) 评论(0) 推荐(0)
摘要: 安卓app_sl4_11使用Toast显示消息提示框 通过构造方法创建消息提示框 package com.example.sl4_11; /* * 使用Toast显示消息提示框 */ import android.app.Activity; import android.os.Bundle; imp 阅读全文
posted @ 2022-03-10 08:01 txwtech 阅读(80) 评论(0) 推荐(0)