You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*[Core module](https://github.com/QuickBlox/quickblox-android-sdk/tree/master/old_samples/sample-core) which contains base classes and util components for old samples
QuickBlox is a communications service provider. The platform provides chat using the XMPP protocol, WebRTC signaling for video/voice calling and API for sending push notifications. It provides a user management system, data storage and more.
34
25
35
26
# Sample structure
36
27
37
-
Each **"NEW"** sample is an independent project, which contains final dependencies and all "Utils" and "Helpers" are included into it to be more understandable and clever. Each sample shows how to create your own project with QuickBlox SDK, and how to use it to extend your existing project.
38
-
39
-
Each **"OLD"** sample depends on the Sample-Core module, which contains mutual dependencies such as CoreApp, BaseActivity, BaseListAdapter and other useful utils such as ImagePicker, KeyboardUtils, NotificationUtils, etc. Also the Sample-Core module keeps common resources colors, strings, dimens and others. It makes your code more clean and clear, and also more object-oriented. In addition the Samples have been renewed with up-to-date design.
28
+
Each sample is an independent project, which contains final dependencies and all "Utils" and "Helpers" are included into it to be more understandable and clever. Each sample shows how to create your own project with QuickBlox SDK, and how to use it to extend your existing project.
40
29
41
30
# How to run samples
42
31
@@ -45,16 +34,10 @@ To run samples on Android Studio go to menu **File - Import Project**. Select pa
45
34
# Configure sample credentials
46
35
To create Quickblox account (if you don't have one) and find your own credentials you should visit our [5 minute guide](https://quickblox.com/developers/5_Minute_Guide)
47
36
48
-
***New samples**
37
+
***Samples**
49
38
* To set your own app credentials you should open **App.java** (or App.kt if you have downloaded the Kotlin sample) and paste the credentials into the values of constants:
0 commit comments