QuickBlox Developers (API docs, code samples, SDK)

SuperSample (Map Chat code sample) Web/Facebook

From QuickBlox Developers (API docs, code samples, SDK)
Jump to: navigation, search

Header.png

This is a complex sample of a Web application using QuickBlox. The application uses the QuickBlox modules Location and Users. Using this application, the user can see other users on the map. Users can use Chat to communicate with each other.

Contents

Start

At start user can see the first screen, from which they can login via facebook.

SS Web Start1.png

SS Web Start2.png

Map

After login, the user can see Map screen. The green marker — is your current location, the red marker — other users of the application.

You can tap on marker — creating a popup with additional information displayed on the screen.

SS Web Map.png

Chat

You can communicate with other users by Chat (Chat over Map). The last message from a user is displayed as a popup over the map.

SS Web Chat.png

Demo video

Sources

Download ZIP for stable version — https://github.com/QuickBlox/SuperSample-webfacebook/zipball/v0.1

Project homepage on GIT — https://github.com/QuickBlox/SuperSample-webfacebook

Clone from GIT dev version — git://github.com/QuickBlox/SuperSample-webfacebook.git

Download ZIP for dev version — https://github.com/QuickBlox/SuperSample-webfacebook/zipball/master

Back to Top