赞
踩
main
xmlns:tools="http://schemas.android.com/tools" android:id="@+id/activity_main" android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical" tools:context="com.example.s519300214331zly.MainActivity"> <Button android:id="@+id/btn_start" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="启动MyService"/> <Button android:id="@+id/btn_bind" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="绑定Service"/> <Button android:id="@+id/btn_get_name" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="访问Service中的数据"/> <Button android:id="@+id/btn_unbind" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="解除绑定Service"/>
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。