eh3rrera / kotlin-pusher-chat

Basic Android chat app made with Kotlin and Pusher

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

kotlin-pusher-chat

Chat app for Android made with Kotlin and Pusher. Follow the tutorial here.

Getting Started

  1. Clone this repository.
  2. Create a Pusher app.
  3. Enter your Pusher app information in api/src/main/kotlin/com/example/demo/MessageController.kt and in android/app/src/main/java/com/pusher/pusherchat/ChatActivity.kt.
  4. In a terminal window, go to the API directory and execute gradlew bootRun to start the API server.
  5. Open the app with Android Studio.
  6. Build the project and run it on two emulator.
  7. Choose an username and start sending messages

Prerequisites

Built With

  • Pusher - APIs to enable devs building realtime features

Acknowledgments

  • Thanks to Pusher for sponsoring this tutorial.

LICENSE

MIT

About

Basic Android chat app made with Kotlin and Pusher

License:MIT License


Languages

Language:Kotlin 100.0%