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.
5
votes
0answers
278 views
library/sdk for beautiful charts on android (phones + tablets)
Please advise good library to create charts on android platform. the major requirements are:
nice modern design. it should not create just ugly black screens with colored lines
support for major ...
4
votes
0answers
16 views
What's the best way to include a build number for Native App Google Analytics tracking?
I understand how to send the App Version number, but not being able to filter on the App Build number is becoming increasingly difficult. Is there a best practice on where to include the Build ...
3
votes
0answers
45 views
android 2.2 to 4.0
I created first version of my application for android 2.2 . But now When I released my application for 4.0 version, application stopped working.
But I'm getting below force close error
04-12 ...
3
votes
0answers
62 views
hierarchyviewer not working
When I run hierarchyviewer I am getting warning
SWT folder '/home/sharanu/work/android-ics-source/prebuilt/linux-x86_64/swt/swt.jar' does not exist.
Please export ANDROID_SWT to point to the folder ...
3
votes
0answers
80 views
Communication between page-mod and context-menu in Firefox Addon SDK
Via the context-menu module I detect over which DOM element the user clicked my custom context menu item "Mark":
var menu = require("context-menu").Item({
label: "Mark",
contentScriptFile: ...
3
votes
0answers
289 views
Use access_token from server in new iOS SSO client environment
I'm working on a service where we allow users to signup and login with their Facebook accounts. The service runs both on the web and on an iOS client.
The use case I'm having trouble with is this:
...
3
votes
0answers
389 views
paypal chained payment (or adaptive) inside iOS app + server integration
I want to implement paypal chained payment (is't one of the adaptive payment methods) within a marketplace iphone app and I want my server to be able to track all the payment steps to avoid multiple ...
3
votes
0answers
98 views
Detecting if an outgoing port is blocked
I am working on an application that uses AsyncSocket .
Is there a way to check if a specific port is being blocked by a firewall?
3
votes
0answers
421 views
iPad app - +[CATransaction synchronize] called within transaction halting the application
Many a times when I run my iPad app from XCode to Simulator, it gets frozen after starting. Every time when this happens I see the below line on the console The only way to go ahead after this is to ...
2
votes
0answers
34 views
Facebook drop iOS SDK 2 support in June 2013
Facebook announced it will stop support for SDK 2 in June 2013.
Can somebody confirm that facebook connect using sdk 2 for iOS will still work after that date?
I will not be able to update my ios app ...
2
votes
0answers
16 views
About Layar Integration
I am new to Layar Technology.
Recently I created a Layar account and downloaded the Layar SDK and integrated it in my Android app. Uptil this things were fine. But in order to test this app I need ...
2
votes
0answers
22 views
MDGModifier return values
I'm updating my command to use MDGModifier::commandToExecute instead of MGlobal::executeCommand in order to provide the undo mechanism. The problem is that my sequence of commands depends on values ...
2
votes
0answers
193 views
How to test Facebook mobile app install ads “Last Mobile Install Reported” field?
I've integreated Facebook SDK, and put the code [FBSettings publishInstall:YOUR_APP_ID]; in, and it worked all right with return value true.
I'm testing it using ad hoc distribution, for some reason ...
2
votes
0answers
320 views
Install apk from java code without user confirmation
I want to install an apk file from java code. I want to do this silently without any action from user. I try this code ..
Intent intent = new Intent(Intent.ACTION_VIEW);
...
2
votes
0answers
65 views
Photoshop: get slices via SDK and copy content
I want to copy the content of the current seleced slice in my photoshop cs3 document to a new document using an own written script/plugin.
Currently, I do this manually: I select the slice, press ...