安卓简易对话框

package com.example.dialog; import android.os.Bundle; import android.app.Activity; import android.app.AlertDialog; import android.app.AlertDialog.Builder; import android.app.Dialog; import android.content.Context; import android.content.DialogInterface; import android.view.Menu; import...
android | 2015-12-31 16:00 | 阅读 1446 次 | 评论 0 条

Gallery_ImageSwitcher控件

public class MainActivity extends Activity { private Gallery gallery; private ImageSwitcher switcher; private List<Integer> lst; @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_main); galle...
android | 2015-12-30 15:52 | 阅读 1499 次 | 评论 0 条

自定义适配器(对象/图像)类

package com.example.android_12_28; import java.util.List; import android.content.Context; import android.view.View; import android.view.ViewGroup; import android.widget.BaseAdapter; import android.widget.ImageView; public class OneImageAdapter extends BaseAdapter { private List<I...
android | 2015-12-28 23:12 | 阅读 1638 次 | 评论 0 条

自定义适配器()MainActivity

public class MainActivity extends Activity { private ListView listView; private List<User> userList; private List<String> list; private List<String> list2; @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.lay...
android | 2015-12-28 23:07 | 阅读 1784 次 | 评论 0 条

多表汇总目录指引

Set rng = Sheets("洗沫汇总表").Range("a1:e50") rng.Select Selection.Clear Sheets("洗沫汇总表").Cells(1, 1) = "部门" Sheets("洗沫汇总表").Cells(1, 2) = "金质" Sheets("洗沫汇总表").Cells(1, 3) = "金重" Sheets("洗沫汇总表").Cells(1, 4) = "报表编号" Sheets("洗沫汇总表").Cells(1, 5) = "表名" ii...
VBA | 2015-12-23 20:33 | 阅读 2390 次 | 评论 0 条
浏览233236次
最新评论