搜索资源列表
Android-buy-furniture-stores-systems
- Android双虎家私门店导购系统 后台: 1.维护用户信息,包括用户名、密码以及所分配密钥。 2.实现对产品信息数据的增加、删除和修改。 3.能够对前端发送回来的订单数据进行统计展示 4.将数据传输到前端的时候可以对数据进行加密。 5.可以向所有用户发布广播通知。 6.对前端发回的留言进行管理。 7.提供新版本软件的发布功能。 前端: 1.通过厂家提供的用户名、密码登陆平台。 2.本地存储数据离线快速展示。 3.快速准确的搜索所需信息,可分为两
dxsxshtzym
- 某大学学生会消息通知平台源码是一套关于学校社团内部的通知系统,全部与服务端的交互都写在了DataManage.java里使用的是直接http请求然后解析的方式,没有使用Web Service。项目不大,主要分为用户广播和管理、个人资料更新、个人密码更改等-A university student message notification platform source code is a notification system on the school community, all inter
Ch12
- 使用getSystemService取得通知管理对象Notification,创建Pendingintent对象;创建广播接收器的方法BroadcastReceiver,发送与接收自定义广播;系统服务与广播接收。(Use getSystemService to get the notification management object Notification, create Pendingintent object, create the broadcast receiver's metho