`
xsuo
  • 浏览: 123304 次
  • 性别: Icon_minigender_1
  • 来自: 武汉
社区版块
存档分类
最新评论
文章列表
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 ...
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 ...
对那些感叹“为什么创业公司薪水不如最高的跨国企业?”,我也希望你们看得更远一点。选择创新工场,你走的是盖茨、拉里和谢尔盖的路,而他们是这世界最富有的人。我从来不建议人们为发财而创业,但不妨反过来想, ...
虽然你用各种工具把木马和病毒干掉了,把注册表和IE的各项设置修复了,但是被木马修改过的 浏览器快捷方式 可能没有修复,这可能就是你的问题所在 右键点击你出问题的浏览器快捷方式 单击-属性- ,看看 快捷方式栏的 目标- 里的内容。应该是该浏览器的程序目录,后面有个网址,就是老自己出来的那个流氓网站,把这个网址去除,就应该能解决了。。。 我自己就是遇到这个问题用360和windows清理助手也没法解决,后来偶然看遨游快捷方式的属性才发现奥秘
Steve Jobs: 我生命中的三个故事 这篇文字是苹果电脑的CEO斯蒂夫乔布斯在今年6月12日斯坦福大学毕业典礼上的演讲,标题为译者所加,刊登时有删节)(斯坦福)是世界上最好的大学之一,今天能参加各位的毕业典礼,我备感荣幸。(尖叫声)我从来没有从大学毕业,说句实话,此时算是我离大学毕业最近的一刻。(笑声)今天,我想告诉你们我生命中的三个故事,并非什么了不得的大事件,只是三个小故事而已。第一个故事,是关于串起生命中的点点滴滴。(原文为“connecting the dots”指一种小游戏:把标有序列号的点连起来,就构成一幅图画译注)我在里德大学呆了6个月就退学了,但之后仍作为旁听生 ...
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 ...
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是不能相互獨用的。你能一起使用它們,但它們一般服務于不同目的。每一個擴展都有明確的使用事例。,注 ...
联通Iphone上市了,会怎么样?其实没什么作用!大家都是冲着Iphone去的,并不是联通。 Iphone最大的功能就是上网,但如果上网的资费不调整,手机上网像笔记本上网那一样,还是很遥远的。因为,手机相对于笔记本来说,本身就有局限性--键盘、屏幕!虽然,Iphone的屏幕已经算很大了,但实际看网页还是比较吃力。再就是Iphone毕竟是国外的产品,Iphone为了让屏幕尽量的大,所以采用虚拟键盘(就是在屏幕里面的键盘)。对使用者来说,得有一定的耐心和水平! 再谈资费,不用说了,最低价3999元。这无疑是把门槛设高。当然,现在中国好像消费水平还是不错的。但对于中国人来说,如果有便 ...
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 ...
今天试了一天,在BookDetail实现public boolean onMotionEvent(MotionEvent event)一直都没有效果!晚上才发现,原来要实现触摸方式。必须在自己的view里面实现贴上一个例子做为参考: /* *Copyright(C)2007GoogleInc. * *LicensedundertheApacheLicense,Version2.0(the"License"); *youmaynotusethisfileexceptincompliancewiththeLicense. *Youmayobtainacopyof ...
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);
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 ...
 自从1995年首次面世用来,VoIP已经成为世界上使用最广泛的电话产品。目前,VoIP用户大约是 5百万,业界观察家表示,未来两年,这一数字将增长5倍。 <!-- main --> 将打电话通过互联网传输的VoIP技术也是目前世界上最 ...
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 ...
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 ...
Global site tag (gtag.js) - Google Analytics