搜索资源列表
RuoshuiNewsClientaService
- 若水新闻客户端和服务端一个android初学者很好的学习案例代码,这个项目我们可以学到很多东西,像百度新闻的布局、手机客户端和服务器之间的数据交互、数据的异步加载、加密等等。提供大家两个源代码!-Flow news client and server android beginners good case study code, this project, we can learn a lot of things, like Baidu news layout, between the mobi
ajaxJsonDemo02
- AJAX = Asynchronous Javascr ipt and XML(异步的 Javascr ipt 和 XML)。AJAX 不是新的编程语言,而是一种使用现有标准的新方法。 AJAX 是与服务器交换数据并更新部分网页的艺术,在不重新加载整个页面的情况下。有很多使用 AJAX 的应用程序案例:新浪微博、Google 地图、开心网等等。 传统的开发模式:用户的每一次操作都触发一次返回服务器的HTTP请求,服务器做出处理后,返回一个html页面给用户。(AJAX is not a ne