Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 865 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 865 Bytes

Skygear Chat Android Demo

This Android Demo is written in Java and is powered by Skygear and Skygear Chat.

Skygear Introduction

Skygear is an open source back-end-as-a-service that speeds up app development. SkyChat is a module under Skygear and has all the messaging features a chat app usually needs.

Features Demonstrated

User athentication

  • User login
  • User logout

Conversation creation

  • Create 1 to 1 conversation
  • Create Group conversation

Conversation list

  • Get all conversations of a user

Conversation view (from UI kit)

  • Load messages from conversations (chat history)
  • Send text messages
  • Message receipt status
  • Send photo messages
  • Send voice messages