sdk

Android Config in Eclipse - SDK Preferences wants ...\Platforms, but SDK doesn't come with one

I'm installing and configuring Eclipse Galileo 3.52 on a PC following the instructions on http://developer.android.com/sdk/eclipse-adt.html All the steps in "Downloading the ADT Plugin" go fine with no errors. But when I get to the next step "Configuring the ADT Plugin" it fails when I set my SDK location, saying that it can't find an...

multiple tables on single screen programmatically (without a xib file) iphone

Hello, I am trying to implement the following scenario: There is a screen called: Study (this screen is the rootViewController of my tab bar controller) In this screen, I need to display two different tables: words and phrases I need to do this programatically (i.e. without a nib file). So I am writing the loadview for the Study view C...

load pathForResource from a text field?

Hey so i am trying to give my music player a path from which it will find the music file to play but i have one question. Is it possiable to read the pathForResource from a text field instead? I have a table view, whena row is clicked a new view pops up where the sound will be played. Regular: NSString * pathToMusicFile = [[NSBundle ...

Set a variable in a different class

I am trying to create an application were 2 classes share a variable. Just to keep the code looking a little bit cleaner I created a 3rd class. This "third class" sole job is to house this variable. In class 3 I put a "get" and "set" method. SharedURL.H (Class 3) @interface SharedURL : NSObject { NSString *theURL; } -(NSString *)getT...

Android app compability

Hello, I've build my app under the version 1.6, 2.1 and 2.2 of android and it works. I'd like to know when I'll publish it what is the best : Build under 1.6 and so it will be compatible with newer version of android or Build under 2.2 and set "Target SDK version" to 8 and "Min SDK Version" to 4 Thanks ...

Custom keyboard and type letters

Hi , every one i create custom keyboard and i have problem iam using my keyboard as textview.inputView = myKeyboardView; my keyboard buttons have this code : NSMutableString *text = [textPad.text mutableCopy]; NSRange selectedRange = textPad.selectedRange; [text replaceCharactersInRange:selectedRange withString:@"A"]; tex...

How to get images from gallery and display them to the screen in android sdk

I would like to know how to get a pre-saved image from the gallery and then display it onto the screen. Any tutorials/helpful links and info would be appreciated. If there is anything you would like me to explain more, please ask. ...

Just added the Facebook Like function to my homepage - get Stack Overflow at Line 2 - What now?

I recently added a Facebook Like button to my web site home page - www.wideworldofhockey.com - using FBML. It works fine under Firefox. When I open the page under Internet Explorer, right away, I see a "Stack Overflow at Line 2" (sometimes line 3) popup. What is causing this? Is there something I still have to code in the HTML? Do I...

SDK StoreKit Warning

I am getting down to the last programming on my little app and I am using the standard StoreKit code as follows: - (void) paymentQueue:(SKPaymentQueue *)queue updatedTransactions:(NSArray *)transactions { for (SKPaymentTransaction *transaction in transactions) { switch ( transaction.transactionState ) { case SKPayment...

Reading contacts from phone book in Android

Hi I 'm trying to read and display contacts from phone book in android. My Device is synced up with gmail and funambol which togehter have more than 600 records. Now by default my application reads gmail contacts. On selecting any contact from the displayed list, it throws an exception as the list is displaying a gmail contact which jus...

Android Emulator gives blue screen of death

No matter which type of android virtual device I create from the Android SDK and AVD Manager, whenever I start it, my entire laptop just shuts down after getting the blue screen of death. I see this error in the Event system Log ("Driver VPCAppSv.sys has been blocked from loading.") but not sure if it's related to it or not. Anyone ha...

Disable some cell on Setting Bundle

Hi , is there any way to disable a cell on setting bundle ? like iPhone setting when user turn on airplane mode the phone section will off or disable ! how ? i have PSToggleSwitchSpecifier too like that . ...

iPhone Scrollview question?

Is there a way to hide the scroll bar in a scroll view? ...

App store say "requires iOS 4.0" but deployment target is 3.1.3

Hi I have just have my app approved in the App Store, but only devices running 4.0 can download it. The project settings in Xcode says "base SDK 4.0" and the "deployment target 3.1.3". Is there some other setting or value in my plist file or thing I have set in iTunes connect that could yield such a result. I use no 4.0-only API's a...

iphone : SDK disclosure button not response from first TableView to second detail TableView ?

How can I pass the first tableview row data to second detail view row I use [cell setAccessoryType:UITableViewCellAccessoryDetailDisclosureButton]; or cell.accessoryType = UITableViewCellAccessoryDetailDisclosureButton; to show up disclosure button in each cells it can ,I also add actions in - (void)tableView:(UITableView *)tableV...

can i send sms in my phone ? programically~!

Hi there i'm a newbee of iphone os sdk my question is that can i send sms in my phone ? programically~! yesterday, i found a example code and coded it. but the code gave me a sms dialog ( Internal sms program ). i just want to send sms programically without the interanl sms program is there any example code? thanks in advance ~! ...

.Net Framework 4.0 SDK

Does anyone know if there is an SDK for the .Net 4.0 framework, and if there is one, where does the installer put it on the hard drive? I've installed the Ultimate Edition of Visual Studio 2010, but can't find the SDK anywhere. ...

Xperfview: What's the difference between CPU sampling and CPU Usage?

This question pertains to xperf and xperfview, utilities that are part of the Windows Performance Toolkit (in turn part of Windows SDK 7.1). Comparing two charts, "CPU sampling by thread" and "CPU Usage by thread", there are several differences I don't understand. I'll use audiodg.exe as an example. In the Threads pulldown, there is ...

Iphone XCode My Countdown no longer Animates

Hey Guys another question! Once again I would like to state that i am new to this and therefore my ability to understand the language Objective C and the Xcode application is limited! So Your help really and truly is appreciated greatly! I built a countdown app that shows when a radio station is going to be going live, the countdown wo...

Android SDK ExampleAppWidget does not respond to Time zone change

I am right now running ExampleAppWidget that comes with SDK. Now I could not get the timezone change to affect the widget. It seems the ExampleBroadcastReceiver never gets called when timezone is changed. Anybody was successful in running this widget? I can provide the sample code if needed. Thanks in advance. -Sang Shin javapassion...