Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I wanted to create a mail client on the iPad. It need not require to support all mail accounts, only Gmail will do (but of course a complete mail client is always good).
But I am not getting how to go about it, any libraries for it?
I don't only want to send mails; I want to read them as well so I can't use MFComposeMailViewController.
Open-source projects:
http://code.google.com/p/skpsmtpmessage/
http://code.google.com/p/remail-iphone/
https://bitbucket.org/mronge/mailcore/
If you only need previews of the unread messages, simply use the GMail RSS feed.
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
How can I integrat snapchat in iOS. Is any API or SDK provided by snapchat like facebook or twitter?
It is against there terms to reverse engineer the app in order to send and receive snaps, however it is possible. I would like to say that to learn the API it'll take you a long time and also a lot of will power.
However, to answer your question. Using this API you can send and receive Snaps in your app. But just be sure that you know. Logging in on your app will log out the user elsewhere.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
Is there suppose to be a Flickr API (provided by Flickr)?
If not, i see a couple of flickr "kits" on GitHub (objectiveflickr and flickrkit).
Which is preferred?
Or maybe it is better to just write my own custom routine (all i need to do is authenticate (if required) and upload an image)?
Your thoughts appreciated.
Their website lists APIs.
https://www.flickr.com/services/api/
First hit on Google for Flickr API.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
guys!
It will be good for me to receive logs when my application gets wrong status code or incorrect data from server in my failure handlers. It there any tools to receive logs remotely from specific devices or maybe from all devices?
You could try CocoaLumberjack. This is also a use of analytics (Localytics, Flurry, etc). Crashalytics and TestFlight SDK will help with this as well. But for remote logging, something like CocoaLumberjack is likely all you need.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
I'm developing a website that is a social network where people can add their friends to it and interact with them, I want to help them find their friends via Gmail or Facebook to make it easier for them.
Please help me with where can I find instructions to get it done.
thanks.
(I'm not a very experienced developer so if you need me to supply more info just let me know)
Facebook: http://developers.facebook.com/docs/reference/api/
Gmail: http://code.google.com/apis/contacts/
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
Can someone refer me to a good tutorial or starting point for implementing a push service for BlackBerry apps?
I've read about the basic idea of a push service. I need some sample to code to start with.
Look in the JDE folder, there is a sample folder where you can find a nice code sample.
It's called httppushdemo, and there is a samples\com\rim\samples\server\httppushdemo
for the server.