摘要: React Native 英文官网:https://facebook.github.io/react-native/ React Native 中文官网:http://reactnative.cn/ React Native 官方安装教程:http://reactnative.cn/docs/0.2 阅读全文
posted @ 2016-07-07 15:48 GeekSwallow 阅读(227) 评论(0) 推荐(0)
摘要: 设置Style 方式将全局都设置成全屏 Style.xml 阅读全文
posted @ 2016-07-07 13:43 GeekSwallow 阅读(216) 评论(0) 推荐(0)
摘要: 环境:Android Studio Key Map : Eclipse a. 提取方法快捷键 Shift + Alt+ M b. Try catch 快捷键 Ctrl +Alt + T 阅读全文
posted @ 2016-07-07 13:40 GeekSwallow 阅读(161) 评论(0) 推荐(0)
摘要: 相信大多数人一开始都会对启动app的时候出现先白瓶或者黑屏然后才进入第一个界面,例如:SplashActivity。那这是什么原因造成的呢? 原因是我们给改Activity/Application设置的主题引起的,因为该主题相对应的windowBackground等背景被设置成了白色或者黑色,且当我 阅读全文
posted @ 2016-07-07 13:37 GeekSwallow 阅读(260) 评论(0) 推荐(0)
摘要: 0x00 介绍JSON 介绍JSON :http://www.json.org/json-zh.html Introducing JSON :http://www.json.org/ 阅读全文
posted @ 2016-06-30 13:59 GeekSwallow 阅读(162) 评论(0) 推荐(0)
摘要: 0x00 Android 入门资料 a. Android 学习之路 b.《第一行代码》 介绍及购买链接:http://blog.csdn.net/guolin_blog/article/details/26365913 c. 极客学院Android开发视频教程 http://www.jikexuey 阅读全文
posted @ 2016-06-28 16:55 GeekSwallow 阅读(465) 评论(0) 推荐(0)
摘要: 0x00 leakcanary 【内存泄漏检测】 Leakcanary : A memory leak detection library for Android and Java. 良心企业Square最近刚开源的一个非常有用的工具,强烈推荐 帮助你在开发阶段方便的检测出内存泄露的问题,使用起来更 阅读全文
posted @ 2016-06-28 14:29 GeekSwallow 阅读(146) 评论(0) 推荐(0)
摘要: 本文学习自Stromzhang, 原文地址请移步:从0开始学习 GitHub 系列汇总 我的笔记: 0x00 从0开始学习GitHub 系列之[初识GitHub] GitHub 影响力 a.全球顶级科技公司纷纷加入 GitHub ,并贡献他们自己的项目代码 Google: https://githu 阅读全文
posted @ 2016-06-27 17:49 GeekSwallow 阅读(564) 评论(0) 推荐(0)
摘要: 现在有这样一种情形: 有一个叫做Joe的程序猿写了一个游戏程序,而你可能要去改进它。并且Joe将他的代码放在了GitHub仓库上。 下面是你要做的事情 fork并且更新GitHub仓库的图表演示 Fork他的仓库:这是GitHub操作,这个操作会复制Joe的仓库(包括文件,提交历史,issues,和 阅读全文
posted @ 2016-06-27 17:06 GeekSwallow 阅读(23456) 评论(0) 推荐(17)
摘要: WPF 概述 阅读全文
posted @ 2016-06-24 16:13 GeekSwallow 阅读(302) 评论(0) 推荐(0)