搜索资源列表
WeatherDemo
- 利用Eclispe+android开发的可以实时更新天气信息的程序,其他用户可以向其发送消息获得天气信息-Eclispe+ android development using real-time weather information update process, other users can get weather information to send the message
Android1001Http
- 网络编程下:HTTP: 超文本传输协议,无状态协议,用地通过Internet发送请求消息和响应消息,默认为80端口。 是问答式的传输,比起Socket更加节约资源,但是第一次和第二次问答没有关系,无状态。用Session,Cookie,URL重定向是用来解决这个问题的。 HTTPClient(apache)-Network programming under: HTTP: Hyper Text Transfer Protocol, a stateless protocol, thro
ym_android-LumaQQME
- lumaqq移植到android平台上,实现了简单的登陆功能,消息发送,接受功能-lumaqq ported to android platform, to achieve a simple login feature, the message to send and receive functions. .
Phontroler-version-1.01
- Cellphone Controller设计的基本思想是Android手机端通过socket与电脑连接,在密码认证之后与电脑端的服务器程序连接,并向服务器程序发出命令,服务器程序通过调用系统命令行或给系统发消息,从而控制电脑。其优点是:节约了大量带宽;消耗的硬件资源小(电脑不用反复截屏发送图片流,手机端也不用播放流媒体);使手机端的用户操作更加便捷(UI更加适合手机用户操作);使手机端的用户体验更加流畅。-Cellphone Controller design of the basic idea
jmsdemo
- 本源代码主要向EJB初学者介绍JMS的使用,如何创建和初始化一个请求Requestor对象、如何初始化请求Requestor对象、如何建立一个会话和发送请求、如何打印出请求的过程信息、如何接受由反馈者replier发回的消息等-Source code to introduce the use of the JMS, EJB beginners how to create and initialize a request Requestor object, how to initialize th
sms
- Android开发短信息发送管理程序。具有发送短消息的功能-The Android Developer short messaging management program. Send Message function
SmsSenderDemo
- 应用于Android平台用于发送短消息的源码!-The Android platform is used to send a short message source!
auto-msg
- 在程序实现时,指定手机号码,指定消息内容,通过预定代码实现自动发送短信的功能,发送成功给出提示,接受者的手机将显示一条内容为“这条短信是自动发送的”手机短信。-The program is to achieve the specified phone number, specify the content of the message by a predetermined code to send text messages automatically sent successfully hin
AutomaticText
- Android编程实现手机在需要时自动发送短信的功能,注意这个功能为了保护用户隐私,要谨慎使用。在程序实现时,指定手机号码,指定消息内容,通过预定代码实现自动发送短信的功能,发送成功给出提示,接受者的手机将显示一条内容为“这条短信是自动发送的”手机短信。-Android programming the phone to send text messages automatically when needed, note that this feature should be used with
android_auto_sendsms
- Android编程实现手机在需要时自动发送短信的功能,注意这个功能为了保护用户隐私,要谨慎使用。在程序实现时,指定手机号码,指定消息内容,通过预定代码实现自动发送短信的功能,发送成功给出提示,接受者的手机将显示一条内容为“这条短信是自动发送的”手机短信。-Android programming the phone to send text messages automatically when needed, note that this feature should be used with
Scokt
- 利用socket套接字实现网络通信功能,服务器端发送消息,客户端负责接收-Network communication using socket socket functions, the server sends the message, the client is responsible for receiving
pushMessage
- Android之基于百度云推送IM客户端的聊天内容通过json格式封装(包含聊天内容、发送人信息)之后,HTTP请求百度服务器,即请求把该消息发送到指定id的用户,请求成功之后,百度服务器就把我们的信息转发给指定的用户,对应用户再解析json格式的信息,就可以知道该消息来自何处,以及消息内容-After Android s based Baidu cloud push chat IM client via json format package (includes chat, sender in
duijiangji
- 对讲机源码,侧音量键发送消息,android手机端,类似QQ对讲机-Radio source, side volume key to send the message, the Android mobile phone terminal, similar to QQ
Socket
- android sockt 通信 客户端与服务器可互相发送消息-android sockt message push
ChatUIDemo
- 模仿微信聊天窗口的demo,android开发环境,发送消息,本地存储消息-android demo of send message like wechat,also store message to the sdcard
message
- 微信公共号java开发源代码, 获得公共号消息,发送消息,编辑,获得媒体资源信息,发送媒体消息-Micro-channel public number java open source, obtain public number message, send a message, edit, get media resource information, send media messages
class_friends
- eclipse软件下用java编写的班级圈app,可以实现动态登陆,评论回复,分享以及发送消息等功能-Class-friends was written by java,it can give functions about autologing,commenting and replying,sharing and sending messages.
Socket_lts
- Socket实现粗略的聊天室功能是一个演示Android简单Socket聊天室的例子源码,只可以安卓发消息PC客户接收,不能反方向发送消息,消息会由PC端转发给所有在线的安卓客户端,接着客户端(包括自己)都会收到某个客户端输入的信息。在安卓端的MainActivity.java中配置好PC服务端IP,环境运行com.socket.androidServer中的SimpleServer服务器。然后运行Android客户端就可以发送消息了-Socket to achieve roughly the
Receiver
- 安卓wifi通信软件,可以两部安卓设备进行通信,一台开启热点让另一台连接后即可进行发送消息和接收消息的操作。-Andrews wifi communication software, two Android devices can communicate, can be operated to send messages and receive messages after an open hotspot allow another connection.
openfire消息系统Android客户端
- openfire消息系统Android客户端,包含Android客户端使用 smack库与openfire服务器的连接,消息发送接收等功能,以及基于SSL加密端口和非SSL端口的相关功能