z*y 发帖数: 1311 | 1 Web访问的异步实现?
就象Facebook API那种
先用URL call一下
然后某个delegate被trigger
想在我的程序里也用这种方法
这套机制在iOS里是怎么work实现?
(也如C,用socket/select?应该更轻松些吧)
给几个关键词就可以
能更详细些更好,我是新手
谢谢 |
c********g 发帖数: 1173 | 2 你如果已经用frame Three20了,就用TTURLRequest,就是你说的那种delegate的办法
。只用implement delegate callback就行了。不用deal with socket
http://three20.info/
如果不想用Three20,就用ASIHTTPRequest好了。网站上有很详细的例子:
http://allseeing-i.com/ASIHTTPRequest/ |
z*y 发帖数: 1311 | 3
Thank you.
BTW, your site looks so good.
What tool you use? Drupal?
【在 c********g 的大作中提到】 : 你如果已经用frame Three20了,就用TTURLRequest,就是你说的那种delegate的办法 : 。只用implement delegate callback就行了。不用deal with socket : http://three20.info/ : 如果不想用Three20,就用ASIHTTPRequest好了。网站上有很详细的例子: : http://allseeing-i.com/ASIHTTPRequest/
|
c********g 发帖数: 1173 | 4 Wordpress with a special theme. By the way, I have a better answer for the
Three20 network programming now. :-) See my most recent blog:
http://www.clingmarks.com/three20-network-programming-1/1389
【在 z*y 的大作中提到】 : : Thank you. : BTW, your site looks so good. : What tool you use? Drupal?
|
z*y 发帖数: 1311 | 5 Web访问的异步实现?
就象Facebook API那种
先用URL call一下
然后某个delegate被trigger
想在我的程序里也用这种方法
这套机制在iOS里是怎么work实现?
(也如C,用socket/select?应该更轻松些吧)
给几个关键词就可以
能更详细些更好,我是新手
谢谢 |
c********g 发帖数: 1173 | 6 你如果已经用frame Three20了,就用TTURLRequest,就是你说的那种delegate的办法
。只用implement delegate callback就行了。不用deal with socket
http://three20.info/
如果不想用Three20,就用ASIHTTPRequest好了。网站上有很详细的例子:
http://allseeing-i.com/ASIHTTPRequest/ |
z*y 发帖数: 1311 | 7
Thank you.
BTW, your site looks so good.
What tool you use? Drupal?
【在 c********g 的大作中提到】 : 你如果已经用frame Three20了,就用TTURLRequest,就是你说的那种delegate的办法 : 。只用implement delegate callback就行了。不用deal with socket : http://three20.info/ : 如果不想用Three20,就用ASIHTTPRequest好了。网站上有很详细的例子: : http://allseeing-i.com/ASIHTTPRequest/
|
c********g 发帖数: 1173 | 8 Wordpress with a special theme. By the way, I have a better answer for the
Three20 network programming now. :-) See my most recent blog:
http://www.clingmarks.com/three20-network-programming-1/1389
【在 z*y 的大作中提到】 : : Thank you. : BTW, your site looks so good. : What tool you use? Drupal?
|
z*y 发帖数: 1311 | 9
very good post
thanks!
【在 c********g 的大作中提到】 : Wordpress with a special theme. By the way, I have a better answer for the : Three20 network programming now. :-) See my most recent blog: : http://www.clingmarks.com/three20-network-programming-1/1389
|