A set of development tools that allows for the creation of applications for a certain software package.

learn more… | top users | synonyms

400
votes
12answers
114k views

Android SDK installation doesn't find JDK

I'm tying to install the Android SDK on my Windows 7 x64 System. jdk-6u23-windows-x64.exe is installed, but the Android SDK setup refuses to proceed, because it doesn't find the JDK installation. Is ...
54
votes
5answers
26k views

Removing App ID from Developer Connection

How do I remove an App ID from the developer program portal area? I mistakenly added a couple of app id's under the wrong login and would like to remove them, but I am not seeing a way to do so. Any ...
54
votes
25answers
7k views

iPhone or Android? [closed]

According to a recent article iPhone has gained a better appeal than Android among programmers. I'm quite a newbie to Java and a complete profane to ObjectiveC, in your opinion, in which one of the ...
53
votes
6answers
2k views

The .NET 2.0 SDK Programs - What does each tool do?

My question is simple. What do they do? The accepted answer below is a list of the .NET SDK Tools that come in the framework.
45
votes
9answers
37k views

Android SDK install problem

I have installed Java runtime 6 to C:\src\libraries\jre6. I installed Java JDK to C:\src\libraries\javasdk My %PATH% is set to: ...
42
votes
3answers
16k views

Installing MSBuild 4.0 without Visual Studio 2010

I installed .NET 4.0 and VS 2010 RC on my laptop and MSBuild was automatically installed. I was hoping to build a continuous integration server by just installing the .NET SDK without VS 2010, so I ...
35
votes
1answer
8k views

Honeycomb Android emulator is dog slow - will it get manageable before the official release? [closed]

I thought the Gingerbread emulator was slow, but man - the Honeycomb emulator is so slow on a modern PC, it's practically unusable. Since Reto Meier asked to throw up our Honeycomb questions onto ...
32
votes
11answers
36k views

iPhone SDK: Set Max Character length TextField

anybody know how I can set the maximum amount of characters in a TextField on the iPhone SDK when I load up the UIView ?
30
votes
3answers
27k views

Huh? “SDK Platform Tools component is missing!”

I am trying to add the add SDK Platform 1.6 to an existing Install of 2.2, with the help of this thread. As suggested, I ran "Help > Check for Updates" which found and installed the following: + ...
26
votes
13answers
23k views

Easy way to dismiss keyboard?

I have quite a few controls scattered throughout many table cells in my table, and I was wondering if there's an easier way to dismiss the keyboard without having to loop through all my controls and ...
23
votes
8answers
13k views

Converting iPhone xib to iPad xib?

How do you do it? I saw one video tutorial on it, but the screen was too small. Also, other than changing the view size, are there any other major changes I would have to make to my iphone apps to ...
20
votes
6answers
487 views

Hundreds of accesses to “InputModeProperties.plist” are lagging my game (iPhone)

