自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

Aaronzzq的专栏

有希望, 有目标, 有计划, 有主见. 学会忍耐,随机应变,生成对策.

  • 博客(29)
  • 资源 (4)
  • 收藏
  • 关注

转载 Dealing with the “Bitmap Size Exceeds VM Budget” error

Dealing with the “Bitmap Size Exceeds VM Budget” errorBY RUI, ON FEBRUARY 14TH, 2011One of the most common errors that I found developing Android Apps is the “java.lang.OutOfMemoryError: B

2012-05-29 13:11:55 525

转载 应用实例:解析后台返回的数据,把每条都显示在ListView中,包括活动图片、店名、活动详情、地址、电话和距离等。

应用实例:解析后台返回的数据,把每条都显示在ListView中,包括活动图片、店名、活动详情、地址、电话和距离等。 在布局文件中ListView的定义: android:divider="@drawable/separator" android:dividerHeight="2.0px" android:layout_below="@id/mapseparator"/>

2012-05-28 13:05:32 1236

转载 Android ListView图片异步加载显示

Android ListView图片异步加载显示您的评价:      收藏该经验模拟android中的消息机制实现图片的异步加载和动态显示001package cn.jd3g.utils;002

2012-05-28 11:35:44 1227

转载 Android ListView 的动态加载数据

Android ListView 的动态加载数据您的评价:      收藏该经验001package com.src.hero;002 003import andr

2012-05-28 11:34:46 725

转载 The Hidden Pitfalls of AsyncTask

The Hidden Pitfalls of AsyncTaskNovember 8, 2011 by daniel | 7 CommentsWhen AsyncTask was introduced to Android, it was labeled as “Painless Threading.” Its goal was to make backgr

2012-05-28 11:13:27 715

原创 About how to use Async Task interesting

Why Android’s Async Task isn’t Always the Best ChoiceAnyone that has done any sort of Android Development knows about the AsyncTask. Many developers live and breath by it. However, it can’

2012-05-28 11:03:35 888

转载 AsyncTask, RejectedExecutionException and Task Limit

I am fetching lots of thumbnails from a remote server and displaying them in a grid view, using AsyncTask. The problem is, my grid view displays 20 thumbnails at a time, so that creates 20 AsyncTasks

2012-05-28 10:48:24 1373 2

转载 The limitations of AsyncTask

The limitations of AsyncTaskAsyncTask is a fine API, it's been said that it "holds your hand", and makes performing background operations painless. It pulls this off so well in fact, that I

2012-05-28 10:44:45 566

原创 喜欢的格言

1 做你想做的事情, 任何时候都不算晚!   李小龙

2012-05-24 12:45:34 536

转载 Traceview的使用

Traceview的使用   |字号 订阅Traceview是android平台配备的一个很好的性能分析工具。它可以通过图形化的方式让我们了解我们要跟踪的程序的性能,并且能具体到method。使用Traceview的版本限制对于Android 1.5及以下的版本:不支持。对于Android 1.5以上2.1下(含2.1)的版本:受限支持。tr

2012-05-24 12:35:54 635

转载 Android中的android:layout_width和android:width

android:width 其实是定义控件上面的文本(TextView) 的宽度,当然这个宽度也是和 android:layout_width 配合起来作用的,如果 android:layout_width="fill_parent" 的话,那么设置 android:width 是没有意义的android:layout_width 其实是可以实现 android:width 的效果的,

2012-05-21 17:45:00 1245

转载 how to change the background of actionbar.tab

how to change the background of actionbar.tab博客分类: Android AppStep1 : create three background image (a)when tab is selected(b)when tab is in default state(c)when tab is focused.

2012-05-21 17:15:50 826

转载 Holo Dark TabWidget style for Holo Light Theme

I've got a custom theme that inherits from Theme.Holo.Light.DarkActionBar and I'm trying to change the theme's tabWidget style so it to look like if the theme was Theme.Holo Dark.I've tried this i

2012-05-21 16:40:40 1739

转载 Difference between a View's Padding and Margin

92down voteacceptedPadding is the space inside the border, between the border and the actual view's content. Note that padding goes completely around the content: there is padding on the

2012-05-21 16:37:00 577

原创 find answer from it.

http://stackoverflow.com/

2012-05-21 13:48:20 511

转载 Traits of a Software Professional

While recruiting software developers, mainly we look for heir technical knowledge and experience.By looking at the CV alone, we cannot judge a person(A CV may have misleading information). The

2012-05-21 13:11:12 515

转载 潜规则

第一条 必须有一个圈子。无论如何做都是画地为牢:不加入一个圈子,就成为所有人的敌人;加入一个圈子,就成为另一个圈子的敌人;加入两个圈子,就等于没有加入圈子。只有独孤求败的精英才可完全避免圈子的困扰——这种人通常只有一个圈子,圈子里只站着老板一个人。  第二条 必须争取成为第二名。名次与帮助你的人数成正比——如果是第一名,将因缺乏帮助而成为第二名;而第二名永远是得道多助的位置,它的坏处就是永

2012-05-21 11:19:42 1165

转载 make sure the content of your adapter is not modified from a background thread . but only from the

很多新手在Android开发时可能对Thread和Message以及Handler、Looper概念不是很清楚,可能产生类似 The content of the adapter has changed but ListView did not receive a notification make sure the content of your adapter is not modified

