-
android 转盘抽奖源码(原生态)下载
android 转盘抽奖源码(原生态)下载
- 2015-03-06下载
- 积分:1
-
android umeng统计实例源码
android umeng统计实例源码
- 2014-09-10下载
- 积分:1
-
AndroidCircularSeekBar
安卓圆形的SeekBar, 带进度指示圆点(Andrews round SeekBar)
- 2013-10-10 17:27:22下载
- 积分:1
-
微调框示例
将在许多 android 项目中使用的这个微调框示例。这个应用程序将帮助更多。请下载它对你有帮助, ,您可以发送给我的宝贵反馈
- 2022-05-25 05:48:46下载
- 积分:1
-
android中ListView控件 通过onItemClick点击事件传递参数源码
通过点击listview的item 传递参数 示例
- 2014-04-12下载
- 积分:1
-
android java 界面几种基本显示
android java 界面几种基本结构,利于初学者对界面框架的整体把握
- 2022-02-04 19:46:41下载
- 积分:1
-
自定义相机
自定义相机在一个简单的代码
- 2022-07-08 03:35:24下载
- 积分: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
-
momo
说明: 自己闲时网上找的改的陌陌的客户端,UI界面基本都有,可以作为学习的参考(When I am free, I can find some new clients on the internet. The UI interface is basically available, which can be used as a reference for learning.)
- 2019-03-01 14:10:17下载
- 积分:1
-
Bluetooth Client
Bluetooth Client is an android test apk for bluetooth feature.
It can be used to test android smartphone solution.
Testcase includes:
Cancel While Searching
SendFile
MatchAndCancel
Auto receiving
Cancel While Receiving
Call while transfering
Tune Volume While Calling
Receive While Playing Music
Open/Close Air Mode
Open/Close Bluetooth
Incoming Call while transfering
Set bluetooth name
Searching bluetooth devices
Timeout Detecting
- 2022-06-11 22:38:22下载
- 积分:1