-
客户端首页广告栏位循环 并支持点击
客户端首页广告栏位循环 并支持点击
- 2015-01-19下载
- 积分: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
-
communication-spftware
聊天软件,基于TCP/IP协议的聊天软件开发(communication software)
- 2013-10-25 20:29:57下载
- 积分:1
-
ANE
Adobe Air是利用Adobe公司的Flash技术开发的媒体播放平台。而Native Extension就是让AIR可以调用各个平台上的本地代码(native code, 如ios上的object-c,android上的java,desktop上的c++,ca#等),从而完成对AIR中Actionscript API的自定义扩展。即可以让开发者通过编写基于平台的本地代码扩展ActionScript。从而完成一些原有Actionscript无法完成的功能。(Adobe Air is developed by using Adobe s Flash technology media platform. While the Native Extension is to make AIR calls on every platform native code (native code, such as IOS Object-C, Android Java, desktop c++, c#), thus completing the extensions to the AIR Actionscript API custom. That allows developers to write native code through the platform based on ActionScript. In order to complete some of the original Actionscript cannot perform the function.
)
- 2013-09-25 11:19:28下载
- 积分:1
-
GridViewTest
Android手机断的gridview应用模块。。。。。。。。。。(gridview app)
- 2014-10-15 13:15:29下载
- 积分:1
-
android 简洁阅读器 实例源码下载
android 简洁阅读器 实例源码下载
- 2015-01-28下载
- 积分:1
-
Android Button按钮拖动效果实例
Android 实现按钮拖动实例,Android Button Drag显示效果,在PC的安卓模拟器上运行,可以用鼠标按住按钮随意拖动位置,在手机上,就是手指按住按钮,实现拖动功能,代码里也有很多注释,但是是英文的啊,界面组件控制的一些操作例子。
- 2022-05-13 01:14:06下载
- 积分:1
-
意见反馈功能
意见反馈功能,应用的是友盟接口,完美实现反馈,反馈的内容会提交到开发者,对app进行升级
- 2022-08-13 14:06:08下载
- 积分:1
-
compass
说明: 简单指南针,实现指南针的功能,新手使用
Android Studio(Simple compass, realize the function of compass, novice use)
- 2018-12-25 11:38:41下载
- 积分:1
-
Android天气预报
通过网络数据的解析来获得当前的数据.将天气的信息保存在本地的数据库中,可以搜索热门城市
- 2022-03-14 05:55:13下载
- 积分:1