android
文章平均质量分 70
yangdong502
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
android ADT最新版本v21.0
1、谷歌官方下载地址:http://developer.android.com/sdk/installing/installing-adt.html#Download 步骤: Download the ADT Plugin Start Eclipse, then select Help > Install New Software. Click Add, in the to转载 2012-11-28 22:35:07 · 780 阅读 · 0 评论 -
android中为常用的Context对象 设置一个全局变量
1、新建一个ToolUnit类,并继承Application,定义context对象。context通过 getApplicationContext() 或 this 初始化。上代码 package com.example.uiandroid; import android.app.Application; import android.content.Context; public clas原创 2012-11-28 23:19:51 · 867 阅读 · 0 评论
分享