随笔分类 - android资料区
摘要:android点击事件的四种方式第一种方式:创建内部类实现点击事件代码如下:package com.example.dail;import android.text.TextUtils;import android.app.Activity;import android.content.Intent...
阅读全文
摘要:TextView控件使用一、TextView基本使用(创建方式) 1、在程序中创建TextView对象如下代码:@Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(saved...
阅读全文
摘要:遇到问题描述:运行android程序控制台输出[2015-07-4 20:18:26-]Theconnectiontoadbisdown,andasevereerrorhasoccured.[2015-07-4 20:18:26 -]YoumustrestartadbandEclipse.[2015...
阅读全文