-
Android
- 2022-01-28 17:47:40下载
- 积分:1
-
视频压缩
视频压缩
- 2013-11-03下载
- 积分:1
-
AvdCreationDialog
AVD creator dialog Source Code for Andriod.
- 2013-10-24 10:33:40下载
- 积分:1
-
安卓局域网视频聊天
利用openfire服务器搭建的即时通讯系统,本程序经过过测试能够运行,并且实现了登录和聊天功能,使用本软件前提是首选安装openfire服务及数据库,然后用户名及密码,本软件是利用Java在安卓上实现的,登录前需要设置ip地址,登录的ip地址和你的openfire服务器地址一致后方才能登录,本程序实现了建立聊天室,但是没有实现群聊功能。
- 2022-01-21 23:15:27下载
- 积分:1
-
Android 在状态栏添加Notification信息图标及提示
这个例子演示Android 在状态栏添加Notification信息图标及提示,相信大家对这个功能已经不陌生了,手机中安装的APP,一般都会在后台运行,时不时会在手机顶部的状态栏中显示应用的图标,滑出状态栏会看到详细的信息,本例子就是模拟实现了此功能:
Intent i = new Intent(Sample_6_10.this, NotifiedActivity.class);
PendingIntent pi = PendingIntent.getActivity(Sample_6_10.this, 0, i, 0);
Notification myNotification = new Notification();//创建一个Notification对象
myNotification.icon=R.drawable.header;//Notification的图标
myNotification.tickerText=getResources().getString(R.string.notification);
myNotification.defaults=Notification.DEFAULT_SOUND;
myNotification.setLatestEventInfo(Sample_6_10.this, "示例", "点击查看", pi);
NotificationManager notificationManager = (NotificationManager)getSystemService(NOTIFICATION_SERVICE);
notificationManager.notify(0, myNotification);//发送Notification
- 2022-06-26 12:21:22下载
- 积分:1
-
gffgujytyfgvgkh
上面的转接板支持10针插脚以及22个0.5毫米和24个0.4毫米插脚。它有一个内置的升压转换器,用于产生由mcu的pwm控制的各种led电源电压。它有一个感应引脚,允许您测量背光电流,并通过改变pwm占空比进行相应调整。
- 2022-01-26 07:17:16下载
- 积分:1
-
T_ReboundAnim
提供了android的gallary和gridview的反弹效果,如已经到头了,在按《-键或鼠标拖动,会有反弹效果(Provides the android gridview gallary and rebound effects, such as have already been explored, and in the press "- key or mouse to drag, there will be a rebound effect)
- 2011-12-22 16:56:54下载
- 积分:1
-
Android开发框架
Android开发框架,表现层、业务层、数据层,采用gradle构建。独立于框架、独立于UI、不依赖于数据库和外部代理。
- 2023-01-30 19:25:03下载
- 积分:1
-
Day6_one
安卓的基础图像动作,附带matrix,带有旋转、错切、平移等多功能(Action of the the Andrews basis of image, incidental matrix, with rotating the wrong cut, pan, such as multi-functional)
- 2012-10-19 16:08:18下载
- 积分:1
-
andriod滚轮选择生日 例子源码下载
andriod滚轮选择生日 例子源码下载
- 2015-04-21下载
- 积分:1