I'm Making an App using MapKit, with a few POIs, could anyone tell me about some example or documentation which I can learn it with? I mean, using the venueID...
Thank you!
Here the solution!
https://developer.foursquare.com/docs/samples.html
http://groups.google.com/group/foursquare-api/web/api-documentation
Hope this helps!
Related
I am new in iphone development and we have to integrate the QR code reader in my apps, i have no idea about that some one please guide me how can i start. Give me some sample code or any tutorials links for that. Any help is highly appreciated.
There is a great library to do such project. Take a look at zxing. There is an obj-c version.
try out zbarSDK! it worked well for me, http://zbar.sourceforge.net/iphone/sdkdoc/
Here is the zxing (zebra crossing) google library. It can get you started. Hope that helps!
I am able to post text from iphone to twitter with [_engine sendUpdate:[textfield text]];
But I have to post an image. Can anyone guide me?
MGTwitter engine doesnt support image uploading, but you could either use this:
https://github.com/Gurpartap/GSTwitPicEngine
or integrate that into MGTwitter engine.
Also, please state more information
about what library you are using so
that people can help YOU. People
cannot help you if they have no idea
about what you are referring to. It is only since I knew the API you are calling that I could help you.
For upload image you should use TwitPic. and use check this
Thanks
Can anyone tell me the steps to integrate weather information into my iPhone App. I found some API's are there, but didn't found steps for this. Thanks in advance.
use google weather in php
see the link http://komunitasweb.com/2009/09/showing-the-weather-with-php-and-google-weather-api/
to iphone see old question in so :
https://stackoverflow.com/questions/1305127/free-weather-api
http://www.weather.com/services/xmloap.html
I want to allow the user to access the data of iphone app through the google credentials. Is there any app or source code to implement same on my iphone app.
Please suggest step by step. I tried a lot of times but not succeeded.
please anyone's help will be most appreciated.
Thank you,
Madan Mohan.
Maybe a dead end, but try
http://code.google.com/p/gdata-objectivec-client/
Here is a blog http://johntwang.com/blog/2009/06/08/how-to-use-google-apis-with-iphone-sdk/
Hope it helps
Update: Found this http://googlemac.blogspot.com/2009/03/using-google-apis-in-iphone-app.html
I want to create a form in my iPhone application.
I have found a link where the process of submitting the data is explained but I don't know how to get the data and create the httpbodystring.
Are there any tutorials or help links about that?
Any help will be appreciated.
Thank you all in advance. :)
It's been a while since you asked, but if anyone stumbles across this question, you can use this iOS contact form:
https://github.com/mikecheckDev/MDContactForm
Hope it helps!