- 浏览: 123304 次
- 性别:
- 来自: 武汉
最新评论
-
常思己过:
楼主,下载链接出现问题,可否修改下
Gtalk基本功能完成 -
hurryup911:
学习以下!!!顶
Android:将音视和视频结合起来! -
luya615:
“要符合中国国情。”
Blackberry(黑莓) 邮件收发功能
文章列表
While I think the Android development examples are not really good and straight forward perhaps some of you come along with them. However, I would like to provide you a very very simple example here on how to write your own first Android program.
This is technically very easy. Once you got Eclipse a ...
- 2009-11-19 15:33
- 浏览 1381
- 评论(0)
Checkbox Text List :: Extension of Iconified Text tutorial
What you will learn:How to create a list of items with CheckboxesDescription:This tutorial grew from another tutorial here which dealt with making lists with icons attached to each list item. (IconifiedTextView tutorial).1.In order to make ...
- 2009-11-18 22:44
- 浏览 742
- 评论(0)
对那些感叹“为什么创业公司薪水不如最高的跨国企业?”,我也希望你们看得更远一点。选择创新工场,你走的是盖茨、拉里和谢尔盖的路,而他们是这世界最富有的人。我从来不建议人们为发财而创业,但不妨反过来想, ...
- 2009-11-12 08:37
- 浏览 502
- 评论(0)
虽然你用各种工具把木马和病毒干掉了,把注册表和IE的各项设置修复了,但是被木马修改过的 浏览器快捷方式 可能没有修复,这可能就是你的问题所在 右键点击你出问题的浏览器快捷方式 单击-属性- ,看看 快捷方式栏的 目标- 里的内容。应该是该浏览器的程序目录,后面有个网址,就是老自己出来的那个流氓网站,把这个网址去除,就应该能解决了。。。 我自己就是遇到这个问题用360和windows清理助手也没法解决,后来偶然看遨游快捷方式的属性才发现奥秘
- 2009-11-12 07:40
- 浏览 642
- 评论(0)
Steve Jobs: 我生命中的三个故事
这篇文字是苹果电脑的CEO斯蒂夫乔布斯在今年6月12日斯坦福大学毕业典礼上的演讲,标题为译者所加,刊登时有删节)(斯坦福)是世界上最好的大学之一,今天能参加各位的毕业典礼,我备感荣幸。(尖叫声)我从来没有从大学毕业,说句实话,此时算是我离大学毕业最近的一刻。(笑声)今天,我想告诉你们我生命中的三个故事,并非什么了不得的大事件,只是三个小故事而已。第一个故事,是关于串起生命中的点点滴滴。(原文为“connecting the dots”指一种小游戏:把标有序列号的点连起来,就构成一幅图画译注)我在里德大学呆了6个月就退学了,但之后仍作为旁听生 ...
- 2009-11-11 11:23
- 浏览 680
- 评论(0)
Wave Entities (核心)
Programming
effectively using the Google Wave APIs requires understanding some basic wave
concepts.
在设计方面使用Google Wave APIs首先需要理解一些基础的wave概念。
Awaveis a threaded conversation, consisting
of one or more participants (which may include both human participants androbots).
一个wav ...
- 2009-11-07 17:46
- 浏览 608
- 评论(0)
Which Extension Should I Use?
我能使用哪些擴展?
Whether you
use robots or gadgets is not mutually exclusive. You can use them together, but
they generally serve different purposes. Each extension has a specific use
case, noted below:
不管你是使用robots或者gadgets是不能相互獨用的。你能一起使用它們,但它們一般服務于不同目的。每一個擴展都有明確的使用事例。,注 ...
- 2009-11-07 15:00
- 浏览 582
- 评论(0)
联通Iphone上市了,会怎么样?其实没什么作用!大家都是冲着Iphone去的,并不是联通。
Iphone最大的功能就是上网,但如果上网的资费不调整,手机上网像笔记本上网那一样,还是很遥远的。因为,手机相对于笔记本来说,本身就有局限性--键盘、屏幕!虽然,Iphone的屏幕已经算很大了,但实际看网页还是比较吃力。再就是Iphone毕竟是国外的产品,Iphone为了让屏幕尽量的大,所以采用虚拟键盘(就是在屏幕里面的键盘)。对使用者来说,得有一定的耐心和水平!
再谈资费,不用说了,最低价3999元。这无疑是把门槛设高。当然,现在中国好像消费水平还是不错的。但对于中国人来说,如果有便 ...
- 2009-11-04 10:39
- 浏览 342
- 评论(0)
When reading and writing text files :
it is almost always a good idea to use buffering (default size is 8K)
it is often possible to use references to abstract base classes, instead
of references to specific concrete classes
there is always a need to pay attention to exceptions (in particular ...
- 2008-10-04 09:44
- 浏览 508
- 评论(0)
今天试了一天,在BookDetail实现public boolean onMotionEvent(MotionEvent event)一直都没有效果!晚上才发现,原来要实现触摸方式。必须在自己的view里面实现贴上一个例子做为参考:
/*
*Copyright(C)2007GoogleInc.
*
*LicensedundertheApacheLicense,Version2.0(the"License");
*youmaynotusethisfileexceptincompliancewiththeLicense.
*Youmayobtainacopyof ...
- 2008-10-04 09:05
- 浏览 717
- 评论(0)
menu.add(0,0,"ChannelsMap");
//todo:theseshouldpullfromaresource
menu.add(0,1,"OpenWindows");
menu.get(0).setIcon(R.drawable.map);
menu.get(1).setIcon(R.drawable.channels);
menu.add(0,2,"UserMap");
menu.get(2).setIcon(R.drawable.dude);
- 2008-10-04 09:00
- 浏览 716
- 评论(0)
handled this by saving the image to the ContentProvider android.provider.MediaStore.Images.Media.EXTERNAL_CONTENT_URI and then saving the created URI to the database along with my item. An example of how to do this can be found here:
/*
*Copyright(C)2008GoogleInc.
*
*LicensedundertheApacheLic ...
- 2008-10-04 08:56
- 浏览 882
- 评论(0)
自从1995年首次面世用来,VoIP已经成为世界上使用最广泛的电话产品。目前,VoIP用户大约是 5百万,业界观察家表示,未来两年,这一数字将增长5倍。
<!-- main -->
将打电话通过互联网传输的VoIP技术也是目前世界上最 ...
- 2008-06-17 23:57
- 浏览 687
- 评论(0)
Gtalk基本功能完成
上传源代码,供大家参考! ContactsActivity(Gtalk好友列表)
import com.google.android.gtalkservice.IGTalkService;
import com.google.android.gtalkservice.IGTalkSession;
import com.google.android.gtalkservice.Presence;
import android.view.View;
import android.app.Activity;
import android.co ...
- 2008-06-17 23:02
- 浏览 1443
- 评论(1)
Android<操练>:Gtalk(显示好友列表)
截图:
1.jpg (32.45 KB)
登陆界面
2008-6-14 18:07
2.jpg (26.96 KB)
好友列表
2008-6-14 18:07
此处注意:
在操作这个之前,要在先前<登录>程序里面修改两处:
1.mGtalkSession = xmppservice.createGTalkSession(login_User.getText().t ...
- 2008-06-14 20:22
- 浏览 1290
- 评论(0)