2012-05-17 10:38:45 2500

转载 Adapter报错:The content of the adapter has changed

Adapter报错:The content of the adapter has changed 在Android编程中使用Adapter时,偶尔会出现如下错误:The content of the adapter has changed but ListView did not receive a notification. Make sure the

2012-05-17 10:16:29 1030

原创 good 博客专家

http://yunli.blog.51cto.com/#http://blog.51cto.com/experthttp://www.open-open.com/http://www.oschina.nethttp://www.xuanyusong.com/  雨松MOMO程序研究院http://blog.csdn.net/xys28918

2012-05-16 13:16:48 961 1

转载 华人操作系统项目列表

也许大部分人都知道Windows,可能相当一部分人知道Linux,甚至知道Linux和Windows的纷争。但是提到华人制作的操作系统时恐怕就知之甚少了。能提起名字的,恐怕只有中科院的红旗、国防科技大学的银河麒麟。但是,华人制作的操作系统就只有这么几个商业化的或者科研计划的操作系统么?其实远不是这样。在民间,已经有大量的操作系统人才在积蓄着自己的力量,已经有优秀的作品发布了出来,这里面既包

2012-05-16 11:09:37 5457

转载 Android的Task和Activity相关

Android的Task和Activity相关android:allowTaskReparenting    用来标记Activity能否从启动的Task移动到有着affinity的Task(当这个Task进入到前台时)——“true”,表示能移动,“false”,表示它必须呆在启动时呆在的那个Task里。    如果这个特性没有被设定,设定到元素上的allowTaskRe

2012-05-15 13:27:24 501

原创 开源社区

http://www.oschina.net/code/list

2012-05-15 10:23:21 650

转载 引擎列表

免费引擎Agar - 一个高级图形应用程序框架,用于2D和3D游戏。Allegro library - 基于 C/C++ 的游戏引擎,支持图形,声音,输入,游戏时钟,浮点,压缩文件以及GUI。Axiom 引擎 - OGRE的衍生引擎。Baja 引擎 - 专业品质的图像引擎,用于The Lost Mansion。Boom - Doom代码的一部分。由TeamTNT开发Bu

2012-05-15 10:20:02 1622

转载 [转载]游戏相关引擎荟萃2

[转载]游戏相关引擎荟萃2NameLanguagePlatformLicenseGraphicsSoundNetworkingScriptingOther featuresPlusMinus3DCakeWalkPythonWindows/LinuxCommercial2D/3D via Dire

2012-05-15 10:15:47 1207 1

转载 我的3D之路-----非教科书式3D计算机图形学零起点全攻略

我的3D之路-----非教科书式3D计算机图形学零起点全攻略 这篇文章不包含任何技术知识,但我的希望它能指明一条从零开始通往3D领域的成功之路.我将罗列我看过的相关经典书籍作为学习文献,阅读规则是每进入下个内容,我都会假设已经完成前面全部的文献研习内容.相信若能按照这条路走到最后,会有所进益.(转载请注明出处:Copyright 2009(C)怀念从前,zerO3D.c

2012-05-15 10:14:07 1563 1

转载 一个游戏程序员的学习资料

一个游戏程序员的学习资料作者: weiqubo (3 篇文章) 日期: 三月 20, 2012 在 1:29 下午 想起写这篇文章是在看侯杰先生的《深入浅出MFC》时, 突然觉得自己在大学这几年关于游戏编程方面还算是有些心得,因此写出这篇小文,介绍我眼中的游戏程序 员的书单与源代码参考。一则是作为自己今后两年学习目标的备忘录,二来没准对别人也有点参考价值。我的原则是只写

2012-05-14 11:27:55 545

转载 Android 中Activity,Window和View之间的关系

对于屏幕显示而言,整个是window,这个window里显示的东西是view(activity是逻辑上的东西,增加了生命周期管理等. 里面具体的东西也是view。而且启动activity的实现也是往window里加view),往window里加view,是通过调用WindowManager(WindowManagerImpl).addView()来实现的。在addView里,会为每个view创

2012-05-08 16:41:37 1177

原创 http://bbs.icxo.com/

http://bbs.icxo.com世界经理人社区 » 首页java方面的:it人资讯交流网http://www.it315.org这个网站是我最近才发现的,虽然内容不多,但是提供的相关java工具挺齐全。还有就是里面提供了java教学视频录象的免费下载,好像一两周更换一段。个人觉得挺适合初学者的,尤其是那个classpath的设置,讲的很透彻,大家有空可以看

2012-05-06 10:08:15 828

android多线程下载code

android多线程下载code,很好的总结了多线程下载的方法和实现。

2015-10-14

Hadoop集群配置及MapReduce开发手册

Hadoop集群配置及MapReduce开发手册

2012-10-08

ARM汇编语言中文手册

ARM汇编语言中文手册,ARM汇编语言中文手册,ARM汇编语言中文手册,ARM汇编语言中文手册,ARM汇编语言中文手册

2009-11-29

vc 垃圾清理器清楚当前目录和子目录下所有vc工程生成的临时文件, 非常好用,强烈推荐!

清楚当前目录和子目录下所有vc工程生成的临时文件, 非常好用,强烈推荐!

2009-03-08

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除