Twitist Forums
Need some advice about app developing? - Printable Version

+- Twitist Forums (http://twitist.com)
+-- Forum: Instagram (/forum-26.html)
+--- Forum: Instagram and Iphone (/forum-28.html)
+--- Thread: Need some advice about app developing? (/thread-136116.html)



Need some advice about app developing? - Nikoleta - 04-08-2014 08:48 PM

Hello, there I want to start making apps(like Instagram) but I dont know from where to start I know only HTML,CSS,little JS. So what is the easisest and most offering program language for creating apps and wich is it's best program environment? What else i need to know, where on the Internet can I learn this language please help I will appriciate it ))


- Ryan - 04-08-2014 08:55 PM

HTML, CSS and a little JS isn't going to get you anywhere with app development.

Android: Java. Also you can use programs like AppInventor (google it) to create apps, also you can learn Python, as there is a module that you can learn that you can create android apps with. (Kivy)

iOS (iPhone, iPad, etc): Objective C. You need an apple computer because I don't think you can get it for Windows, but you can go on codeschool and learn some on there. NOTE: If you want to upload apps onto the Apple App Store, then you need a $99 subscription.


- Lahori Munda - 04-08-2014 08:57 PM

For android, an application for Windows called DroidDraw is awesome.


- Paul - 04-08-2014 09:07 PM

Depends on the platform for which you want to create.

For Android app development, Core Java and XML are required.

iPhone apps are developed on Objective C and also you need Mac OS for developing iPhone apps.

Windows apps are developed on Visual Basic C#.

If you are passionate about learning it then start with Android app development. First, learn Java for it and then dive Android app development.

Try the following resources for learning it-

http://www.tutorialspoint.com/java/index.htm
http://docs.oracle.com/javase/tutorial/
http://developer.android.com/training/index.html

-----------------------------------

By the way, HTML, CSS and JavaScript are web development languages. It is possible that you can create apps with it but only the simple not the complex ones.