随笔分类 -  myAndroid

摘要: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 阅读(1156) 评论(0) 推荐(0)
摘要:首先上效果图 关于图中数字进度条 GitHub https://github.com/daimajia/NumberProgressBar 下载下来之后, 解压打开文件夹 将NumberProgressBar copy到自己的项目中, 包名可以自己随便取 然后会发现... 阅读全文
posted @ 2014-11-28 22:39 Mirrorhanman 阅读(353) 评论(0) 推荐(0)
摘要:1. 代码结构 InterfaceXMLParseService 解析接口, DOM/SAX/PULL分别实现这个接口 XML来源是assets目录下的persons.xml文件2. 代码//persons.xml 1 Tom 12 ... 阅读全文
posted @ 2014-11-25 22:18 Mirrorhanman 阅读(570) 评论(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 阅读(382) 评论(0) 推荐(0)