Skip to content

Commit 9cb4dc8

Browse files
Updated README.md
1 parent f099d53 commit 9cb4dc8

File tree

1 file changed

+3
-20
lines changed

1 file changed

+3
-20
lines changed

README.md

Lines changed: 3 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
# This project contains:
1212

13-
* New Quickblox Samples:
13+
* QuickBlox Samples:
1414
* [Sample Chat Java](https://github.com/QuickBlox/quickblox-android-sdk/tree/master/sample-chat-java)
1515
* [Sample Chat Kotlin](https://github.com/QuickBlox/quickblox-android-sdk/tree/master/sample-chat-kotlin)
1616
* [Sample Conference Java](https://github.com/QuickBlox/quickblox-android-sdk/tree/master/sample-conference-java)
@@ -19,24 +19,13 @@
1919
* [Sample Push Notifications Java](https://github.com/QuickBlox/quickblox-android-sdk/tree/master/sample-pushnotifications-java)
2020
* [Sample Push Notifications Kotlin](https://github.com/QuickBlox/quickblox-android-sdk/tree/master/sample-pushnotifications-kotlin)
2121

22-
* QuickBlox Android SDK, which includes
23-
* [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
24-
* [Chat Sample](https://github.com/QuickBlox/quickblox-android-sdk/tree/master/old_samples/sample-chat)
25-
* [Video Chat WebRTC Sample](https://github.com/QuickBlox/quickblox-android-sdk/tree/master/old_samples/sample-videochat-webrtc)
26-
* [Users Sample](https://github.com/QuickBlox/quickblox-android-sdk/tree/master/old_samples/sample-users)
27-
* [Push Notifications Sample](https://github.com/QuickBlox/quickblox-android-sdk/tree/master/old_samples/sample-pushnotifications)
28-
* [Custom Objects Sample](https://github.com/QuickBlox/quickblox-android-sdk/tree/master/old_samples/sample-custom-objects)
29-
* [Content Sample](https://github.com/QuickBlox/quickblox-android-sdk/tree/master/old_samples/sample-content)
30-
3122
# Overview
3223

3324
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.
3425

3526
# Sample structure
3627

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.
4029

4130
# How to run samples
4231

@@ -45,16 +34,10 @@ To run samples on Android Studio go to menu **File - Import Project**. Select pa
4534
# Configure sample credentials
4635
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)
4736

48-
* **New samples**
37+
* **Samples**
4938
* 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:
5039
<img src="/sample-chat-java/screenshots/QB_Credentials_new_samples.png" border="5" alt="New Samples Credentials" >
5140

52-
* **Old samples**
53-
* To set your own app credentials for the sample just update configuration file **qb_config.json** inside appropriate sample project in assets folder:
54-
<img src="/old_samples/screenshots/QB_Credentials_old_samples.png" border="5" alt="Old Samples Credentials" >
55-
56-
* To set additional sample settings use **sample_config.json** file inside assets folder.
57-
5841
# Connect SDK to your existing apps
5942

6043
To get the QuickBlox SDK project running you will need to have installed Android Studio and Maven.

0 commit comments

Comments
 (0)