D3x!
Banned
as the title suggests?
and yes Java
and yes Java
South Africa’s biggest forum. Discuss, discover, and connect with thousands of members.
For video tutorials you might wanna check out http://thenewboston.org/tutorials.php
I have loads more, but mostly for Android so lemme know if you want em.
Would you mind sending me some of the Android tutorials? Looking to get into that a bit more.
Good place to start:
http://mybroadband.co.za/vb/showthread.php/408773-Want-to-start-Android-development
As for IDE discussions:
http://mybroadband.co.za/vb/showthread.php/425288-Android-development-IDE
Personal opinion: When starting Java as an absolute beginner I would recommend getting a decent text editor with syntax highlighting before using an IDE. When you are comfortable with the basics you can move on to an IDE (my favourite is IntelliJ IDEA).
I have met too many Java developers that don't even have an idea how Java's classpath works because they can only code using an IDE.
I agree, i started using just notepad
I have progressed from notepad to notepad++
I find those fancy ide's restrictive.Buts that me. If other developers prefer them, good for them.
The reality, though is that you will use whatever the company allows(licencing etc) or insists you use if it's an integral part of their source control systems.
IDE's restrictive, compared to notepad? I assume that is a joke.
it is impossible to efficiently manage and maintain "enterprise" level apps in notepad.