-
Man20
是男人就过20秒android源码 欢迎下载(Men over 20 seconds on the android source)
- 2012-11-29 16:27:10下载
- 积分:1
-
共享大巴
基于android的航空订票系统,客户端可实现功能有用户注册、登录、购买机票、查询班次、查询机型、查询网点、订阅消息和获取帮助。
服务器端可实现的功能有:存取用户信息、核对用户信息 。
主要是在windows系统,eclipse环境下,基于java的语言开发做一些简单的项目。
- 2022-02-01 17:21:36下载
- 积分:1
-
简单实用的tabhost实例
类似微信底部的选项菜单
- 2014-11-21下载
- 积分:1
-
loginwithsql
这是一个登录页面应用程序。这种应用程序创建用户和登录表单详细信息在这里保存在数据库中
- 2022-11-12 10:40:04下载
- 积分:1
-
SSO单点登录
【实例简介】
XXL-SSO 是一个分布式单点登录框架。只需要登录一次就可以访问所有相互信任的应用系统。 拥有"轻量级、分布式、跨域、Cookie Token均支持、Web APP均支持"等特性。现已开放源代码,开箱即用。
- 2021-09-28 00:31:11下载
- 积分:1
-
android_capture
基于android手机的远程视频监控系统
有安卓手机端和pc服务器端
可以通过网络将手机摄像头捕捉到的数据传送到pc端以图片显示(Andrews mobile terminal and PC server-side remote video surveillance system based on android phone through the network to the mobile phone camera to capture the data transfer to the pc end display pictures)
- 2013-03-27 18:00:04下载
- 积分:1
-
Medo
收入和支出。用不同类型的图表绘制。
- 2022-03-18 18:00:16下载
- 积分:1
-
android瀑布流的实现
android瀑布流的实现android瀑布流的实现android瀑布流的实现android瀑布流的实现android瀑布流的实现android瀑布流的实现android瀑布流的实现android瀑布流的实现android瀑布流的实现android瀑布流的实现android瀑布流的实现android瀑布流的实现android瀑布流的实现
- 2022-03-18 14:50:45下载
- 积分:1
-
AndroidGesturePassword
安卓手机的手势密码源码,用户可以设置九宫格密码并校验。(gesture password on android)
- 2013-12-14 20:35:19下载
- 积分: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