91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

Android中怎么接入Google+分享功能

發布時間:2021-07-12 13:57:59 來源:億速云 閱讀:186 作者:Leah 欄目:移動開發

這篇文章給大家介紹Android中怎么接入Google+分享功能,內容非常詳細,感興趣的小伙伴們可以參考借鑒,希望對大家能有所幫助。

Android使用Google+分享功能

1.首先將<android-sdk-folder>/extras/google/google_play_services 導入到Eclipse中

我將google-play-services_lib復制到了新建的thirdlib文件中然后導入的,大家可以直接導入。

如果沒有這個工程首先更新到最新的ADT,然后打開Android SDK Manager進行下載

2.然后將其作為 google-play-services_lib作為lib工程add到我們的工程上

Android中怎么接入Google+分享功能

3.主要的分享代碼:

	//google+分享
	public void doGooglePlusShare(Activity mContext) {
		
		// 判斷是否安裝Google Service
		
		if (GooglePlayServicesUtil.isGooglePlayServicesAvailable(mContext) == ConnectionResult.SUCCESS) {

		
				Intent shareIntent = new PlusShare.Builder(mContext).setType("text/plain")
						.setText("test share").setContentUrl(Uri.parse("www.baidu.com")).getIntent();

			    mContext.startActivityForResult(shareIntent,
						0);
		
		
		}else{
			
			Toast.makeText(mContext, "Please install Google Service", 0).show();
			
		}
		
	}

在Button的點擊時間種調用這個方法

4.配置AndroidManifest.xml

<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
    package="com.example.googleplusshare"
    android:versionCode="1"
    android:versionName="1.0" >

    <uses-sdk
        android:minSdkVersion="8"
        android:targetSdkVersion="19" />

    <application
        android:allowBackup="true"
        android:icon="@drawable/ic_launcher"
        android:label="@string/app_name"
        android:theme="@style/AppTheme" >
        <activity
            android:name="com.example.googleplusshare.MainActivity"
            android:label="@string/app_name" >
            <intent-filter>
                <action android:name="android.intent.action.MAIN" />

                <category android:name="android.intent.category.LAUNCHER" />
            </intent-filter>
        </activity>
           <meta-data
            android:name="com.google.android.gms.version"
            android:value="@integer/google_play_services_version" />
    </application>
    
    <uses-permission android:name="android.permission.INTERNET"/>

</manifest>

關于Android中怎么接入Google+分享功能就分享到這里了,希望以上內容可以對大家有一定的幫助,可以學到更多知識。如果覺得文章不錯,可以把它分享出去讓更多的人看到。

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

永康市| 融水| 石林| 洛浦县| 区。| 哈巴河县| 辽阳市| 鄄城县| 白城市| 麻城市| 安徽省| 绥德县| 龙川县| 广灵县| 岑巩县| 壶关县| 峡江县| 同德县| 长治市| 夏邑县| 娱乐| 温州市| 新龙县| 克拉玛依市| 正阳县| 雅安市| 仁寿县| 桐梓县| 兴山县| 麻城市| 南城县| 曲沃县| 津南区| 巴塘县| 汝城县| 科技| 新宁县| 衢州市| 高碑店市| 买车| 逊克县|