论坛首页 移动开发技术论坛

玩转Android---组件篇---Service(服务)

浏览 12215 次
精华帖 (0) :: 良好帖 (4) :: 新手帖 (0) :: 隐藏帖 (0)
作者 正文
   发表时间:2011-09-06  
还有没有什么关于安卓的资料啊!急需啊LZ
0 请登录后投票
   发表时间:2011-09-06  
今天又多学了一个组件...多谢楼主的奉献
0 请登录后投票
   发表时间:2011-09-08  
这兄弟的头像一看就是棒子。。。我ca 为啥他们棒子都长这个鸟样呢?

最后,楼主此文不错。。。谢谢 学习了
0 请登录后投票
   发表时间:2011-09-11  

楼主写的是不错 学习学习 俺是菜鸟弱弱的问一下 我这个XML写的对不 老是运行不出来

<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
      package="com.qinweiping"
      android:versionCode="1"
      android:versionName="1.0">
    <uses-sdk android:minSdkVersion="8" />
<service android:name="MyService">
	<intent-fiter>
		<action android:name="com.qinweiping.MyService">
		</action>
	</intent-fiter>
</service>

    <application android:icon="@drawable/icon" android:label="@string/app_name">
        <activity android:name="MyService"
                  android:label="@string/app_name">
            <intent-filter>
                <action android:name="android.intent.action.MAIN" />
                <category android:name="android.intent.category.LAUNCHER" />
            </intent-filter>
        </activity>

    </application>

</manifest>

 出现这个错误

[2011-09-11 16:29:45 - com.android.ide.eclipse.adt.internal.project.AndroidManifestHelper] Parser exception for E:\JAVAME练习\ServiceExercise\AndroidManifest.xml: The element type "manifest" must be terminated by the matching end-tag "</manifest>".
[2011-09-11 16:29:45 - ServiceExercise] Error in an XML file: aborting build.
 请楼主帮我看看 小弟谢谢您了
0 请登录后投票
   发表时间:2011-09-13  
基础教程很好
0 请登录后投票
   发表时间:2011-09-13  
serviceConnection 干什么的? connection sucess 怎么执行的
0 请登录后投票
   发表时间:2011-09-23  
不错,学习了
0 请登录后投票
论坛首页 移动开发技术版

跳转论坛:
Global site tag (gtag.js) - Google Analytics