码迷,mamicode.com
首页 >  
搜索关键字:android edittext inp    ( 100854个结果
JAVA日报
从零开始的体温app开发(layout1) <?xml version="1.0" encoding="utf-8"?><ScrollView xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://s ...
分类:编程语言   时间:2021-06-21 20:12:57    阅读次数:0
书籍《Android开发艺术探索》阅读进度
读到:1.3 IntentFilter的匹配规则 3.data的匹配规则 资料 网址 豆瓣网址 https://book.douban.com/subject/26599538/ ...
分类:移动开发   时间:2021-06-21 20:02:11    阅读次数:0
JAVA日报
从零开始的体温app开发(基本操作) editText0 = (EditText) findViewById(R.id.edt_name); editText0.setText();//编辑 编辑框内容 Intent intent = new Intent(); intent.setClass(ge ...
分类:编程语言   时间:2021-06-20 18:06:10    阅读次数:0
每日日报2021.1.24
今天完成内容: 学习sqlite数据库 完成安装及建表 学习增删改查 遇到问题: 无 明日目标: 学习Android studio的开发 ...
分类:其他好文   时间:2021-06-20 17:58:35    阅读次数:0
1036 Boys vs Girls (25 分)
This time you are asked to tell the difference between the lowest grade of all the male students and the highest grade of all the female students. Inp ...
分类:其他好文   时间:2021-06-20 17:53:20    阅读次数:0
AppCompatTextView 使用
Android设置drawableTop图片大小 流程:首先拿到控件上面位置的drawable,然后给指定drawable的边界,最后再把drawable设置进去;例子:https://blog.csdn.net/jky_yihuangxing/article/details/78490730 ...
分类:移动开发   时间:2021-06-19 19:35:11    阅读次数:0
物联网的一些行业解决方案
一 卓晟互联的JOSH:工业物联网(IIoT)定制的小型化、高效率、更安全的“Android”。在MCU上使用JOSH(使用标准的Java语言、Eclipse IDE编写程序),就可以像“安卓”一样开发互联网应用。 ? JOSH可以在多种类型的GD32 MCU上(包括Arm和RISC-V内核)运行 ...
分类:其他好文   时间:2021-06-19 19:13:57    阅读次数:0
Android的RadioButton
Android的RadioButton的常见写法 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" andro ...
分类:移动开发   时间:2021-06-17 16:53:21    阅读次数:0
Android的Activity
Activity的活动图 Resume:重新开始 1.启动Activity:系统会先调用onCreate方法,然后调用onStart方法,最后调用onResume,Activity进入运行状态。 2.当前Activity被其他Activity覆盖其上或被锁屏:系统会调用onPause方法,暂停当前A ...
分类:移动开发   时间:2021-06-17 16:52:16    阅读次数:0
Android的Activity的传值技术
...
分类:移动开发   时间:2021-06-17 16:50:15    阅读次数:0
100854条   上一页 1 ... 3 4 5 6 7 ... 10086 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!