会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
kevindoit
博客园
首页
新随笔
联系
管理
订阅
2014年6月24日
baseAdapter
摘要: public class MyAdapter extends BaseAdapter { Context context; public MyAdapter(Context context) { this.context = context; } private...
阅读全文
posted @ 2014-06-24 11:35 kevindoit
阅读(218)
评论(0)
推荐(0)
2014年6月10日
adapterView及子类
摘要: 1、使用arrayadapter创建ListViewpublic class ArrayAdapterActivity extends ListActivity { @Override public void onCreate(Bundle savedInstanceState) {...
阅读全文
posted @ 2014-06-10 12:15 kevindoit
阅读(209)
评论(0)
推荐(0)
2014年6月9日
用代码创建UI
摘要: android中有时候需要用代码穿件uipublic class MainActivity extends Activity { @Override protected void onCreate(Bundle savedInstanceState) { super.onC...
阅读全文
posted @ 2014-06-09 01:08 kevindoit
阅读(209)
评论(0)
推荐(0)
2014年6月6日
java.IO
摘要: java IO 是以文件相对程序的流向定义的javaIO流可分为三类1、输入流,输出流2、字节流,字符流3、节点流,处理流(这里用到了装饰着模式)public class IOtest { public static void main(String[] args) throws Except...
阅读全文
posted @ 2014-06-06 15:57 kevindoit
阅读(133)
评论(0)
推荐(0)
公告