All Projects → chibatching → Nearbysample

chibatching / Nearbysample

Licence: apache-2.0
Nearby Messages API sample chat application for Kotlin

Programming Languages

kotlin
9241 projects

NearbySample

Nearby Messages API sample chat application for Kotlin

Setup

Enable Nearby Messages

Setup your Nearby Messagees API at Google Developers Console.
Follow official instruction below.
https://developers.google.com/nearby/messages/android/get-started

Put API KEY in AndroidManifest

Put your API KEY in android:value of meta-data.

    <application
        android:allowBackup="true"
        android:icon="@mipmap/ic_launcher"
        android:label="@string/app_name"
        android:theme="@style/AppTheme" >
        <meta-data
            android:name="com.google.android.nearby.messages.API_KEY"
            android:value="YOUR API KEY" />
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].