A set of development tools that allows for the creation of applications for a certain software package
7
votes
3answers
7k views
Windows Phone 8 development on Windows 7 - is it or will be possible?
I was trying to install Windows Phone 8 SDK on my Windows 7 machine and it hit me with the 'supported only on Windows 8' message. I actually wanted to develop Phone 7.5 apps on Visual Studio 2012, ...
2
votes
1answer
69 views
Can SDK license influence an application license?
Let's say SDK is under specific license that is not compatible with some other licenses (like Flex SDK with GPLv2). Can I create an application by using for example Flex SDK, and license its ...
2
votes
5answers
301 views
What are the benefits and drawback of documentation vs tutorials vs video tutorials [closed]
Which types of learning resources do you find the most helpful, for which kinds of learning and/or perhaps at specific times?
Some examples of types of learning you could consider:
When starting to ...
0
votes
4answers
1k views
Should Android development be done on Windows or OSX? Is there any difference?
I have the option to install the Android SDK on Windows or OSX. Which platform provides a better (easier) development experience?
To keep this constructive, I'm looking for any difference that ...
5
votes
2answers
1k views
WWDC 2012 announced features on iOS 5?
I am relatively new to iOS development, so after watching a bunch of WWDC videos announcing new awesome features for the iPhone SDK, I still got a few questions regarding their support for older ...
2
votes
1answer
89 views
Naming library which generates a JSON-req to a REST-API?
How would you call a library which generates a JSON-req to a REST-API so that you just work on object-level for creating a request? Many company wants to define it as an SDK, but is it a suitable ...
61
votes
10answers
4k views
What's the difference between an API and an SDK?
I was looking through various APIs and SDKs, when I realized that I couldn't really tell the difference between something called an API and something called an SDK. Both of them are, conceptually, a ...