-
eclipse 程序入门
本程序是eclipse设计的入门程序,可以帮助大家尽快熟悉eclipse。
- 2022-03-14 13:22:26下载
- 积分:1
-
wifi_control_computer
一个基于安卓平台的用wifi控制电脑的源代码(An Android-based platform for the control of a computer source code wifi)
- 2013-09-07 20:08:04下载
- 积分:1
-
didi_car
基于rexsee源码,搭建的一款android应用,实现租车服务,功能类似滴滴打车-An android app,based on rexsee sourcecode,render car service(Based on rexsee source code, build a Android application to achieve car rental services, functions similar to the taxi drops android app based, on rexsee sourcecode render, car service-An)
- 2020-10-22 16:17:23下载
- 积分:1
-
android gps 演示
android gps 演示
- 2022-08-10 22:07:49下载
- 积分:1
-
android 视频通话 例子(webrtc)
服务器端源码 看这里 https://github.com/simplehappy2600/simple-webrtc-video-chat
- 2015-07-02下载
- 积分:1
-
Android《戒烟》助手APP源代码
Android《戒烟》助手APP源代码,通过记录用户戒烟开始时间、每日抽烟数量和单价,向用户展示戒烟总时长和节省的费用。此外,用户还可以设定小目标、记录日记等。
软件环境:安卓4.0及以上操作系统。
可设置戒烟开始时间,抽烟数量和单价(以往个人习惯)
记录戒烟时间、节约费用
设置个人戒烟目标、记录日记等。
里面的日期选择器很漂亮哦。
- 2022-07-23 23:03:54下载
- 积分:1
-
BarCode
说明: delphi10安卓下条码扫描程序,通过调用jar文件实现(Delphi10 Android barcode scanning program By calling jar file)
- 2020-03-31 10:40:44下载
- 积分:1
-
xmpp 即时通信客户端
xmpp 即时通信客户端
即时通信的实现验证,框架!基于xmpp asmarck的实现,实现了点对点通信,文字传输等功能是一个比较好的开源项目有何大的几件意义!
- 2023-08-25 19:35:04下载
- 积分: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
-
TopFrame
像"天天动听"软件一样实现最上方的悬浮文本(Suspended above the text to achieve the most like a " nice day" software)
- 2012-10-16 17:55:24下载
- 积分:1