I am working on a chat app in Titanium .I need to store my chats in Cloud server provided by appcelerator(ACS). Can anybody give some idea about it .
Suggestions are always appreciated.
Thanks in advance
I would suggest reading the manual. There's an API specifically for Chat.
http://cloud.appcelerator.com/docs/api/v1/chats/create
Related
I have a simple REST API made in Rails with output data in json format.
I want create a phonegap app to connect and consume the API resources. someone know a tutorial to do this.
I am only a junior backend dev and no know about mobile apps.
Thanks in advance
forget, i found this Cordova Tutorial that use jQuery Ajax
I have a gaming App in android launched in Google play. I would like to update the user score somewhere in cloud and make it available across the users. Is there is any free service by Google for the App Publishers. Can we use GCM for this purpose.
Any pointers / Ideas on this will be highly appreciated.
Thanks in Advance.
yes, you can use gcm or cloud connect for this purpose, may be this links are helpful to you
http://developer.android.com/training/cloudsync/gcm.html
https://bradablog.appspot.com/?p=207
if you wants to leaderboard check this link:
https://developers.google.com/games/services/android/leaderboards
I really like to learn how to create a web chat in a WebProject, not to Android, not to IOs, I mean, I want to learn step by step how to create a chat from a PC to other PC, I downloaded the QuickBlox SDK to Web + Facebook, but what is the next step? I followed:
1.- Register a free QuickBlox account and add your App there.
2.- Download SDK / code sample for your platform.
3.- Update credentials in your application code.
from: http://quickblox.com/developers/5_Minute_Guide#1._Create_your_QuickBlox_account
but at the step 3, I do not how to do it. thanks in advance for your appreciated help.
best regards
You need to copy your credentials into Sample.
Please check this image
http://gyazo.com/adc3c5b7c2ae042fb49950c84e6b0f84
If you want implement the chat in your site, you will need just simply get the short generated html code which you can put on the website anywhere. For this please fill out the corresponding form here:
http://quickblox.com/applications/xmppchat/
Demo - http://quickblox.com/applications/xmppchat/demo.html
I'm building Blackberry application, and I need to post message to MySpace using oAuth.
I keep searching for API but could not find any.
Could anybody help me on this please.
Thank you very much
http://wiki.developer.myspace.com/index.php?title=Category:RESTful_API
I would consume the JSON response in your app as JSON is a part of OS 6.0.0+ and you can roll the JSON source into other versions such as 5.0.0-.
I'm trying to develop an application in iPhone which will connect to various Instant Messenger and currently working to connect to yahoo messenger.
Can anyone help me to find any api or source which will be helpful for me.
Thanks in Adv.
ycoderscookbook is the best resource to learn all about Yahoo IM integration. have a look at it..