- 博客(7)
- 问答 (1)
- 收藏
- 关注
原创 安卓ListView获取信息并显示
获取成语列表 1.1首先你得有显示信息的界面:activity_animal.xml。 这里很简单,只需要加入ListView控件,加上id就可以了 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" andr
2016-06-15 20:04:53 3543
原创 乐学成语——ListView中ImageButton焦点冲突
成语列表animal_item.xml <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" android:descendantFoc
2016-06-15 19:48:10 365
原创 Android单元测试
第一步:AndroidManifest.xml清单中添加 第二步:添加 第三步:新增测试类 The end:运行Android JUnit Test 如果结果显示绿色的话,应该就没问题了。 说明:第二步targetPackage包名com.example.files,意思是在com.example.files包下所有包下的类都可以进行单元测试
2016-05-15 21:03:40 277
原创 SharedPreference
保存 public void save(View view){ sharedPreferences=getSharedPreferences("data", MODE_PRIVATE); Editor editor=sharedPreferences.edit(); editor.putString("name", "柳树"); editor.put
2016-05-03 23:23:50 329
空空如也
两个系统之间数据移植时,新系统数据表的设计和具体的移植操作。
2021-10-15
TA创建的收藏夹 TA关注的收藏夹
TA关注的人