上一页 1 ··· 76 77 78 79 80 81 82 83 84 ··· 89 下一页

2012年1月21日

Android 开发之使用Eclipse Debug调试详解

摘要: http://blog.csdn.net/xys289187120/article/details/6636331 阅读全文

posted @ 2012-01-21 20:35 eustoma 阅读(178) 评论(0) 推荐(0)

How to test DSS from sources in Ubuntu

摘要: http://www.doutdex.com/blog/2008/03/12/install-instalar-darwin-streaming-server-555-dss-in-ubuntu/Hello guys after two hours trying to install the server finally i finished!!The steps:1. Make sure that you have: libc6-dev linux-libc-dev gcc-3.3 g++-3.3, if not:sudo apt-get install libc6-dev linux-li 阅读全文

posted @ 2012-01-21 13:37 eustoma 阅读(702) 评论(0) 推荐(0)

Android透明效果的实现

摘要: http://www.androidebug.com/2011-06/android-945-post.htmlhttp://norety.iteye.com/blog/648725 阅读全文

posted @ 2012-01-21 12:33 eustoma 阅读(176) 评论(0) 推荐(0)

用 for/in 在 Java 5.0 中增强循环

摘要: http://www.ibm.com/developerworks/cn/java/j-forin.html简介: for/in 循环通常叫作 增强的 for 或者 foreach,它是 Java 5.0 中一个极为方便的特性。实际上它没有提供任何新的功能,但它显然能让一些日常编码任务变得更简单一些。在本文中,您将学习这方面的许多内容,其中包括使用 for/in 在数组和集合中进行遍历,以及如何用它避免不必要(或者只是令人厌烦的)类型转换。您还将学习如何实现 for/in,了解新的 Iterable 接口的一些细节,甚至还将学习如何让您自己的定制对象用这个新的构造进行遍历。最后,您将学习 fo 阅读全文

posted @ 2012-01-21 12:29 eustoma 阅读(303) 评论(0) 推荐(0)

android PreferenceActivity

摘要: http://blog.163.com/dangzhengtao@yeah/blog/static/778008742010111363132727/http://www.androidebug.com/2011-04/android-465-post.htmlhttp://blog.csdn.net/justoneroad/article/details/7016892 阅读全文

posted @ 2012-01-21 12:29 eustoma 阅读(137) 评论(0) 推荐(0)

2012年1月20日

Android学习-使用单例模式实现一键退出APP

摘要: http://www.ilingxi.com/blog/duanhongchang/?p=72我们都知道Activity的finish方法只能退出当前的Activity,但如果我们希望一键退出所有已经create的Activity又该如何做呢?很简单,我们通过单例模式设计了一个管理当前活动的Activity的类,名叫MyActivityManager,代码如下:import java.util.LinkedList;import java.util.List;import android.app.Activity;import android.app.Application;/*** Acti 阅读全文

posted @ 2012-01-20 14:53 eustoma 阅读(5046) 评论(1) 推荐(0)

2012年1月13日

proc 进程信息解析

摘要: http://blog.csdn.net/lihaoweiv/article/details/6275131 阅读全文

posted @ 2012-01-13 11:04 eustoma 阅读(180) 评论(0) 推荐(0)

http://blog.sina.com.cn/s/articlelist_1973273451_0_1.html

摘要: http://blog.sina.com.cn/s/articlelist_1973273451_0_1.html 阅读全文

posted @ 2012-01-13 11:02 eustoma 阅读(1121) 评论(0) 推荐(0)

2012年1月10日

转载:Android Display架构分析--侧重高通平台

摘要: http://blog.csdn.net/wangyinrong/article/details/6262812 阅读全文

posted @ 2012-01-10 13:10 eustoma 阅读(271) 评论(0) 推荐(0)

高通芯片中的MDP模块[msm7x27]

摘要: http://blog.csdn.net/long19851105/article/details/6055800 阅读全文

posted @ 2012-01-10 12:58 eustoma 阅读(379) 评论(0) 推荐(0)

上一页 1 ··· 76 77 78 79 80 81 82 83 84 ··· 89 下一页

导航