which type of programming is used for 3g mobiles
Asked
Active
Viewed 249 times
-1
-
1Which 3g mobile? My iPhone or your Android? – S.Lott Jul 20 '10 at 10:01
-
What do you mean with programming? You often use different techniques if you write core mobile functions or if you write an app for the end user. – Peter Örneholm Jul 20 '10 at 10:01
1 Answers
1
It depends of the mobile ; if by 3g mobile you mean smartphones, you would use Objective-c / Cocoa for iPhone, Java for Android phones.

Guillaume Lebourgeois
- 3,796
- 1
- 20
- 23
-
-
@Sagar: Often you have an abstraction layer so that you don't need to care about what technology the phone is using to connect. The "change" might be that you are able to write apps that uses more bandwidth (streaming video for example). – Peter Örneholm Jul 20 '10 at 12:01