Tech Support Forum banner
Status
Not open for further replies.
1 - 4 of 4 Posts

· Registered
Joined
·
1,156 Posts
Discussion Starter · #1 ·
Were do I start developing apps and applets?

What is the current issue with Java applets?

I read that Orical is addressing the issue of Java applets being used to create malware.
 

· Registered
Joined
·
915 Posts
Re: Andoid apps

There are several ways to develop Android apps, as well as a whole lot of tutorials. Basically as Masterchief said, you will need to familiarize yourself with Java. You should also be able to understand how Android apps function with the Android itself. You will also need to focus on different types of programming techniques depending on what you will be doing.

Let's say that I want to create a Game for the Android.
I will focus on learning Java's basic syntax then orient myself to more specific type's of Java syntax that is used for Game Developpement along with the various engines used to create this type of Application.


You can start learning about Android Developpement Here:
http://developer.android.com/guide/components/index.html


To learn Basic Java Syntax you can check out:
http://www.tutorialspoint.com/java/index.htm

Useful TSF How-To Android App Development Thread: http://www.techsupportforum.com/forums/f312/solved-creating-an-app-for-android-663966.html

If the link doesn't work search: "creating an app for android"In TSF's google search box

I also recommend you buy a book or two on Android App Developpement and Java programming. Books are the best resource to follow and are worth the price.


Good Luck in the world of App Dev. !
 
1 - 4 of 4 Posts
Status
Not open for further replies.
Top