tagged [sdk]

Easy way to dismiss keyboard?

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...

7 Aug at 13:48

Create Add-in for Acrobat Reader - PDF

Create Add-in for Acrobat Reader - PDF Can i create an Add-in for Acrobat Reader? (something like Office Add-ins in visual studio) for example, i open a pdf file with Acrobat Reader, i want to add my ...

Amazon S3: How to get a list of folders in the bucket?

Amazon S3: How to get a list of folders in the bucket? The only thing I've found, it's this method [GET Bucket](http://docs.aws.amazon.com/AmazonS3/latest/API/RESTBucketGET.html). But I can't understa...

Where is the Android SDK folder located?

Where is the Android SDK folder located? I created with Adobe Flash an .apk app through Air for Android. Now I would like to make it ready for the Blackberry App World with this Blackberry online pack...

6 Oct at 19:44

From Excel to DataTable in C# with Open XML

From Excel to DataTable in C# with Open XML I'm using Visual Studio 2008 and I need create a `DataTable` from a Excel Sheet using the Open XML SDK 2.0. I need to create it with the DataTable columns w...

Update Android SDK Tool to 22.0.4(Latest Version) from 22.0.1

Update Android SDK Tool to 22.0.4(Latest Version) from 22.0.1 I want to Update my Android SDK Tool from 22.0.1 to 22.0.4 I also Have ADT installed, but could not update the SDK Tool to 22.0.4 I am fac...

3 Dec at 12:45

How to set IntelliJ IDEA Project SDK

How to set IntelliJ IDEA Project SDK I just installed IntelliJ IDEA and when I try to create my first Project it asks for me to set up the Project SDK. When I click on "JDK" it asks for me to select t...

17 Mar at 11:13

Execute FQL query with facebook c# sdk v6.0.10

Execute FQL query with facebook c# sdk v6.0.10 I would like to execute a FQL to retrieve all app user's friends. In previous versions of the sdk it could be done with: but with the version 6.0.10 I ha...

19 Mar at 13:53

Using DirectX with Visual Studio 2012

Using DirectX with Visual Studio 2012 I have some DirectX projects written in C# that I need to run via Visual Studio 2012 specifically. All of these projects use the namespace called, "Microsoft.Dire...

Could not find ildasm.exe at location C:\Program Files (x86)\Microsoft visual studio 11.0

Could not find ildasm.exe at location C:\Program Files (x86)\Microsoft visual studio 11.0 How does the search the location of ildasm.exe. Running command window will point to location `C:\Program Fil...

Android ADT error, dx.jar was not loaded from the SDK folder

Android ADT error, dx.jar was not loaded from the SDK folder I just downloaded Eclipse Galileo and installed ADT10 and tried to a phonegap app using this guide: [http://www.phonegap.com/start](http://...

8 Mar at 04:47

Call method when home button pressed

Call method when home button pressed I have this method in one of my Android Activities: ``` @Override public boolean onKeyDown(int keyCode, KeyEvent event) { if(keyCode == KeyEvent.KEYCODE_BACK) ...

Android SDK location

Android SDK location I have Xamarin Studio, and I need to specify the Android SDK Location. I have previously had Xamarin Studio working on my pc, and for some reason, I need to enter this again. I ha...

6 Apr at 14:54

How to remove a users manager in AzureAD using Microsoft.Azure.ActiveDirectory.GraphClient

How to remove a users manager in AzureAD using Microsoft.Azure.ActiveDirectory.GraphClient I'm using the [Microsoft.Azure.ActiveDirectory.GraphClient](https://www.nuget.org/packages/Microsoft.Azure.Ac...

Facebook Like functionality using C# SDK

Facebook Like functionality using C# SDK I want to display to know when the facebook like button is clicked and upon verify button click, I want to post the like to the fan page. I want to use Faceboo...

Reading .Doc File using DocumentFormat.OpenXml dll

Reading .Doc File using DocumentFormat.OpenXml dll When I am trying to read .doc file using DocumentFormat.OpenXml dll its giving error as "File contains corrupted data." This dll is reading .docx fil...

14 Dec at 09:27

What are the Android SDK build-tools, platform-tools and tools? And which version should be used?

What are the Android SDK build-tools, platform-tools and tools? And which version should be used? I know this is a very rudimentary question, but to my surprise, I could not find any document about An...

9 Aug at 06:51

Amazon AWSClientFactory does not exists

Amazon AWSClientFactory does not exists I created an empty .Net Core application and installed nuget packages for Both Amazon.Core and Amazon.S3. Then I tried to use S3 to get an object but I'm stuck ...

Difference between OpenJDK and Adoptium/AdoptOpenJDK

Difference between OpenJDK and Adoptium/AdoptOpenJDK Due to recent [Oracle Java SE Support Roadmap](https://www.oracle.com/technetwork/java/javase/eol-135779.html) policy update (end of $free release ...

18 Dec at 19:28

Does the Facebook API allow for automated changes to old post visibility?

Does the Facebook API allow for automated changes to old post visibility? In other words, is there an API that would allow a Facebook user to change their posts (through a 3rd party app), which are ol...

How to get response from S3 getObject in Node.js?

How to get response from S3 getObject in Node.js? In a Node.js project I am attempting to get data back from S3. When I use `getSignedURL`, everything works: My params are: ``` var params = { B...

How to update Android Studio automatically?

How to update Android Studio automatically? I need to Update Android Studio, to the 0.9.9 version, but when I press "Download" (On the update info dialog box) it sends me here: > [http://developer.and...

18 Mar at 08:25

Facebook SDK for .NET Core

Facebook SDK for .NET Core Up until now I've been using Facebook SDK for .NET by [https://hackerapp.com/](https://hackerapp.com/) I want to upgrade my project to ASP.NET Core, but I see that their lib...

How to include the reference of DocumentFormat.OpenXml.dll on Mono2.10?

How to include the reference of DocumentFormat.OpenXml.dll on Mono2.10? I am using C#.net Windows Desktop Application.I want to run these application with other platform also. So, i am using Mono 2.10...

10 Mar at 10:36

Retrieving work items and their linked work items in a single query using the TFS APIs

Retrieving work items and their linked work items in a single query using the TFS APIs Does anyone know if it is possible to retrieve a list of work items and their in one trip from TFS using their TF...

12 Jan at 22:1