自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

CodingMan

来 www.veryitman.com 也行

  • 博客(3)
  • 资源 (23)
  • 收藏
  • 关注

原创 FAQ_02_Toast

那是半夜12:00,暂且没有睡觉,为了这个问题我是想尽一切办法,所谓是绞尽脑汁!我写下了下面的代码,但是运行过程中并没有出现Toast。Toast.makeText(this, "come on", Toast.LENGTH_LONG);刚开始,我以为是自己其他地方弄错了,原来是少了show(),于是加上,遂成功之!Toast.makeText(this, "come on",Toast.LENGTH_LONG).show();

2010-11-29 13:55:00 958

原创 FAQ_01_OnClickListener

自己明明是为Button设置了监听器,为何点击Button却没有反应?真真是气煞我也,当时郁闷的有点难受。通过自己的跋山涉水、翻山越岭终于搞定。呵呵! 其实,问题很简单 !~ ~! 忘记实例化自己定义的监听器类的对象,好了,在onCreate函数中实例化它就此解决!//声明一个监听器类的引用变量 BtnListener mListener = null; .... //在onCreate方法中实例化 mListener = new BtnListener();

2010-11-29 13:37:00 874

原创 Android(二):Notification基本操作

还是直接看例子程序吧.....注释写的很清楚!Activity =======>NotificationDemoAct_02.javapackage csdn.NotificationDemo_02; import android.app.Activity; import android.app.Notification; import android.app.NotificationManager; import android.app.PendingIntent; import android

2010-11-18 18:42:00 2029

TestPods 工程

对应博客http://blog.csdn.net/veryitman/article/details/51407078的资源. 可以下载自己实践.

2016-05-14

InstanceVar

对应博客: iOS内存话题: 实例变量造成的循环引用 地址: http://blog.csdn.net/veryitman/article/details/51298878

2016-05-02

TimerDealloc

对应博客http://blog.csdn.net/veryitman/article/details/51115553中的代码.

2016-04-10

ChainingOSX

请看博客http://blog.csdn.net/veryitman/article/details/48252607

2015-09-06

android busybox

busybox 使 android adb shell 下支持更多的 shell。

2012-06-15

Java Src FileAssistant

选择目录,然后可以删除指定的目录的源代码.希望对你有用,更希望你能开发更多使用小程序。

2012-01-13

JApp FileAssistant

选择目录,然后可以删除指定的目录.希望对你有用,更希望你能开发更多使用小程序。

2012-01-13

2009 Google IO

2009年 Google IO会议上使用的文档。

2011-11-11

程序员心声

众多老资历人的经验之谈,值得一看! 程序员心声,精华集锦。。。

2011-10-07

android service thread toast handler

Demo android组件Service与Toast 第二个版本

2011-10-02

android service toast 01

Demo android service toast 第一个版本

2011-10-02

Android线程机制_2011_9_30更新

根据开发经验以及android机制,结合Java多线程和android多线程,说明问题。 给初学android或者对android的多线程机制还有点迷惑的人做点贡献。该文档会持续更新。 推荐:http://blog.csdn.net/androidbluetooth/article/details/6384641 关于invalidate参看:http://blog.csdn.net/androidbluetooth/article/details/6695516

2011-09-30

google-guitar源码

google首页上出现过的吉他。 可以使用键盘弹奏。

2011-09-22

android usb debug

linux ubuntu10.10下,连接usb 调试

2011-08-12

android custom dialog src

自定义实现Dialog、AlertDialog,建议先看博客:UI效果(2): 自定义Dialog,然后再决定是否下载。

2011-08-11

android button shape Toast

android button 特殊效果 shape 实现button的特殊效果。

2011-07-26

android 实例 Activity 之间通过 Handler 通信

android 实例 Activity 之间通过 Handler 通信

2011-07-16

ADT12.0 androidPlugin

官方发布声明已经修复的bug: We've fixed a number of smaller issues in ADT 12 that don't deserve blog posts on their own, but here's a quick roundup: * Several important bugs related to the GestureOverlayView have been fixed. * Code completion inside a custom view layout has been improved * The proguard template has been tweaked such that it should no longer remove classes that are only referenced from XML * A problem with the property sheet not updating itself in Eclipse 3.6.2 has been fixed (and we improved the sorting of its categories) * Fragment-rendering inside included layouts has been fixed 这是最新版ADT插件,即ADT12.0,欢迎下载!

2011-07-13

Http下载原理讲解

例子与原理结合,很好的讲解了Http下载原理

2011-07-08

android task

详细讲解android task以及android四种加载模式。 测试及原理说明结合。

2011-06-15

ADT11.0-plugins

最新版ADT,ADT11.0,修改了很多BUG,比较好用!

2011-06-13

wifi协议标准的详细介绍

wifi协议标准的详细介绍 欢迎大家下载,呵呵! 这是一份不错的文档!

2011-03-09

Cygwin下载与安装.doc

具体的说明了Cygwin下载与安装 主要是针对1.7版本

2010-12-15

空空如也

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

TA关注的人

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