• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps I need some help plzzzzzzzz

I want to be an Android developer. I'm new to it. I know nothing about programming and developing etc. Can any one guide me how to start and where to start from? What I need to do and have? Kindly help me please
 
Hi, welcome to the Developers section. =)

You can find info on getting started here. Also, be sure to read through the stickies in both the Developer 101 forums, as well as the main App Development forums.

Happy coding!
 
There are three routes to take to develop apps:

1. Native coding. This involves learning Java for Android apps and Objective-C for iPhone apps.

2. Hybrid coding. This involves learning HTML/CSS/JS (coding for web sites) + software like PhoneGap to help hook your code into the smartphone's features, like camera.

3. Web app. This involves learning HTML/CSS/JS (coding for web sites), and little else. It doesn't use your phone's features, like camera.

Which way do you want to go? If you want to see my workflow when making a hybrid app (#2), you can read this through:

Cordova 2.2 Android App Creation in Mountain Lion with Eclipse: from Install to Google Play
 
I want to be an Android developer. I'm new to it. I know nothing about programming and developing etc. Can any one guide me how to start and where to start from? What I need to do and have? Kindly help me please
You should start learning a programming language as c++ or java.
At first forget about android dev, start console apps as "Hello World".
Understand classes and methods and move to android.
 
Back
Top Bottom