上一页 1 ··· 54 55 56 57 58 59 60 61 62 ··· 99 下一页
摘要: android从入门到精通pdf 明日科技 链接: https://pan.baidu.com/s/1dGSkbCl 密码: wpaa (失效) 链接:https://pan.baidu.com/s/1AL9EY2UXJoqKy8D1f5uI5A 密码:np8i 阅读全文
posted @ 2022-02-19 21:37 txwtech 阅读(348) 评论(0) 推荐(0) 编辑
摘要: 安卓app_sl3_22计时器_显示当前时间_系统时间 package com.example.sl3_22; import java.text.SimpleDateFormat; import java.util.Date; import android.app.Activity; import 阅读全文
posted @ 2022-02-19 20:56 txwtech 阅读(62) 评论(0) 推荐(0) 编辑
摘要: eclipse 安卓app开发环境搭建 参考连接: https://blog.csdn.net/wqh0830/article/details/86241458 Android开发环境搭建可以分为以下四步: 第一步、安装JDK; 第二步、安装Eclipse; 第三步、下载并安装AndroidSDK; 阅读全文
posted @ 2022-02-19 16:02 txwtech 阅读(1848) 评论(0) 推荐(0) 编辑
摘要: eclipse如何新建安卓app项目程序 阅读全文
posted @ 2022-02-19 15:46 txwtech 阅读(140) 评论(0) 推荐(0) 编辑
摘要: 安卓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 阅读(52) 评论(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 阅读(30) 评论(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 阅读(31) 评论(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 阅读(24) 评论(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 阅读(26) 评论(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 阅读(33) 评论(0) 推荐(0) 编辑
上一页 1 ··· 54 55 56 57 58 59 60 61 62 ··· 99 下一页