Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 1.06 KB

README.md

File metadata and controls

30 lines (22 loc) · 1.06 KB

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