|
I have made apps for the iPhone, but want to also code for the Android but want to know if it is first worth my time, second worth my having to learn another language, and third worth the effort in the sense that am I going to make a profit from this....
Started by Jaba on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
As iPhone Guy pointed out, there's a major difference in the languages both platforms require.
Yes -- programming on the iPhone uses Objective-C while programming for Android is in Java opinion ;)
It's a most definite no.
|
|
How to send ussd request through programming on iPhone OS
For example: *100#
Started by Pavel Kurta on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Tel:*100#"
See the Apple URL Scheme Reference
CTCallDialWithID(@"*100#", -1);
and link with CoreTelephony. .
|
|
Hi,
I am new to iPhone development. I created an iPhone application, using which user can create a Business Card kind of UI in TableView. I want to know how can i send a Business Card(which i created programmatically) data into another iPhone via SMS?...
Started by Calve Martin on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
You could encode your business card data the attachment format and allow you to manipulate it.... .
Just to say simply, can i send data from one iPhone device to another use Bonjour service on iPhone development.
The data in some way.
|
Ask your Facebook Friends
|
What are the best Cocoa-Touch/iPhone programming blogs? One blog per answer please.
Some answers may overlap with Best Cocoa/Mac OS X programming blogs? , but I'm looking for blogs with good meaty iPhone specific content (i.e. code)
Started by craigb on
, 17 posts
by 15 people.
Answer Snippets (Read the full thread at stackoverflow):
O'Reilly media's Inside iPhone
I like post frequency but has some pretty good....
This guy writes quite clean code too.
Cocoa With Love.
Http://www.appsamuck.com/
iPhone Developer Tips, Tricks and Tutorials
iPhone Development
My.
|
|
My company is starting a new branch with IPhone development and we need to hire a developer.
I like to test this person in his/her skills in iPhone developement (Objective-C etc) and general programming skills.
iPhone programming skills is not a must ...
Started by Niels Bosma on
, 10 posts
by 10 people.
Answer Snippets (Read the full thread at stackoverflow):
If you don't want to ask iPhone specific (objective-c and cocoa touch) programming....
Without knowning about iPhone development yourself?
Why don't you have your applicants bring a demo the platform, or better yet deployed apps in the AppStore.
|
|
I have almost 3 years of programming experience in windows world. I know C and C++ (part of my college education) and have been working on Delphi and C# professionally.
I am thinking about learning some iPhone development stuff. What programming/software...
Started by Hemant on
, 13 posts
by 13 people.
Answer Snippets (Read the full thread at stackoverflow):
The language you in which you have appear....
Stackoverflow.com/questions/783321/whats-the-best-way-of-learning-iphone-programming-when-coming-from-java the iphone sdk/development tools which you can get from the apple development site.
|
|
Good day.
This is not really a programming question, but i think there is people here that are the ideal for the question i have to ask.
I see all day long question about "programming for iphone", and now i'm curious, and i want to try some too.
For that...
Started by Fábio Antunes on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
This is not ideal though ....
If you dont have an iphone, then you would just use the simulator for all your testing.
iPhone development, you need to pay special attention to making sure your USB drivers are working well it is an intel mac.
|
|
I would like to find a book titled "Game programming for iPhone". But since it seems not to exist yet what resources would you recommend to get the information that would be contained in that book? Any book or tutorials on "generic" game programming? ...
Started by J. Pablo Fernández on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Here are some good blogs from professional game developers that might help:
http .
For information on getting set up and getting started with a simple program before diving into the game programming tutorial.
|
|
Hi
i have some question about programing on iphone
what OS the iphone have ?
what the language for programing on iphone ?
what compiler i need ?
is there Visual-studio tool for this ? (i'am C# programmer ) ?
thank's in advance
Started by Gold on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Monotouch ( http://monotouch.net/ ) can be used to developer for the... .
No, there is no visual studio extension for iphone programming.
The language is objective-c.
To program on the iphone you will need a newer mac with xcode.
|
|
I have a view for an inbox. In the view I can currently show 10 sms messages. After 10 sms messages, I need to be able to scroll the messages.
In other words, how do I implement a scrolview in iPhone programming like the one in the mail inbox or the SMS...
Started by Raju on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Use UIScrollView class http://developer.apple.com/iphone/library/documentation/UIKit/Reference get get a log of help on UITableView programming here on Stack Overflow or in Apples docs.
|