WEB开发网
开发学院手机开发Android 开发 Android通过AIDL实现下载进程通信 阅读

Android通过AIDL实现下载进程通信

 2012-11-08 19:04:01 来源:WEB开发网   
核心提示:android:layout_height="20px"android:progress="0"android:max="100"android:layout_toRightOf="@+id/downloadImg"android:layo
android:layout_height="20px"
android:progress="0"
android:max="100"
android:layout_toRightOf="@+id/downloadImg"
android:layout_below="@+id/downloadText"
>
</ProgressBar>
<TextView android:id="@+id/percetText"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textColor="#ffffff"
android:text="0%"
android:textSize = "12px"
android:layout_marginLeft="2px"
android:layout_centerHorizontal="true"
android:layout_alignTop="@+id/downloadProgress"
>
</TextView>
<TextView android:id="@+id/downloadText"
android:text="DownLoad"
android:layout_height="wrap_content"
android:layout_width="wrap_content"
android:layout_toRightOf="@+id/downloadImg"
android:layout_alignTop="@+id/downloadImg"
android:textColor="#000000"
>
</TextView>

</RelativeLayout>
服务端的实现已经完成,但是如何调用呢?启动一个Application,我们需要一个action动作,所以必须得在DownLoadService服务端设定捕捉的动作。

上一页  3 4 5 6 7 8 9 10  下一页

Tags:Android 通过 AIDL

编辑录入:爽爽 [复制链接] [打 印]
赞助商链接