Results 1 to 6 of 6
- 12-29-2011, 11:21 PM #1
Member
- Join Date
- Dec 2011
- Posts
- 2
- Rep Power
- 0
Eclipse vs Netbeans for android game
I am attempting to make a game in java, that could be an app for an android. I am new to java and have never programmed in it before, but have done some light programming before. In fact I have a working version of the game in visual basic (which seemed a bit too easy to program
). I'm considering which IDE to use, eclipse or netbeans. From a little research it seems netbeans is better for graphics, but eclipse is the standard android IDE. Is it possible to make the graphics in netbeans and then copy the code to eclipse, or am I better off with just using eclipse from the get go?
Also are there any good tutorials for java as well as one of the above to IDEs (preferably together). I found The Java™ Tutorials which seems to be a good one for netbeans (one of the first steps is to download it), but I couldn't find a good eclipse + java tutorial.
Thank you for your time,
- 12-30-2011, 12:35 AM #2
Moderator
- Join Date
- Feb 2009
- Location
- New Zealand
- Posts
- 4,545
- Rep Power
- 11
Re: Eclipse vs Netbeans for android game
Given that the android developer site is designed with Eclipse in mind (the tutorials and things assume Eclipse) I think Eclipse would be the way to go.
I'm not exactly sure what you mean by "graphics" but assuming you mean the graphical user interface there are a couple of points to be made. The first is that although Oracle's Tutorial - the Swing (gui) section - does have some pages that push you towards Netbeans, the bulk of the Tutorial does not make *any* assumption about what IDE (if any) you are using. Those pages were added later and savour somewhat of "selling" Swing by showing how easy it is. Most people recommend *not* using Netbeans or any IDE that generates code if your intention is to learn how to use Swing. Autogenerated code is no royal road to learning GUI programming in Java, but, rather, a prison that keeps you from being aware of the code and understanding what it does.
The second point renders the first rather moot: Android programs don't use Swing!
You should have some facility with Java in general before attacking an Android app. Oracle's Tutorial is good for this - using Eclipse, Netbeans, a decent text editor or whatever. The Swing section is not, however, directly applicable.
- 12-30-2011, 02:12 AM #3
Senior Member
- Join Date
- Jul 2011
- Location
- Melbourne, Victoria, Australia
- Posts
- 155
- Rep Power
- 2
Re: Eclipse vs Netbeans for android game
The android SDK basically plugs into eclipse very easily and without hassle, you can download it and install through the Get New Software(something like that anyway) menu.
ADT Plugin for Eclipse | Android Developers
-
Re: Eclipse vs Netbeans for android game
As pbrockway said, the android platform doesnt include Swing, it uses its own GUI which is very basic and very simple to use. In eclipse you can drag and drop android gui widgets but its not very helpful and its pretty pointless since the GUI can be written in XML (if youre familiar with basic html this will be a breeze). Netbeans with Swing isnt all that. It seems easy at the start.. dragging and dropping.
. but as soon as you realise you need to rearrange things thats when all the problems start. You can end up spending so much time fiddling with the graphical view and it not doing what you intended it would have been faster to hard code it. Ive tried visual basic editor back in school days and trust me it isnt a problem. Netbeans is incredibly buggy and the visual editor sucks. It has no comparison to MS VB graphic editor.
- 12-30-2011, 03:31 AM #5
Senior Member
- Join Date
- Jul 2011
- Location
- Melbourne, Victoria, Australia
- Posts
- 155
- Rep Power
- 2
Re: Eclipse vs Netbeans for android game
Well hated on sirNetbeans with Swing isnt all that. It seems easy at the start.. dragging and dropping. but as soon as you realise you need to rearrange things thats when all the problems start. You can end up spending so much time fiddling with the graphical view and it not doing what you intended it would have been faster to hard code it. Ive tried visual basic editor back in school days and trust me it isnt a problem. Netbeans is incredibly buggy and the visual editor sucks. It has no comparison to MS VB graphic editor.
- 12-30-2011, 08:48 PM #6
Member
- Join Date
- Dec 2011
- Posts
- 2
- Rep Power
- 0
Re: Eclipse vs Netbeans for android game
Seems Eclipse is the obvious choice so I will be using that. I've started Eclipse and Java for Total Beginners video tutorial but it doesn't seem to get too far into the language. Would finishing that and then The Java™ Tutorials give me a good grasp of the language?
Similar Threads
-
How to configure Android on Netbeans 6.8
By chyrl in forum Advanced JavaReplies: 5Last Post: 05-05-2013, 04:24 PM -
is there a netbeans gui plugin for android?
By oldManJava in forum AndroidReplies: 3Last Post: 07-24-2011, 02:38 AM -
Netbeans and Android
By Se7en in forum New To JavaReplies: 5Last Post: 07-13-2011, 03:32 AM -
Simple Android Game Design
By fresh83 in forum New To JavaReplies: 1Last Post: 05-16-2011, 05:40 AM -
Android on Eclipse
By cselic in forum EclipseReplies: 2Last Post: 05-20-2010, 01:40 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks