Questions tagged [sdk]

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.

A software development kit (SDK) is typically a set of development tools that allows for the creation of software or firmware for one or more of the following:

  • operating systems ();
  • hardware platforms () (e.g. desktop computers, mobile devices, gaming consoles, etc.);
  • hardware accessories () (e.g. external GPS hardware, barcode scanners, etc.);
  • software package () (e.g. advanced image processing, barcoding library, ERP, etc.).

While the term SDK may be narrowly interpreted as being simply an API, it may also be construed as including any combination of the following:

  • application programming interface ();
  • frameworks (); and/or
  • development tools, notably an integrated development environment ()
14941 questions
4
votes
3 answers

Why would you choose Android API over Google APIs in the SDK on Eclipse?

When you create an android project in Eclipse, you have to choose which platform to compile with. You can choose API 17 (Android 4.2) or Google APIs (API 17). From my understanding, Google APIs is API 17 (Android 4.2), but has the maps library…
CREW
  • 926
  • 3
  • 17
  • 32
4
votes
3 answers

Doubletap and slide/drag finger to zoom in/out

If anyone came across the google maps app for iOS there is a great feature to zoom in/out with one finger: Doubletap on the uiscrollview and then immediately slide finger up or down to zoom in/out. Does anyone know how this is achieved? Did google…
George Asda
  • 2,119
  • 2
  • 28
  • 54
4
votes
3 answers

Finding if a variable has a decimal place / is a decimal number in Lua Corona SDK

I'm creating a math application, the question answers are stored in a variable called answer, i need a way to check if the answer has a decimal point in it, so for example say if the question generated is 4 divided by 3, i want to be able to check…
curtyo
  • 43
  • 1
  • 4
4
votes
2 answers

how to get user birthday from facebook sdk?

How to get user birthday by user.getBirthday() ? Session.openActiveSession(this, true, new Session.StatusCallback() { // callback when session changes state @Override public void call(Session session, SessionState state, Exception…
user2185544
  • 63
  • 1
  • 1
  • 6
4
votes
1 answer

how do I sign my iOS app out of facebook - like REALLY sign out. iOS devices use Safari cookie that my app cannot forget

I have searched high and low and spent 8 hours on this one item alone trying out loads of suggestions here. There are many people stuck on this and other forums. Here is another way of asking this question - as some people seemed to say it worked,…
4
votes
1 answer

Make a login with facebook using Facebook SDK 3.0

Now,i need to click on a button, and that button to activate the login with facebook alert. Now, until now, i have used the old code, that works,but is deprecated, so i need to use the new one, which i cannot understand. Where does it use the APP_ID…
rosu alin
  • 5,674
  • 11
  • 69
  • 150
4
votes
2 answers

Facebook login fails with code 190 - "The access token was invalidated on the device"

I've read all other related questions here, and found no answer. I have been able to reproduce a scenario in which Facebook login fails with code 190, and a message of "The access token was invalidated on the device". For some reason, it only…
Omri Shaked
  • 71
  • 1
  • 1
  • 7
4
votes
3 answers

Compile ActionScript into SWF using Flex SDK

I'm trying, without success, to compile an ActionScript "Hello World" into a SWF file. This is what I've done so far: I downloaded Flex SDK 4.6 from here I created a "hello world" .as file using the examples in here I try to compile the .as file…
GetFree
  • 40,278
  • 18
  • 77
  • 104
4
votes
4 answers

What is the Real Quickbooks Online API?

I've been researching this for a while, and I really can't find the right solution. I found this PHP API that is supposed to help solve all these issues, but it doesn't work - or it's not clear how to set it up correctly. This is the PHP api I've…
Sean Clark
  • 1,436
  • 1
  • 17
  • 31
4
votes
1 answer

xCode install older iOS SDK

I've recently updated xCode to the newest version. (which includes iOS SDK 6.1) The problem is, that i want to make my apps available for all iOS versions, starting at version 5.0. Is this even possible? Best regards
Lukas
  • 1,346
  • 7
  • 24
  • 49
4
votes
3 answers

Can't import ActionBar in Android App with backwards compatibility

I have an Android application that targets API 17 and has a minimum SDK version of 8. I'm not interested in providing the ActionBar in devices with Android API < 11, but I'd like to use in the devices running Android >= 3.0. Browsing stackoverflow…
Iris
  • 291
  • 5
  • 10
4
votes
1 answer

Leadbolt Banner off-screen

My banners sometimes go off the screen. I am using the Leadbolt SDK 4.00a and Android 4.1 with the following code: mAdView = new AdController(mActivity, "MY ID",…
Rui Gaspar
  • 154
  • 8
4
votes
3 answers

Android SDK Manager cant fetch Repositroy on Windows 8 x64

todey I installed the actual adt bundle on my Laptop which runs Windows 8 x64. The installation worked well but when i start the SDK Manager he tries to fetch the Android Repository and then I get this error: Failed to fetch URL…
Aragok
  • 303
  • 7
  • 16
4
votes
4 answers

New equiavalent to D3DXCOLOR Structure in Directx 11.1?

I am having trouble finding the D3DXCOLOR struct, it seems it is no longer there in DirectX 11.1 (d3d11_1.h). I have searched for an equal of it but to no luck. Can someone help me with it? Also could you tell me how to use it if it has changed a…
user1930693
  • 43
  • 1
  • 5
4
votes
1 answer

How can i set a custom font on my listview?

I can't set a font on my listview, Typeface only works for textviews. Is there any way to set a custom font easily? Thank you.
Eulante
  • 309
  • 2
  • 4
  • 15
1 2 3
99
100