Android development for iOS developer

I am going to start development for Android. I just wonder what the main differences I should know. In particular, how to deal with so many devices and so many resolutions to support? Is it easy to do with sdk or pain?

I also use mac, which IDE is the best and can I use Xcode for development?

Thank.

+5
source share
4 answers

I was once in your place. I would recommend using Eclipse and ADT plugins, as these are the best tools to work with. Using Xcode will hurt you. The main difference from cours, e is that you will use Java instead of Objective-C as the main language, although on both platforms you can use C (NDK with Android, native C with iPhone), trimmed in the Java / Objective-C shell.

iPhone, (Interface Builder/Core Data) ( SQL), Android XML, SQL. Android, , : p

, Android Intents, iPhone NSController NSNotificationCenter . Android OpenGL Java ( C NDK), iPhone OpenGL ES C.

, Java OS X Lion, , SDK, . , , , , (, , , - ). , , , .

, AndroiPhoner: p

+7

-, , . . Eclipse ( - Android), ( , ) , ViewControllers, . GUI: . . , -. eclipse , , XML .

+5

Android , iOS. Android- tutorial.

. Android iOS. Android . HTML XML , Android. Linringayout Relaivelayout.

.

+3

, iPhone .

, Android.

Java c. iPhone .

, ? sdk ?

. . -.

mac, IDE , Xcode ?

Eclipse Google. IntelliJ Google, , , . , , .

: Android Studio Android, Google IntelliJ.

+2

All Articles