sdk

Android TranslateAnimation with Button View problem

Hi guys, I'm trying to have fun with android animations. This is the crime scene: I've a relative layout with the following components: On the background we placed a ListView 200dip wide. Hover the ListView we added: one Button 40dip wide, 2nd ListView 80dip wide and a 3rd ListView 80dip wide. As first thing I would like to show the L...

Adobe Air SDK 2.0-2.5 Errors

I downloaded the Air 2.5 SDK and get the following Errors: 1-Design mode could not load aircore.swc. It may be incompatible with this SDK, or invalid. 2-Design mode could not load applicationupdater_ui.swc. It may be incompatible with this SDK, or invalid. 3-Design mode could not load applicationupdater.swc. It may be incompatible wit...

An SDK Target must be specified. in eplipce and SDK android

I can not create a new project put the name and then I get "An SDK Target must be specified." ...

Detecting taps in uiimageview inside uiscrollview

Hi I have a UIScrollView with multiple UIImageViews in it created like this. frame = [[UIImageView alloc] initWithImage:bg]; frame.frame = CGRectMake(FRAME_SEPARATOR + numPage*1024 + numColumn*(FRAME_SEPARATOR+230), 10 +numRow*(FRAME_SEPARATOR+145), 230, 145); UITapGestureRecognizer *tap = [[UITapGestureRecognizer alloc] initWithTarget...

After adding an event to a user-created calendar in android,the event title doesn't show up.

I'm developing an android app that creates a calendar on the phone the first time the application is installed. When I create an event, either programmatically or using the device itself, the event will show up in the calendar but its title is missing. I'm testing my code on HTC nexus one. Since I'm getting the same behavior when creat...

How do I download and install just the iOS SDK?

Possible Duplicate: Way to update iPhone SDK without having to re-download Xcode? I just installed Xcode from my Snow Leopard disc which does not include the iOS SDK. The only download I see on Apple's website is that of both Xcode and the iOS SDK (which does not start downloading). I only want to download the iOS SDK as Softw...

iOS Core Data - design pattern

Hi, I'm a little stumped with an issue that I think goes back to my design. I'm constructing a TableViewController based on a mainly static set of rows (4) - using that as a basis for a UITableView. Each row will kick off varying different views (detail, and UITableViews)... In my managed object context for the top view I can easily n...

webdav server for ipad

Hi everybody, I am building an application that needs to implement webdav server in order to share pdf file between ipad and mac, and want to access google docs and dropbox account. Im really tired and i am posting this question after i tried with all my possible approaches. please let me know if any one has any good idea. Thanks ...

how can I make window sdk's setenv.cmd work globally, instead of a single cmd window?

Greetings, I feel kinda stupid for asking this, but I want to set the windows sdk build environment so that any process (including some non MS developer tools) can access the correct setup, without me trying to inject setenv.cmd /x86 into every process's startup. I can't seem to find the right search terms for this, and I don't want t...

UITableViewCell cellForRowAtIndexPath calling large number of rows when first scrolling

I have been working on a problem relating to UITableView and cellForRowAtIndexPath. I want to give the user the ability to have a very large number of rows much like a large list of email on iPhone. I discovered this problem when I began to create a class that would queue and dequeue groups of records from the database, as needed, in ...

Android test application on a real device

Hi, I'm trying to test a test app I developed on android 2.2 sdk on my htc phone with Froyo on it (2.2). In the emulator it works fine, when I export as unsigned app and try to install on the phone, it doesn't allow me, just telling me 'application non installed'. The phone has the settings to accept installation of non android applicati...

[NSUserDefaults standardUserDefaults] Change Doesn't Persist

I've been working with the Dropbox API as of late, and have run into an infuriating but interesting snag. The SDK saves OAuth tokens in standardUserDefaults, and if the user wants to disable the Dropbox functionality the OAuth tokens have to be removed (otherwise the SDK finds them and goes off to work). Here's the weird part: whether I...

Iphone:More than one textfield in a table view cell

Hi ...I think is a little complete problem about textfield in tableview cell it looks like [IP xxx.xxx.xxx.xxx ] <--this is a cell in tableview So...It means at least 4 textfield in a cell But I have some questions *1.*How to add more textfield to cell.accessoryView ?** This is how I set a textfield in a cell UITextField *tex...

"Active SDK","Base SDK" and "Deployment Target" confusion

I know iam asking the question asked by many, but still have doubt in this concept. I have set my "Active SDK" and "Base SDK" to 4.1 and "Deployment Target tp 3.0". Will by application run in all device upto 3.0 ? I have one more doubt, while creating the distribution provisioning profile, i should set the "Active SDK" to 4.1 right? ...

How do msn like apps work in iPhone?

How is the msn messenger app developed? What I want to know is how does the app gets ti know that a new message is received, even while running in the background. Please refer any code snippets or tutorial. Many thanks in advance. ...

how i can build app in 2g phone using 3gs frameworks

I am developing one application which need scanning component, I have application ready but when I build it in 2g phone with os version 3.1.3, application gives me error. I have weak linked those framework which are not in 2g. ERROR: Not Enough Frames In Stack Do advice thanks in advance. ...

Change font of UINavigationController title

Can I change the font of my UINavigationController? --> title ...

Facebook Graph API vs. user's privacy settings

Using Facebook's Graph API, I'm a little confused about the interaction between the requested application permissions and the user's privacy settings. I'm developing a web app that allows people to login via Facebook Connect, and then attempts to retrieve their interests and friends list. I've set the Facebook application permissions...

Iphone - CGPointIntersectsRect Collision Problem???

The problem is when the player collides with the blackB the player doesn't stop. It slowly continues through the blackB. The IBAction is being used with a game loop. I need a way to freeze the player completely when it collides with the blackB. Any help is welcome, I am a beginner programmer. Thank you! player and blackB are both UIImag...

menu XML with MenuInflater

I made an XML file under my newly created res/menu folder. Menu.xml contains my menu definition for use with MenuInflater. The entire XML file looks like this: <?xml version="1.0" encoding="utf-8"?> <menu xmlns:android="http://schemas.android.com/apk/res/android"&gt; <item android:id="@+id/settings" android:title="@string/set...