修改https为http,在Android SDK Manager->Tools-Options...选项界面,将“Force https://… sources to be fetched using http://…”勾选! 另外需要在文件(C:\Windows\System32\drivers...
分类:
移动开发 时间:
2014-11-04 17:18:54
阅读次数:
185
心智图(Mind Map),又称脑图、心智地图、脑力激荡图、思维导图、灵感触发图、概念地图、树状图、树枝图或思维地图,是一种图像式思维的工具以及一种利用图像式思考辅助工具来表达思维的工具。心智图是使用一个中央关键词或想法引起形象化的构造和分类的想法; 它用一个中央关键词或想法以辐射线形连接所有的代表...
分类:
移动开发 时间:
2014-11-04 17:14:35
阅读次数:
251
在讲解代码前,首先配置AndroidManifest.xml以下权限貌似是缺一不可哦: 接着添加: ...
分类:
移动开发 时间:
2014-11-04 17:12:32
阅读次数:
281
1、虚拟机运行出下面的错Failed to allocate memory: 8Failed to allocate memory: 8This application has requested the Runtime to terminate it in an unusual way.Pleas...
分类:
移动开发 时间:
2014-11-04 17:06:13
阅读次数:
190
AppCompat V21:将 Materia Design 兼容到于5.0之前的设备本篇文章翻译自Chris Banes(就职于Google,是Android-PullToRefresh,PhotoView,photup的作者,GitHub地址:https://github.com/chrisba...
分类:
移动开发 时间:
2014-11-04 17:06:41
阅读次数:
326
分辨率和像素经新xcode6模拟器验证(分辨率为pt,像素为真实pixel):1.iPhone5分辨率320x568,像素640x1136,@2x2.iPhone6分辨率375x667,像素750x1334,@2x3.iPhone6 Plus分辨率414x736,像素1242x2208,@3x,(注...
分类:
移动开发 时间:
2014-11-04 17:07:59
阅读次数:
235
执行下命令:1 重新挂载/system目录,使之能读写:mount -o remount,rw /dev/null /system2 修改这个文件的权限:chmod 777 /system3 利用dd和mv命令复制文件到system里去: dd if=/data/data/com.simo.simo...
分类:
移动开发 时间:
2014-11-04 17:04:38
阅读次数:
210
项目中总会用到一些触摸事件,每次使用都是百度各种资料,看各种大神的分析笔记。这次我自己总结下关于触摸事件的一些知识点。一来可以让自己对触摸事件印象更加深刻,也给以后的项目做一个参考。最难理解的其实是onTouchEvent方法。一. 概述1.只有view,ViewGroup,Activity 具有事...
分类:
移动开发 时间:
2014-11-04 16:59:40
阅读次数:
320
1.mind mapping of the MLAPPeg:since chose the distance, only trials and hardships.
分类:
移动开发 时间:
2014-11-04 16:59:18
阅读次数:
278
main.xml //主布局文件 1 2 7 8 13 14 20 21 27 28 34 35 41 42 48 49 55 login.xml 登录对话框的布局文件 1 2 8 9 15 16 23 24 25 ...
分类:
移动开发 时间:
2014-11-04 16:56:25
阅读次数:
316
人的成长过程也是学习过程,相对于时代的发展,原地踏步等于退步向后,先有小米的快速崛起,后有锤子的奋起直追,反倒是传统的互联网公司做起手机来显得十分乏力,而随着市场的不断成熟,留给后来者们的机会也越来越少,不创新就会迅速被淘汰,再大的资本长期下去也会坐吃山空,深圳千锋Android培训机构作为行业的领...
分类:
移动开发 时间:
2014-11-04 16:50:23
阅读次数:
214
第一步,就是下面这个类:package com.fengzili.dbTesting;import android.content.Context;import android.database.sqlite.SQLiteDatabase;import android.database.sqlite...
分类:
移动开发 时间:
2014-11-04 16:47:23
阅读次数:
189
UML图有很多类型,这里只讨论最重要也最常用的两种 - 类图和时序图。1. 类图 通过类图,我们可以很容易的了解代码架构,理清模块之间的关系, 包括继承(Inheritance),实现(realization),依赖(dependency),组合(Composition), 聚合(Aggregat....
分类:
移动开发 时间:
2014-11-04 16:45:34
阅读次数:
302
1 public class NotificationTest extends Activity 2 { 3 static final int NOTIFICATION_ID = 0x123; 4 NotificationManager nm; 5 6 @Override...
分类:
移动开发 时间:
2014-11-04 16:43:19
阅读次数:
253
转:这里本文为InfoQ中文站特供稿件,首发地址为:http://www.infoq.com/cn/articles/android-event-delivery-mechanism。如需转载,请与InfoQ中文站联系。运用的前提是掌握掌握的本质是理解本篇内容将结合Android源码来分析Andro...
分类:
移动开发 时间:
2014-11-04 16:36:46
阅读次数:
296
突然心血来潮,想写点技术方面的东西,做了ios也有好几年了,就简单的写个ios开发的技术博客,希望有人能用得到。今天就先从创建一个Hellow World工程开始一:首先打开xcode然后单击Creat a new Xcode Project然后选择Single View Application,点...
分类:
移动开发 时间:
2014-11-04 16:38:54
阅读次数:
208
http://blog.csdn.net/imyfriend/article/details/8293399
分类:
移动开发 时间:
2014-11-04 16:36:32
阅读次数:
146