上一页 1 2 3 4 5 6 7 ··· 14 下一页
摘要: 微信SDK及平台搭建 微信开放平台 https://open.weixin.qq.com/ 登陆账号 mirrorhanyu@gmail.com 资源中心 中学习如何使用.下载WeChat_sample, 导入Eclipse, 在直接运行之前需要设置如下 找到sample里面的debu... 阅读全文
posted @ 2014-12-23 21:16 Mirrorhanman 阅读(638) 评论(0) 推荐(0) 编辑
摘要: Github https://github.com/eluleci/FlatUI其实有时是弄不清楚GitHub下载程序如何使用, 有时直接import然后add library即可, 有时却不可以这个项目就是这种不可以的情况, 那就自己修改吧 然后在自己的程序中就可以对应使用 Fla... 阅读全文
posted @ 2014-12-14 15:16 Mirrorhanman 阅读(485) 评论(0) 推荐(0) 编辑
摘要: 在CSDN某位同学代码上修改之后的成果.(搞忘了是谁了)另外值得一提的是 http://blog.csdn.net/highning0007/article/details/9421287原文: 有时我们在做ListView或ViewPage等控件的应用的时候,往往是要在在这些控件的Adapter... 阅读全文
posted @ 2014-12-14 13:30 Mirrorhanman 阅读(127) 评论(0) 推荐(0) 编辑
摘要: Github https://github.com/chrisbanes/Android-PullToRefresh学习参考 http://blog.csdn.net/harvic880925/article/details/17680305 刷新前: 刷新时... 阅读全文
posted @ 2014-12-12 15:08 Mirrorhanman 阅读(248) 评论(0) 推荐(0) 编辑
摘要: 基础配置 http://blog.csdn.net/kof820/article/details/7040964连接案例 http://jingyan.baidu.com/article/3ea51489e562bb52e61bbab0.html1. 新建数据库 数据库School 表Studen... 阅读全文
posted @ 2014-12-09 14:34 Mirrorhanman 阅读(439) 评论(0) 推荐(0) 编辑
摘要: 1. Create a Web API Project you will use ASP.NET Web API to create a web API that returns a list of products. The front-end web page uses jQuery to d... 阅读全文
posted @ 2014-12-08 19:20 Mirrorhanman 阅读(109) 评论(0) 推荐(0) 编辑
摘要: 1. WebView The WebView class is an extension of Android's View class that allows you to display web pages as a part of your activity layout. It does... 阅读全文
posted @ 2014-11-29 16:10 Mirrorhanman 阅读(1122) 评论(0) 推荐(0) 编辑
摘要: 首先上效果图 关于图中数字进度条 GitHub https://github.com/daimajia/NumberProgressBar 下载下来之后, 解压打开文件夹 将NumberProgressBar copy到自己的项目中, 包名可以自己随便取 然后会发现... 阅读全文
posted @ 2014-11-28 22:39 Mirrorhanman 阅读(334) 评论(0) 推荐(0) 编辑
摘要: 首先, 解析本地的XML 参考 http://www.cnblogs.com/iMirror/p/4122082.html学习Tomcat搭建本地服务器 参考 在Tomcat默认访问目录 webapps/ROOT下新建XMLParserTest文件夹, 并新建persons.xml ... 阅读全文
posted @ 2014-11-26 16:49 Mirrorhanman 阅读(213) 评论(0) 推荐(0) 编辑
摘要: 1. 代码结构 InterfaceXMLParseService 解析接口, DOM/SAX/PULL分别实现这个接口 XML来源是assets目录下的persons.xml文件2. 代码//persons.xml 1 Tom 12 ... 阅读全文
posted @ 2014-11-25 22:18 Mirrorhanman 阅读(560) 评论(1) 推荐(0) 编辑
摘要: http://blog.csdn.net/wolf09311/article/details/410123791)Android平台网络相关API接口 a) java.net.*(标准Java接口) java.net.* 提供与联网有关的类,包括流、数据包套接字(socket)、Internet协议... 阅读全文
posted @ 2014-11-23 20:09 Mirrorhanman 阅读(372) 评论(0) 推荐(0) 编辑
摘要: JSON Service In the previous section, you learned how to consume XML web services by using HTTP to connect to the web server and then obtain the r... 阅读全文
posted @ 2014-11-23 19:33 Mirrorhanman 阅读(256) 评论(0) 推荐(0) 编辑
摘要: 1. Consuming web services using HTTP Downloading Binary Data package mirror.android.networing;import java.io.IOException;import java.io.InputStrea... 阅读全文
posted @ 2014-11-21 22:16 Mirrorhanman 阅读(250) 评论(0) 推荐(0) 编辑
摘要: https://github.com/nostra13/Android-Universal-Image-LoaderA simple example to show all the pictures in the SD card in a gridView.FeaturesMultithread i... 阅读全文
posted @ 2014-11-21 15:03 Mirrorhanman 阅读(445) 评论(0) 推荐(0) 编辑
摘要: package mirror.android.cameratest;import java.io.File;import java.io.FileNotFoundException;import java.io.FileOutp... 阅读全文
posted @ 2014-11-16 21:34 Mirrorhanman 阅读(249) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 14 下一页