This project contains QuickBlox Android SDK, that includes
- Core module contains base classes and util components
- Chat Sample
- Video Chat WebRTC Sample
- Users Sample
- Push Notifications Sample
- Location Sample
- Custom Objects Sample
- Content Sample
QuickBlox is Communication as a Service provider. The platform provides chat using the XMPP protocol, WebRTC signalling for video/voice calling and an API for sending push notifications. It provides a user management system, data storage and more.
Each sample depends from core module, which contains mutual dependencies such as CoreApp, BaseActivity, BaseListAdapter and other useful utils like a ImagePicker, KeyboardUtils, NotificationUtils, etc. Also core module keeps common resources colors, strings, dimens and others. It makes code more clean and clear, and also more object-oriented. In addition the Samples have renewed up-to-date design.
To run samples on Android Studio go to menu File - Import Project. Select path to sample, select Use default gradle wrapper(recommended) and click OK.
To get the QuickBlox SDK project running you will need Android Studio and Maven installed.
The repository https://github.com/QuickBlox/quickblox-android-sdk-releases contains binary distributions of QuickBlox Android SDK and an instruction how to connect SDK to your project. Check it out.
Please raise questions, requests for help etc. via http://stackoverflow.com/questions/tagged/quickblox
BSD