- 9
- 0
- 约9.62千字
- 约 11页
- 2017-12-12 发布于河南
- 举报
实验二 Android界面程序设计
实验二 Android界面程序设计
【目的和要求】
1、掌握基本界面程序设计的方法
2、理解高级界面和互动界面程序设计的方法
【实验内容】
1、动态控制布局
package org.crazyit.togglebutton;
import android.app.Activity;
import android.os.Bundle;
import android.widget.CompoundButton;
import android.widget.CompoundButton.OnCheckedChangeListener;
import android.widget.LinearLayout;
import android.widget.ToggleButton;
/**
* Description:
* br/site: a href=/a
* br/Copyright (C), 2001-2012, Yeeku.H.Lee
* br/This program is protected by copyright laws.
* br/Program Name:
* br/Date:
* @author Yeeku.H.Lee kongyeeku@163.com
* @version 1.0
*/
public class ToggleButton
原创力文档

文档评论(0)