Questions tagged [quickblox-android]

Use this tag for questions related to quickblox on android platform. For generic quickblox question use `quickblox` tag.

QuickBlox is used for the backend for Q-municate which is an open source code of chat application with a wide range of communication features included (such as one-to-one messaging, group chat messaging, file transfer, push notifications, audio/video calls) Website : https://quickblox.com/developers/Q-municate#Q-municate

146 questions
0
votes
2 answers

New quickblox with maven compile dependencies. giving error on startCall

Im using the quickblox in one of my applications. its dependencies have been added using app build.gradle => // start quickblox, online dependencies, from remote repository, aar files compile…
yUdoDis
  • 1,098
  • 6
  • 15
0
votes
1 answer

QuickBlox add UserCustomData

How to add few custom data fields for new QBUser? I know how to make it for single custom data field. public static String customDataToString(String key,String value) { JSONObject jsonObject = new JSONObject(); setJsonValue(jsonObject,…
Anton Kazakov
  • 2,740
  • 3
  • 23
  • 34
0
votes
1 answer

Which sample code is best to use?

I would like to create an Android app that is basically a chat. I have read many articles on the web until I found QuickBlox. (I admit I didn't understand exactly how it works and how to use it and I'm new in mobile app develiping). I am following…
user5346990
0
votes
1 answer

Null point Exception while sending message

I have added new class file under /com.quickblox.q_municate/ui/friends. I want to send message to another user. I have written code using Quickblox API, code is as follows. public class ChangeDSConfiguration extends Activity{ TextView…
0
votes
1 answer

Quickblox-2.4 with Proguard

I am trying to integrate Proguard with Quickblox-2.4 jars. My logcat is showing this exception: : FATAL EXCEPTION: main : java.lang.ClassCastException: com.d.a.b.v cannot be cast to com.quickblox.users.model.QBUserWrap : at…
0
votes
2 answers

How do we retrieve all messages for a dialog without marking them as read in Android QuickBlox SDK?

I am using QuickBlox Android SDK. While fetching all messages for a dialog, I do not want to mark messages as read. I tried this way but it is not working. QBRequestGetBuilder customObjectRequestBuilder = new…
-1
votes
1 answer

Can I use the same login for a video conversation and text conversation simultaneously?

I have an android application based on the videochat-sample. I want to use a text chat to send information between the participants in the videochat. Can i simply use the same login?
devUbivis
  • 3
  • 1
-1
votes
1 answer

How to send a message to all quickblox Online users

How to send a message to all online quickblox users. its is possible without receipientId to send a messages. Please tell me the solution.
-1
votes
1 answer

Messages are not delivered acknowledgment when one of users goes background using quickblox like whatsapp

I have 2 users. UserA is in background and UserB is Online (foreground). UserB send a message to UserA. UserA Receive a message via push notification Using QuickBlox, But acknowlegment does not send to UserB That message will be delivered. Please…
-1
votes
2 answers

Does Quickblox javascript sdk works in nativescript?

I understand that Quickblox javascript sdk uses jquery and nodejs modules. So does it work with nativescript?
Navin
  • 684
  • 1
  • 11
  • 24
-2
votes
1 answer

Quickblox-android join chat group is not working

i have integrated quickblox android SDk in my app and there are more than 500 dialogs group in list and when i try to join any group chat room, I am not getting entered in either of onSuccess() and onError() ,control flow just goes bypassing…
Nirav Bhavsar
  • 2,133
  • 2
  • 20
  • 24
1 2 3
9
10