I am trying to do an i-phone application which allows users to find the google ranking of website.Any one figured it before.?Any help is appreciated.
I think google it self provides some service for this please see this
http://en.wikipedia.org/wiki/List_of_Google_products#Mobile
it might be helpful.
Related
We need to create questions and related options in sales force and need to populate them in my application as well (question and multiple options together). I searched a lot in google,but no related information regarding this.
Any help could be appreciated.
Thanks
To consume data from Salesforce from your iOS application you should start taking a look at the Salesforce Mobile SDK.
A good place to read and get started with iOS and SF integration is the Salesforce mobile guides
You may find information on the same site about Salesforce integration with other mobile platforms as well.
I am implementing one iphone applicaiton in which I want to implement google earth.
I have done research on net for google earth for if any google earth api available or not.
But I have not found sucess.
Can you advice me is it possible to implement google earth in our applciation.
Please advice me for this.
Thanks in advance
I would suggest downloading the Google Earth app from:
http://itunes.apple.com/us/app/google-earth/id293622097?mt=8
However, if you still want to build an app, the Google Earth API documentation lies at:
http://code.google.com/apis/earth/
Google does not provide any API specifically for iPhone. This API is in JavaScript.
Reference
I tried googling, but didn't have success finding tutorials for
amazon web service(AWS) with iphone.
I want to learn how to use AWS with iphone.
Please help me out, by providing some tutorials , guidelines etc.
Appreciate it.
Regards
It looks like they have an SDK for this...
http://aws.amazon.com/articles/5127796662758927
Hope this helps, keep me posted if you find anything else..
Sadly you can't use e Amazon API in an iPhone app:
http://techcrunch.com/2009/07/07/amazon-killing-mobile-apps-that-use-its-data/
I've been developing application for Iphone and now I want to try to create appplication like social bookmarking but I didn't really find any help on the net.
I will have a create a login/pass, retrieve data and display them.
So I want to know what do I have to use to implement all of that for any social bookmarking website.
If you have suggestion, idea, tutorial, you are welcome.
thanks,
Most of the major social networking sites have API's for coding against their services, for instance Facebook and Twitter.
I'm sure there are other API's available, so it's just a matter og Googling for them using something like " social-network-name API developer" as serch criteria.
Claus
Wouldn't it be easier to integrate with an existing one?
I am thinking about developing a fairly simple facebook application which i have modelled the database in access.
I have web space and mySQL databases available, but I was wondering if anyone could point me towards any guides for facebook development? I had a search a while back, but they all seemed rather out of date. Anyone know where I should start with this?
I don't want to really share exactly what my idea is, but its a rating system for a particular set of products.
I haven't done much PHP before, only edited my wordpress template, and I do know enough SQL I hope.
Use the following links to create and configure ur application on facebook:
http://www.facebook.com/developers/
and the following links will help u to integrate with facebook platform i have an application on facebook developer platform and the following links helped me to integrate and use facebook API:
http://wiki.developers.facebook.com/index.php/API
http://wiki.developers.facebook.com/index.php/C
http://devtacular.com/articles/bkonrad/how-to-use-the-facebook-developer-toolkit-20/
You might find some good resources to start with here : Good resources on Facebook programming
I would highly recommend you buy...
http://pragprog.com/titles/mmfacer/developing-facebook-platform-applications-with-rails
No need to go through a bunch of small tutorials when you can find out just about all you can do through this book. It seems to be lacking on building a facebook app with an iframe though.