listView页面布局:layout/activity_main.xml:<LinearLayoutxmlns:android="http://schemas.android.com/apk/res/android"xmlns:tools="http://schemas.android.com/tools"android:layout_width="match_parent"android:layout_height="match_parent"android:orientation="ve..
分类:
移动开发 时间:
2014-12-07 06:49:29
阅读次数:
172
listView页面布局:layout/activity_main.xml:<RelativeLayoutxmlns:android="http://schemas.android.com/apk/res/android"xmlns:tools="http://schemas.android.com/tools"android:layout_width="match_parent"android:layout_height="match_parent"android:paddingBottom..
分类:
移动开发 时间:
2014-12-07 06:49:11
阅读次数:
233
主显示布局以及代码:activity_main.xml:<RelativeLayoutxmlns:android="http://schemas.android.com/apk/res/android"xmlns:tools="http://schemas.android.com/tools"android:layout_width="match_parent"android:layout_height="match_parent"><ListViewandroid:i..
分类:
移动开发 时间:
2014-12-07 06:48:35
阅读次数:
309
activity_main.xml:<RelativeLayoutxmlns:android="http://schemas.android.com/apk/res/android"xmlns:tools="http://schemas.android.com/tools"android:layout_width="match_parent"android:layout_height="match_parent"android:paddingBottom="@dimen/activity_vertic..
分类:
移动开发 时间:
2014-12-07 06:48:35
阅读次数:
286
listView页面布局:layout/activity_main.xml:<LinearLayoutxmlns:android="http://schemas.android.com/apk/res/android"xmlns:tools="http://schemas.android.com/tools"android:layout_width="match_parent"android:layout_height="match_parent"android:orientation="ve..
分类:
其他好文 时间:
2014-12-07 06:47:50
阅读次数:
186
listView页面布局:layout/activity_main.xml:<RelativeLayoutxmlns:android="http://schemas.android.com/apk/res/android"xmlns:tools="http://schemas.android.com/tools"android:layout_width="match_parent"android:layout_height="match_parent"android:paddingBottom..
分类:
移动开发 时间:
2014-12-07 06:47:49
阅读次数:
157
主显示布局以及代码:activity_main.xml:<LinearLayoutxmlns:android="http://schemas.android.com/apk/res/android"xmlns:tools="http://schemas.android.com/tools"android:layout_width="match_parent"android:layout_height="match_parent"android:orientation="vertic..
分类:
编程语言 时间:
2014-12-07 06:47:07
阅读次数:
182
GridView:/activity_main.xml<RelativeLayoutxmlns:android="http://schemas.android.com/apk/res/android"xmlns:tools="http://schemas.android.com/tools"android:layout_width="match_parent"android:layout_height="match_parent"><GridViewandroid:id="@+id/gvG..
分类:
移动开发 时间:
2014-12-07 06:46:49
阅读次数:
294
题外话:
如何把一个 “小view” 或者 “小fragment” 覆盖到一个 “全屏view” 之上(见下图)。
方法一(FrameLayout + layout_marginTop ):
android:layout_width="match_parent"
android:layout_hei...
分类:
其他好文 时间:
2014-12-05 21:20:14
阅读次数:
198
为了学习和测试蓝牙的通信机制,我是把服务器端和客户端分开为两个APP来写的。
一、首先是服务器端:
1、AndroidManifest.xml
添加权限:
2、布局文件
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="...
分类:
其他好文 时间:
2014-12-04 15:46:56
阅读次数:
249