随笔分类 -  Androids

摘要:微信SDK及平台搭建 微信开放平台 https://open.weixin.qq.com/ 登陆账号 mirrorhanyu@gmail.com 资源中心 中学习如何使用.下载WeChat_sample, 导入Eclipse, 在直接运行之前需要设置如下 找到sample里面的debu... 阅读全文
posted @ 2014-12-23 21:16 Mirrorhanman 阅读(654) 评论(0) 推荐(0)
摘要:在CSDN某位同学代码上修改之后的成果.(搞忘了是谁了)另外值得一提的是 http://blog.csdn.net/highning0007/article/details/9421287原文: 有时我们在做ListView或ViewPage等控件的应用的时候,往往是要在在这些控件的Adapter... 阅读全文
posted @ 2014-12-14 13:30 Mirrorhanman 阅读(129) 评论(0) 推荐(0)
摘要:Github https://github.com/chrisbanes/Android-PullToRefresh学习参考 http://blog.csdn.net/harvic880925/article/details/17680305 刷新前: 刷新时... 阅读全文
posted @ 2014-12-12 15:08 Mirrorhanman 阅读(255) 评论(0) 推荐(0)
摘要:首先上效果图 关于图中数字进度条 GitHub https://github.com/daimajia/NumberProgressBar 下载下来之后, 解压打开文件夹 将NumberProgressBar copy到自己的项目中, 包名可以自己随便取 然后会发现... 阅读全文
posted @ 2014-11-28 22:39 Mirrorhanman 阅读(353) 评论(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 阅读(448) 评论(0) 推荐(0)
摘要:To read first:ActionBar http://www.cnblogs.com/iMirror/p/4077426.htmlMenu http://www.cnblogs.com/iMirror/p/4076864.htmlMenu用icon显示, 多余的缩进overflow ... 阅读全文
posted @ 2014-11-06 20:21 Mirrorhanman 阅读(253) 评论(0) 推荐(0)
摘要:Google 自带 package mirror.android.miniweb;import android.app.Activity;import android.os.Bundle;import android.suppor... 阅读全文
posted @ 2014-11-03 12:56 Mirrorhanman 阅读(752) 评论(0) 推荐(0)
摘要:实现点击Button选择文件, 在TextView上显示Uri 1 10 11 16 22 23 1 package com.example.filetest; 2 3 import android.app.Activity; 4 import android.content.I... 阅读全文
posted @ 2014-10-17 12:59 Mirrorhanman 阅读(3734) 评论(0) 推荐(0)
摘要:SlidingMenu http://www.cnblogs.com/iMirror/p/3994845.html蓝牙http://www.cnblogs.com/iMirror/p/3967898.html根据SlidingMenu博客, 写出下面代码activity_main.xml1 frag... 阅读全文
posted @ 2014-09-28 12:14 Mirrorhanman 阅读(166) 评论(0) 推荐(0)
摘要:下载SlidingMenu包, DownLoad ZIP https://github.com/jfeinstein10/SlidingMenu下载ActionBarSherlock-master 包 https://github.com/JakeWharton/ActionBarSherloc... 阅读全文
posted @ 2014-09-26 14:31 Mirrorhanman 阅读(846) 评论(0) 推荐(0)
摘要:实在受不了Eclipse渣渣模拟器, 寻求第三方模拟器--Genymotion1. 官网注册2. 下载安装 https://shop.genymotion.com/index.php?controller=order-opc 选择Download Free 由于内部集成了VirtualBox所以不... 阅读全文
posted @ 2014-06-04 19:24 Mirrorhanman 阅读(1751) 评论(0) 推荐(0)