How are iPhone and Android applications developed?
I would like to know:
- What frameworks are available
- Which language is useful for Android /iPhone apps (.NE开发者_运维问答T ,JAVA,C++)
Android development is in Java. See this link for useful resources. You can also look around that site to find out how to install the SDK and all that stuff.
I don't know much about iPhone development, but I know it uses Objective-C for coding and that you have to be on a Mac to be able to develop for it. I'm sure some other people are going to be able to share some links that will point you in the right direction.
iPhone Apps are developed in Xcode, which will only run on Apple Machines. Apps are coded in Objective c. You need to join the Mac iOS developer program to sell through the Apple store: http://developer.apple.com/programs/ios/
精彩评论