-
android 生成动态复杂表格
表格数据是纵横交叉的,也有规规矩矩的,有几种类型。利用LinearLayout和TableLayout实现了
- 2022-03-22 08:05:41下载
- 积分:1
-
android 测身高标准体重 示例源码
android 测身高标准体重 示例源码
- 2014-04-16下载
- 积分:1
-
Android OnClickListener监听接口用法范例
Android OnClickListener监听接口用法范例,基础级的例子,
Button button = (Button) findViewById(R.id.Button01);//获取屏幕中的按钮控件对象
button.setOnClickListener(//为按钮对象添加OnClickListener接口实现
//OnClickListener为View的内部接口,其实现者负责监听鼠标点击事件
new View.OnClickListener(){
public void onClick(View v){
LinearLayout ll=(LinearLayout)findViewById(R.id.lla);//获取线性布局对象
String msg=LinearActivity.this.getResources().getString(R.string.button);
Button tempbutton=new Button(LinearActivity.this);//创建一个Button对象
tempbutton.setText(msg+(++count));//设置Button控件显示的内容
tempbutton.setWidth(80);//设置Button的宽度
ll.addView(tempbutton);//向线性布局中添加View
System.out.println("========= count"+count);
- 2023-05-27 15:00:04下载
- 积分:1
-
ovnojn
一个QPSK的仿真程序,使用的是COSTAS环来恢复载波,给予SIMULINK(A QPSK emulator that uses the COSTAS loop to recover the carrier and give it to the SIMULINK)
- 2019-03-27 10:16:23下载
- 积分:1
-
文件上传
图片多选,文件上传图片多选,文件上传图片多选,文件上传图片多选,文件上传图片多选,文件上传图片多选,文件上传图片多选,文件上传图片多选,文件上传图片多选,文件上传图片多选,文件上传图片多选,文件上传图片多选,文件上传图片多选,文件上传图片多选,文件上传图片多选,文件上传图片多选,文件上传图片多选,文件上传图片多选,文件上传图片多选,文件上传图片多选,文件上传图片多选,文件上传图片多选,文件上传图片多选,文件上传图片多选,文件上传图片多选,文件上传图片多选,文件上传图片多选,文件上传图片多选,文件上传图片多选,文件上传图片多选,文件上传图片多选,文件上传图片多选,文件上传图片多选,文件上传图片多选,文件上传图片多选,文件上传图片多选,文件上传图片多选,文件上传图片多选,文件上传图片多选,文件上传图片多选,文件上传图片多选,文件上传图片多选,文件上传图片多选,文件上传图片多选,文件上传图片多选,文件上传图片多选,文件上传
- 2022-07-12 10:46:10下载
- 积分:1
-
android 电子书实例源码下载
android 电子书实例源码下载
- 2015-05-12下载
- 积分:1
-
基于android studio开发的新闻资讯系统
基于android studio开发的新闻资讯系统,完美兼容,界面优美,可参赛。 有代码,有报告册(包含实验截图,实验详解,实验功能描述,功能实现,数据库设计,系统框架,系统功能设计,以及需求分析等)一步到位,
- 2020-06-16下载
- 积分:1
-
Android平台开发——手机号码归属地查询
编写一个手机号码归属地查询的应用程序。(要求:可以联网的电脑或者可以联网的android手机。)
使用Ksoap2来访问WebService
soap协议
1、添加Ksoap2第三方类库到工程类库中
- 2022-07-24 12:22:41下载
- 积分:1
-
仿网易新闻客户端 ViewPageIndicator
仿网易新闻客户端_ViewPageIndicator 仿网易新闻客户端 ViewPageIndicator
- 2014-04-10下载
- 积分:1
-
android拨打电话源码
用户下载您上传的代码所支付的积分,将奖励给您。代码质量越高,下载次数越多,您获得的积分奖励也越多
如标题所示 写了3遍介绍 每次提交失败。。。重新写
- 2022-01-22 06:05:32下载
- 积分:1