Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 9 years ago.
Improve this question
I want to make Social Community app in iphone.Just like i want to develope online chating functionality. I have list of users who are logged into my application.My application is iphone application.How can i do that?any tutorial or sample code for that?
I would like to suggest you to go for push notification. Cause I have used it in one of my app. And it's really good rather than using other.
http://quickblox.com/developers/SimpleSample-chat_users-ios this link will help you somewhat
you can also try this link
this sample demonstrates how QuickBlox Chat API works. VIDEO TUTORIAL
It allows to organize chat in room & chat 1 on 1.
It shows how to: - Organize chat between 2 users - Organize chat in room
You can download this code sample here
just googled the things and you will find lots of more useful tutorial..
Related
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
I'm trying to build a swift app that would allow a user on one side to draw an image that will be updated in nearly real time on the other user's device, somewhat as if they were drawing on a whiteboard in person.
Anyone have any tips or places where I should start? I'm relatively new to swift. Thanks for your help.
This requires a persistent line of communication between your mobile device(s) and your server. Websockets allow this type of communication. I haven't implemented them myself so I can't provide implementation details, but there are plenty of resources available online.
Sockets with Swift
Websockets Tutorial
I think Realm is exactly what you are looking for.
Real time collaboration in as little as 10 lines of code
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
I'd like to create a Faceook application which is same like Socialcam but in a different aspect, which is sports.
I can get the user Page Likes which are sports and create the video playlist according to them, in the process or creating the list of videos I would like to use Gdata api and use Youtube to pull youtube videos.
Is that possible and is there any restrictions on that from the Youtube?
Thanks all
Edit:
It seems this is not possible as far as I can see by Googling and reading their Terms because I need to run Ads on my site.
Using YouTube videos in a Facebook application is quite possible and relatively very easy (though you need to check each one has the embed flag set).
Whether you are allowed to depends on whether your application is monetised (i.e. runs ads or the user pays for it) and if the videos are the main content where they're displayed within it. The full terms of service are available at http://www.youtube.com/t/terms
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I wish to have an application that can post on facebook about all the activities of user on my website without asking for permission again and again.
I wish to do in the way dailymotion does everytime u watch a video there.
Can anyone guide me for the same. Just steps or some sample code will be suffice.
Thanks !
You should learn about open grpah
Here is the tutorial
Here are the sample codes.
And also, there is an official php sdk and also JS sdk for facebook api, which makes life easier.
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
Currently I am working on Social Game for iPhone. I want to integrate ScoreLoop inside this games. If anybody know use of scoreloop. Please tell me How to use this ?
Thanks.
Check inside your Scoreloop SDK Folder (the one you downloaded), there will be a Documentation folder, where you can navigate to the ScoreloopCSE documentation PDF file, where all the steps are listed to get Scoreloop integrated into your application.
Refer to this link. I got on how to implement it from answer in this link:
781 can not integrate scoreloop in cocos2d iphone
Hope this helps you.
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
I've looked hard and have been unable to find good websites that have aggregated custom controls that have been submitted by users to be shared with everyone. Does such a repository exist?
I would hope something like this existed considering that iPhone developers seem to be using similar custom controls. In particular, I'm trying to do folder-like tabs on the iPhone (similar to how it is done on websites).
Here's a fairly new site for custom iOS and Mac OS X controls, Cocoa Controls.
http://cocoacontrols.com/
joe answered good.
Here are the sites from were you can find reusable components
1) http://cocoacontrols.com/
2) http://open.iphonedev.com/
3) http://cocoaobjects.com/
Here is the twitter account where you can find popular reusable components on github about iPhone or iPad
4) https://twitter.com/#!/github_objc
Are you looking for the graphic design elements like buttons and views? If so, check out the Teehan+Lax iPhone PSD file: http://www.teehanlax.com/blog/2009/06/18/iphone-gui-psd-30/
One source I just found is by Joe Hewitt who made the Facebook iPhone app. He has a bunch of custom stuff he's opened sourced.
http://joehewitt.com/post/the-three20-project/