A software development kit (SDK) is a set of development tools that allows for the creation of software for a certain hardware platform, development environment, or software package. A SDK may consist of a combination of APIs, an IDE or other development tools, and frameworks.

learn more… | top users | synonyms

0
votes
1answer
11 views

Submit App created with SDK 6 but partly developed with iOS and SDK 7

I started to t work on an App using SDK 6 and then switched to iOS 7 Beta and Xcode 5, but Apps created with Beta SDKs cannot be submitted to the App Store. Does this also apply to the project I ...
0
votes
1answer
6 views

TFS2010 & VS2012 which SDK should be placed on the server?

I have a WebService made in vs2012 on 3.5fwk which uses programatically dlls of TFS to make workItems. The since I've been working on vs2012 TFS's dlls are version 11.0.0.0, and not 10.0.0.0 as if I ...
1
vote
2answers
40 views

What is wrong with my data format?

I am using a tutorial app as a reference and I'm trying to make an app that converts shoe sizes from the U.S. shoe size to other the following countries: Europe, United Kingdom, and Japan. I have a ...
0
votes
0answers
13 views

Navigation SDK for desktop application

We are looking for a good navigation SDK for our current project. The purporse is to develop a navigation application which is running on windows pc. The following criteria should be considered: The ...
2
votes
0answers
16 views

VS 2008 to VS2012 migration giving macro redefinition warnings

I am working with Win7 x64 system; multiple VC++ and C# projects and have moved from VS2008 to VS2012. Now I am getting warnings saying:- -------------------- warning C4005: '__on_failure' : macro ...
0
votes
1answer
20 views

how can i reduce the ipa file size for ios?

Hi I want to make my build size to be reduced. When I make a build the size increases to more than 700MB due to some heavy sdks. Can any one guide me how to reduce the sdk size to less the 100 MB?
0
votes
1answer
32 views

android sdk and Versus Tablet not being detected

I have read several posts here on problems with devices not being detected I have tried the following with the Versus tablet 7 inch model that I have with no luck. My set up is Eclipse on A Mac: ...
0
votes
0answers
9 views

Nokia Asha SDK 1.0. Data displaying

What is the best way to display large amount of data? I mean something like paging or dynamic loading. Are there any native nokia alternatives?
0
votes
0answers
14 views

facebook C# SDK - piggy back on FacebookSessionClient on a new browser session

I have login to facebook using Facebook.Client.FacebookSessionClient and I can use the returned access token for all my other calls to FacebookClient. Now my requirement has changed. I need to ...
2
votes
0answers
15 views

Google+ multiple accounts issue on Android while sharing post

I've integrated Google+ successfully in my Android application by following the Google's tutorial at: https://developers.google.com/+/mobile/android/sign-in The problem I'm facing is with multiple ...
0
votes
1answer
23 views

Android game development kits

I was wondering what sdk's are used for the creation of for example Angry birds or Candy Crush. Does anybody have an idea? I've searched for it already but I couldn't find it.
0
votes
0answers
22 views

necessitas - can't compile any project

I just installed necessitas on ubuntu 13.04 , on the package qtcreator , then i tried to compile the simplest project i could, which is a project just created, and even trying different AVDs with ...
0
votes
0answers
25 views

“Attempt to compare nil with number” corona SDK error [duplicate]

I am about to finish my game. I am a indie developer and I am trying to finish my app in corona sdk and I keep getting this annoying error message: Attempt to compare nil with number restart.lua 9 ...
0
votes
1answer
14 views

Nokia Asha SDK. Dynamically loading lists

The task is: when I reach bottom of the list - dynamically load more items to list. Is it possible? I'm using LCDUI.
0
votes
0answers
25 views

How to check cpu usage of my application?

How can I check cpu usage of my application with Corona SDK? the only thing i found on google is how to check memory usage collectgarbage() print( "MemUsage: " .. collectgarbage("count") ) local ...

1 2 3 4 5 401
15 30 50 per page