-
android 将视频上传至服务器(汗服务器端源码)
android上传图片、视频、文件,服务端使用wcf接收android上传图片、视频、文件,服务端使用wcf接收
- 2014-10-24下载
- 积分: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
-
GeolocationService
Implements the Java side of GeolocationServiceAndroid.
- 2014-01-06 11:58:07下载
- 积分:1
-
lcIPC_SurfaceView
surface,H264,解码,显示,网络流,播放(surface, H264)
- 2013-08-06 10:18:16下载
- 积分:1
-
android theme 皮肤 实例
android皮肤更改实例
- 2013-03-10下载
- 积分:1
-
Android 的数字时钟
这一项目定义 anlalog 和数字时钟,你可以模拟和数字时钟通过创建此应用程序。
此应用程序是非常有用的大学生干那里最后课。
- 2023-08-19 00:35:04下载
- 积分:1
-
stm32 无刷电机控制板
stm32f103c8t6 做主控 自制无刷电机(bldc )控制板,支持有感和无感两种模式。可通过硬件切换。内部包含原理图和源代码及照片,原创资料。
- 2020-05-26下载
- 积分:1
-
fdx
开发安卓短信软件,短信收取,发送,等简单功能(Android SMS software development, SMS received, sent, and other simple functions)
- 2014-05-04 20:35:20下载
- 积分:1
-
07208381Mms
android 开发平台上的彩信开发源码,用于MMS开发(MMS android open source development platform for the development of MMS)
- 2016-03-21 17:30:48下载
- 积分:1
-
android Json解析网络数据并显示 例子
android Json解析网络数据并显示 例子
- 2015-06-15下载
- 积分:1