皮皮学,免费搜题
登录
logo - 刷刷题
搜题
【简答题】
以下是一个读写机身内存数据的应用界面: ( 1 )请按上图所示,完成以下布局文件:( 8 分) // 输入文件名的编辑框组件定义 // “保存”按钮的定义 // “读取”按钮的定义 // 输入存储文本的编辑框定义 ( 2 )请完成主 Activity 文件中“保存”和“读取”按钮的的监听器功能。( 11 分) public class ReadMemActivity extends Activity { @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.main); final EditText title=(EditText) findViewById(R.id.title); final EditText text=(EditText) findViewById(R.id.text); final Button save=(Button) findViewById(R.id.save); final Button read=(Button) findViewById(R.id.read); // “保存”按钮的监听器 save.setOnClickListener(new View.OnClickListener() { @Override public void onClick(View view) { } }); read.setOnClickListener(new View.OnClickListener() // “读取”按钮的监听器 { @Override public void onClick(View view) { } }); } }
手机使用
分享
复制链接
新浪微博
分享QQ
微信扫一扫
微信内点击右上角“…”即可分享
反馈
参考答案:
举一反三
【单选题】关于无连接的通信,下面的描述中正确的是 (17) 。 (17)
A.
由于为每一个分组独立地建立和释放逻辑连接,所以无连接的通信不适合传送大量的数据
B.
由于通信对方和通信线路都是预设的,所以在通信过程中无须任何有关连接的操作
C.
目标的地址信息被加在每个发送的分组上
D.
无连接的通信协议UDP 不能运行在电路交换或租用专线网络上
【单选题】Don’t forget to __________ your school things when you have finished your homework .
A.
put out
B.
put up
C.
put down
D.
put away
【单选题】对组织的固定过程,下面的描述不正确的是
A.
组织取下后尽快冲洗干净放入适当的固定液中
B.
组织取下后尽快放入适当的固定液中
C.
固定时应注意组织块的大小,组织块切取适当
D.
需要做酶组织化学的组织固定应置于冰箱低温固定
E.
大多数组织固定可在室温,在低温固定时,固定时间应相应延长
【简答题】You are supposed to put forward some rules for job-seekers and you may offer your suggestions in terms of the following points: 1) appearance, 2) ability and knowledge, and 3) confidence. You should w...
【简答题】______ reference ______ your letter of May 6, we are pleased to give you an order ______ the following.
【简答题】To whom you may send your email. You may send your email to your friends who ______ in it.
【单选题】Put on your coat, ________ you may catch a cold.
A.
and
B.
so
C.
but
D.
or
【单选题】当 LTI 离散系统的激励为单位阶跃序列 时,系统的零状态响应称为( )
A.
单位阶跃响应
B.
单位冲激响应
C.
零输入响应
D.
自由响应
【单选题】患有猪瘟时可在脾脏的边缘见有出血性梗死,脾脏
A.
不肿大
B.
肿大
C.
高度肿大
D.
先肿大后萎缩
E.
先萎缩后肿大
【单选题】—May I put my bike here? —No, you ______. You should put it over there. [     ]
A.
may not
B.
mustn't
C.
needn't
相关题目:
参考解析:
知识点:
题目纠错 0
发布
创建自己的小题库 - 刷刷题