I want to use quickblox for chat. I want to use quickblox rest api. But I don't understand how can I achieve this.
I tried to follow the tutorial given in http://quickblox.com/developers/Javascript
But I am not able to understand how to configure this
Why are you not use JavaScript SDK for web?
I suggest you to use JavaScript SDK for real time chat application and documentation is also very good for JavaScript SDK
Go thought this link:"https://quickblox.com/developers/Javascript"
Hope this help you.
Related
Is it possible to call Google Translate popup (only the popup, and not the whole Google Translate app) from my application, using intent or something else?
I'm using B4A (Basic for Android) platform, so if it is possible, please guide me based on B4A. However Java solutions can be useful too and they are also welcomed. Thanks.
You can use Google Translate api in php and call it from b4a
I started my journey with Android and I would like to make a simple feature that would convert one currency to another. I don't know anything about web services really, I saw some tutorials but none for Android Studio for this.
Could someone explain how this could be done? Or give a link to a beginner-friendly tutorial that would hep understand how to perform such an operation?
You can use this API provided by google codes.
It fetches and uses bank web-services to fetch the rate dynamically for java-based application.
I am interested to enable google push notification for my web application in Chrome. I want to use Java as primary programming language. I tried to look at many examples but I didn't get caught of any information which helps me. Can anyone please let me know how to start with?
Regards,
Rakesh
I would start by looking at the notification API. It is much simpler to use. To find examples of the I would direct you to Youtube with the exact same question. The Rich Notification is a very complex system, but google also but out a few videos on how to use them.
I want to use the SJCL library in an Android app that I'm building. The thing is SJCL is a javascript crypto library. I'm new to Android development and I was wondering how I could go about using the library in my project.
What I'm looking to do is hash a person's username and password and decrypt whatever response I get from the server which is why I want to use SJCL. If anyone has any insight into how to do this, that'd be great!
I think that only way it can be done is WebView.
Maybe this will give you some lead.
Android WebView Javascript from assets
To achieve your goal, you can use this library for running JavaScript in Android apps.
i am new to Android development
i have a web service made in php now i want to consume it in android can any one guide me how to achieve this..???
i have tried many code samples on net but failed to achieve this goal.
i am using Eclipse with ADT.
any help would be appriciated.
Kindly go through the following link. you will find code examples here
http://www.anddev.org/calling_a_web_service_from_android-t348.html
Android is developed using Java platform. what you should do is create a WebService and expose the WSDL via HTTP.
write your java program calling this Webservice.
its easier and simpler.