Great article for all of you developers out there who would like to know how to create a Flickr Gallery as a Windows Application:
As you start your journey in application development you will understand that you don’t have to re invent the wheel. As a developer you can utilize the information available to create your applications without having to worry about it’s content and how you are going to get it. If you have noticed some of our most popular applications have interactions with web-based services so that we can get to our information easily or present it to us in a new fresh way. How many application you are using that can let you interact with services such as twitter, Flickr and YouTube . These applications use something called APIs which stand for Application Programming Interface.
A more detailed definition of it is that APIs are a set of routines, protocols, and tools for building software applications, it expresses a software component in terms of its operations, inputs, outputs, and underlying types. An API…
View original post 461 more words
Leave a comment