What's new
DroidForums.net | Android Forum & News

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Maybe I can write apps...

Jehu

New Member
I've never been too serious about programming. I've written code in C++ mostly. I have some routines that would be useful to me on a Droid tablet or phone. I still have my Visual C++.NET standard edition. What would it take to get started in Android based builds? Or am I getting in over my head?
 
I figured Java may still be in the equation. For a language that failed for its intended purpose, it has lived a long time. Is NetBeans the best way to get SDK, libraries, etc?
 
It's been awhile since I used eclipse, but if I remember correctly you can set it up to pull the sdk from Google depository. Also there is an android eclipse plugin you can use that will set up your application environment for you.

Sent from my DROID BIONIC using Tapatalk 2
 
All I said is that syntactically they are similar. It isn't a big stretch to learn Java if you were already familiar with C++. Java is a very easy program to pick up if you were already familiar with solid object oriented design.
 
Right .. as languages, Java seems like an extension of C++, with a few minor-to-moderate differences (like Java's lack of pointers). The main difference seems to be that in C++, object-oriented design/development was optional, but in Java it's pretty much required. You'll certainly get a LOT more out of Java if you use good OO principles.
 
Just installed Motodev myself, and started reading the Droid developer reference materials. Moto seems to have done a good job bundling everything with Eclipse.
 
Back
Top