i have a weird problem with a bugfix for Tiny Wings. In my game i use something like: NSUserDefaults *userDefaults = [NSUserDefaults standardUserDefaults]; [userDefaults setFloat:musicVolume ...
20
votes
8answers
6k views

Android Framework?

Are there any frameworks out there which make it even more easy than it is to build Android applications and would you be interested in one?
18
votes
4answers
10k views

API vs. SDK

I am trying to explain to a non-developer the difference between an API an SDK. I need to explain why a commercial fingerprint software vendor will likely not provide an SDK although they may ...
15
votes
4answers
14k views

How to obtain OpenCL SDK?

I was perusing http://www.khronos.org/ web site and only found headers for OpenCL (not OpenGL which I don't care about). How can I obtain OpenCL SDK?
14
votes
2answers
6k views

How to add base SDK for 10.5 in xCode 4

I've installed xCode 4 last night and tried to compile a software which should support 10.5 and above OSs. It gave the error massage "Base SDK missing". I found that 10.5 base SDK is no longer in the ...
14
votes
11answers
13k views

facebook javascript sdk fb_xd_fragment?

I am using the facebook javascript sdk to embed a like button in my page. What is fb_xd_fragment??? I see it appends to the end of my url like http://www.mysite.com/controller/?fb_xd_fragment, and ...
14
votes
4answers
1k views

What is an SDK? (C++)

Just in general terms, for a noobie. I apparently need an 'SDK' to install something; what is this?
14
votes
3answers
8k views

Is there any open source OCR project for the iPhone out there?

I'm looking for an open source or free OCR project for the iPhone. Maybe there is some port of tesseract-ocr for the iPhone? What I've found so far: How to compile Unix Apps for iPhone Thanks for ...
14
votes
5answers
3k views

Good tutorials for starting Palm WebOS development?

Recently I've been getting more and more into mobile development. I am currently working with the iPhone and Android based devices. Palm's new WebOS looks interesting. Are there any good online ...
13
votes
3answers
14k views

Choosing the right IOS XML parser

So There are a million different XML parsers for the iPhone. I have a medium sized XML file that contains alot of duplicate tags (at different points in the hierarchy). I was thinking about TBXML but ...
13
votes
3answers
8k views

Retrieve android sdk version

How can i get the current android sdk version (1.5, 1.6, 2.0, etc.) programmatically
13
votes
4answers
4k views

Two macs. One iPhone Developer License. Possible?

I work for a company that is interested in building iPhone apps. However, we are not clear on one issue: Does the iPhone developer certificate work on more than one computer at a time?
12
votes
1answer
1k views

Facebook like and Twitter tweet buttons causing Cross Domain Issues

I am using both the twitter tweet button, and the facebook like button <a href="http://twitter.com/share" class="twitter-share-button" data-url="http://example.com" data-text="some text" ...
12
votes
5answers
850 views

Blackberry Tablet OS: Development Resources, Guides, Tutorials

Following the recent announcement of the new Blackberry Tablet OS, it's SDK and Simulator, any ideas where one could find resources and tutorials on how to develop for their new tablet OS? It will be ...
12
votes
1answer
2k views

UIColor `-colorWithPatternImage:` alpha blending problem solution. (iOS SDK 4.1)

Solution note, not a question. I used this code to set background as a pattern image: UIImage *bg = SomeImage(); UIColor *bgc = [UIColor colorWithPatternImage:bg]; [self ...
12
votes
7answers
1k views

How to convert a printer driver to a stand-alone console application which can generate a printer file containing the bytes to be sent to the printer?

I have a situation where the only way to generate a certain datafile is to print it manually to FILE: under Windows and save it in a file for further processing. I would really like to have a small ...
12
votes
3answers
4k views

How to add 2 buttons into the uinavigationbar on the right side without IB?

how can i add 2 buttons into the uinavivationbar without IB? The 2 buttons should be align on the right side of the uinavigationbar. I know how i can add one button, but two?? Alex
12
votes
4answers
10k views

Where is the .net 3.5 SDK?

Can anyone please provide a link to download the .net 3.5 SDK? I checked the MS site and google but cannot find a download link for this. Thanks...
12
votes
4answers
2k views

Develop for PlayStation 3 Linux

I'm interested in developing software for Sony PlayStation 3 consoles which contains a multi-core Cell processor, targeting any PS3-compatible Linux distribution. "A single PS3 performs better ...
12
votes
4answers
27k views

Where should I download corflags.exe from?

I'm running Windows Server 2008 64-bit "workstation" and would like to get corflags.exe. Which SDK do I need to download? Edit: I know about .NET Framework 2.0 Software Development Kit (SDK) (x64) ...
11
votes
8answers
2k views

Corona SDK free alternatives

I tried corona sdk free edition, i really liked it. The problem is, that im not so good developer to use corona paid edition for my small project, i'm aware that i'll not earn my money back. Are there ...
11
votes
1answer
8k views

Android SDK Manager Not Installing Components

Not sure what I'm doing wrong here. I installed the Android SDK Manager, and am now trying to install a platform like the Android Dev website suggests. Once I clicked install I got an error stating ...
11
votes
2answers
7k views

iPhone 3.1.3 sdk for Leopard

Is it still possible to find the 3.1.3 SDK (w/ Xcode) for iPhone development on Leopard? I haven't upgraded to Snow Leopard yet, but I need to interact with devices running 3.1.3. I should have ...
10
votes
3answers
2k views

Failed to allocate memory: 8

From today, when I tried to run an app in NetBeans on a 2.3.3 Android platform, it shows me that: Failed to allocate memory: 8 This application has requested the Runtime to terminate it in an ...
10
votes
4answers
522 views

Are the HTTP status codes defined anywhere in the iOS SDK?

Does anyone know if/where the HTTP status codes, as specified here, are defined in the iOS SDK? Or should I expect to manually re-define them in a constants file? Thanks.
10
votes
4answers
7k views

Honeycomb preview - can not install my app on emulator under Eclipse

Just updated SDK and SDK tools in Eclipse, tried to run my application on Honeycomb and got the following: [2011-01-28 00:22:12 - Androzic] Uploading Androzic.apk onto device 'emulator-5554' ...
10
votes
6answers
18k views

Looking for android Facebook SDK examples

I've looked all over the internet and can't seem to find what i'm looking for... I'm just trying to find a site with some examples on how to use the OFFICIAL facebook android SDK ...
10
votes
2answers
7k views

“Incorrect” frame / window size after re-orientation in iPhone or iPad

In my iPhone OS application I want (need) to watch for chances in the device orientation in order to rearrange certain portions of the screen. The approach I used was to use GRect frame = [UIScreen ...
9
votes
2answers
1k views

Window 7 OCR API

I have been reviewing replacements for the Office 2007 MODI OCR (OneNote's 2010 solution has lesser quality/results than 2007 :-( ). I notice that Windows 7 contains an OCR library once you install ...
9
votes
3answers
3k views

Sony Bravia JavaScript API & Emulator

I recently purchased a Sony Bravia TV that comes with Internet capability built in. It supports a number of internet capable widgets and web video streaming apps for sites like youtube, twitter & ...
9
votes
6answers
690 views

Are C/C++/ObjC/JS Apple's only allowed langauges for iPhone development?

According to this post on Daring Fireball a new iPhone SDK Agreement release in conjunction with the iPhone OS 4.0 announcement today specifically bans any iPhone application not implemented in C, C++ ...
9
votes
2answers
16k views

Sending tweets from iPhone apps using Oauth

Does anyone know of a good example utilizing the twitter API and Oauth authentication for iPhone SDK 2.2.1 or older? Found an example, but it seems to utilize a 3.0 only framework at ...
9
votes
2answers
9k views

iPhone SDK: How do you measure the width and height of a string using Quartz?

Before I ask my questions, this is from Apple's documentation re: how to determine the width of a string using Quartz: If text measurements are important to your application, it is possible to ...
9
votes
2answers
12k views

Open XML SDK 2.0 - how to update a cell in a spreadsheet?

I want to update a cell in a spreadsheet that is used by a chart, using the Open XML SDK 2.0 (CTP). All the code samples I have found insert new cells. I am struggling with retrieving the right ...
9
votes
7answers
12k views

Differences between JDK and Java SDK

Is there any substantial difference between those two terms?. I understand that JDK stands for Java Development Kit that is a subset of SDK (Software Development Kit). But specifying Java SDK, it ...
8
votes
2answers
5k views

Xcode 3 and iOS SDK 4.3

I'm using Xcode 4 with iOS 4.3. Xcode 4 is buggy as hell, not to mention a lot of stuff changed. The changes that most bug me are the hot keys, which I cannot even find a way to customize them in a ...
8
votes
2answers
571 views

How does the iBooks App format the text on separate pages?

Looking at the iBooks App, I was wondering how it accomplishes to format text (probably a very simple txt file) so that it is NOT SCROLLABLE but divided on separate pages. I'd like to achieve the ...
8
votes
3answers
5k views

Twitter SDK on iOS with standard UI

I am looking for the SDK to integrate Twitter into my iOS App. I have done research, and seem that MGTwitterEngine is what most people recommend. However, MGTwitterEngine only provides access to the ...
8
votes
3answers
13k views

Iphone sdk tabbar View outlet was not set

I'm about at the end of my rope with this freaking project!!!!!!! I have a UIViewController class that is linked to a nib that has a tabbar controller with 2 tabs. Both tabs load nib files. When I ...

1 2 3 4 5 65