My Google-foo seems to be lacking today.
Is this what you're looking for: http://channel9.msdn.com/Events/BUILD/BUILD2011/TOOL-816T?
Related
I am learning Calabash
My question:- does any one have good and clear demo about Calabash(Android)?
Try This one..
This project is intended to help you verify your Calabash-Android installation on a very simple apk.
https://github.com/calabash/calabash-android-demoapp
There are a couple of articles and tutorials around:
good overview of calabash android basics: http://www.dary.de/2012/04/calabash-android/
the official calabash project has some documentation: https://github.com/calabash/calabash-android
article about the query syntax: http://krazyrobot.com/2014/04/calabash-using-query/
Now that the owner of ASIHTTPRequest is no longer working on the library, is there another alternative that is as good as this library?
Or maybe will the repository from their github be updated? By, maybe someone else who is well educated about the project (At least someone knowledgeable will still continue to work on it)
Thanks
If you look at https://github.com/pokeb/asi-http-request/commits/master you'll see that it has been updated since the owner stopped working on it...
I would recommend AFNetworking as the best supported option for a general networking library
http://afnetworking.com
If you are mainly working with a RESTful API, then RestKit is a great library to use instead of writing your own glue code:
http://restkit.org
Is there documentation on using these protocols anywhere? I can't seem to find any and searching for tutorials, they're basically non-existant.
Any idea where I should start looking?
Try to start here: http://codex.wordpress.org/XML-RPC_Support.
Here are described the functions to use: http://codex.wordpress.org/XML-RPC_wp
XIFF is an implemenation of the XMPP protocol in actionscript.
So far, all the examples and documentation I have seen are sparse. Does anyone know a good explanation of the most recent version of XIFF and/or good examples of working Flex/AIR applications?
Yeah, there are not a ton of good examples / docs online.
Check out:
http://www.mikechambers.com/blog/index.php?s=xiff
for a couple of examples that show how to get started.
mike
I recently discovered the org-mode in emacs and it works very well for me. I also like www.RememberTheMilk.com. I would like to be able to sync my org-mode file and RTM list. I know that RTM has its API exposed as web services. I am currently looking for a HTTP library that I could use to write my script. I found a couple of links but I am still not entirely satisfied.
http://www.koders.com/lisp/fidB46CCCA8D57FBD093BAF6E08289CFB4DA7624B2B.aspx?s=TV+Raman
http://www.emacswiki.org/cgi-bin/wiki/http-post-simple.el
Any pointers in doing web service interactions with emacs would be very useful. Also please keep in mind that I'm not a seasoned emacs expert. I have broken the initial barriers of emacs and can find my way around elisp. So, be gentle. :-)
Emacs ships with url.el and url-http.el. Although http-get.el, http-post.el and http-cookies.el are in vogue today. Here's the GitHub link where you can get it from.
http://github.com/wfarr/dotfiles/tree/master/.elisp
Any other suggestions are also welcome.
If I were to work on this, I'd use Pymacs to interface Emacs to Python and then use the existing Python API kit for Remember the Milk. Why re-implement all the HTTP crud yourself?