上一页 1 ··· 87 88 89 90 91 92 93 94 95 ··· 132 下一页
摘要: 安卓app_sl3_21日期拾取器,为时间拾取器设置监听器 package com.example.sl3_21; import java.util.Calendar; import android.app.Activity; import android.os.Bundle; import and 阅读全文
posted @ 2022-02-19 15:40 txwtech 阅读(86) 评论(0) 推荐(0)
摘要: <!-- sl3_19 --> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layo 阅读全文
posted @ 2022-02-18 22:22 txwtech 阅读(49) 评论(0) 推荐(0)
摘要: 获取选中额选项的值。 <!-- array.xml --> <resources> <!-- Base application theme, dependent on API level. This theme is replaced by AppBaseTheme from res/values- 阅读全文
posted @ 2022-02-18 21:43 txwtech 阅读(58) 评论(0) 推荐(0)
摘要: <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_pa 阅读全文
posted @ 2022-02-18 20:30 txwtech 阅读(35) 评论(0) 推荐(0)
摘要: 安卓app_sl3_15复选框按钮示范 package com.example.sl3_15; import android.app.Activity; import android.os.Bundle; import android.util.Log; import android.view.Me 阅读全文
posted @ 2022-02-17 21:21 txwtech 阅读(38) 评论(0) 推荐(0)
摘要: package com.example.sl3_14; import android.app.Activity; import android.os.Bundle; import android.view.Menu; import android.view.MenuItem; import andr 阅读全文
posted @ 2022-02-17 20:24 txwtech 阅读(49) 评论(0) 推荐(0)
摘要: 图像按钮android:onClick="myClick"对应MainActivity.java的myClick方法,点击按钮显示toast提示消息后自动消失 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/androi 阅读全文
posted @ 2022-02-17 19:48 txwtech 阅读(91) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2022-02-17 08:00 txwtech 阅读(36) 评论(0) 推荐(0)
摘要: 获取编辑框的值 <TableLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="m 阅读全文
posted @ 2022-02-16 22:25 txwtech 阅读(83) 评论(0) 推荐(0)
摘要: 安卓app_sl3.10游戏界面设计按钮点击事件-toast notification-点击进入弹出消息自动关闭 package com.example.sl3_10; import android.app.Activity; import android.os.Bundle; import and 阅读全文
posted @ 2022-02-15 22:24 txwtech 阅读(50) 评论(0) 推荐(0)
上一页 1 ··· 87 88 89 90 91 92 93 94 95 ··· 132 下一页