android项目之连接数据库(eclipse(java)+soap协议+webservice服务(c#)+sql server数据库)

Android客户端开发

3.1  服务器开发

服务器的主要功能是为客户端提供服务,客户端发送服务请求给服务器,服务器完成客户端的请求,然后把结果返回给客户端,因此,构建服务器的主体是构建能够满足各种服务请求的功能函数,以下列出了客户端将会用到一些函数:

☞搜索函数: public string searchButton(string keyword) ☞用户注册函数: public string UserRegister(string type, string androidId, string username, string pwd) ☞获得分类下的数据函数:public string GetContentByTypeTagTwo(string type, string TypeTag) ☞由标题到正文的映射:public string GetContentBytitle(string title) ☞用户注册函数:public string UserRegister(string type, string androidId, string username, string pwd) ☞登入日志函数: private static void VisitLog(string username, string title, string userIP ,string logType)

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/zgfxzj.html