How to create iphone/Android apps?

Did you tried using the search function? If not, try it, it will help you in finding some amazing information.

Meanwhile, make sure to check this out, it might help:
Code:
http://developer.android.com/training/basics/firstapp/index.html
 
You can start with dream weaver and some Lynda.com tutorials about creating apps with dream weaver
 
You can start with dream weaver and some Lynda.com tutorials about creating apps with dream weaver
almost everything you learn about mobile application development from Lynda.com.but need to pay for that tutorials.otherwise Lynda.com is best for learning programming language online....
i'm recommend following for android development:
1.Eclipse + ADT plugin
2.Android SDK Tools
3.Android Platform-tools
4.The latest Android platform
5.The latest Android system image for the emulator

cheers
small buddy
 
Yyyeeeaaahhhh. LOL. So much for Lumbergh.

Apple stuff can only be developed in Apple computers....it's stupid really, it just keeps lots of good developers out of the Apple market.

VMWare is a computer emulator, AKA a virtual machine. You'll have to find a hacked Mac OS X torrent for it, (unless things have changed in the past few years) Mac OS used to not run outside Mac hardware...


sorry to say, but MAC OS does run without MAC hardware, even you can run it on your pc. just google, hackintosh. you will get to know it..
 
Just to let you know I am complete noob, know almost nothing about Java or other programming languages (everyone has to start from somewhere, so don't insult me etc...) . I think app programming may be one of the most lucrative businesses someone could do, and I am asking you how could I learn to program for beginning simple mobile apps, how long should I have to learn to make my first app. What are some of the best (for now) free tutorials on mobile app developing. I would really appreciate advices, especially from some more advanced mobile app developers. For more than a year I was always thinking about this, but I was always too lazy to start going and actually put some risk and effort into it. Also, is JAVA best choice for creating mobile apps? Thanks in advance...


yes. java is the best choice for making dynamic android application. But, you can also code it with C/C++ which brings the concept of NDK. I would recommend you not to go with any of java or C related thing. Better you first learn HTML. Because, HTML is easiest then any other thing that exists. Why I said so? you can create android application with HTML. just google phonegap. For html tutorial, goto youtube and search for mybringback or thenewboston. these two guys are awesome. You will take max 30 days to learn html and phonegap? you learned it... :D

Hope this helps
 
Java is best to design iphone or android application. You can download tutorials for that. Go through those tutorials and start practicals on each topic. I am sure you will be able to make applications for iphone and android...
 
Java is best to design iphone or android application. You can download tutorials for that. Go through those tutorials and start practicals on each topic. I am sure you will be able to make applications for iphone and android...

Wrong. iOS (iPhone, iPad..) apps are developed in Objective-C and not Java.
 
Back
Top