Results 1 to 8 of 8
Thread: New to java
- 11-16-2010, 05:24 AM #1
Member
- Join Date
- Nov 2010
- Location
- CALIFORNIA
- Posts
- 4
- Rep Power
- 0
New to java
I have decided to try and learn how to develop android applications. I know lots about android as a system and know how to use adb to it's full extent except I know close to nothing about coding. I just recently bought a book called "learn java for android development" by Apress. Amazon.com: Learn Java for Android Development (9781430231561): Jeff Friesen: Books but I feel like I need to learn some more before I can actually understand what the book is saying.
I can do some basic commands on eclipse and know full HTML. I am also learning CSS and Javascript. Do I have to learn CSS and Javascript before I can do java? Does anyone have any tips for a new developer? Or maybe some good online resources for beginers?
Thanks,
Ljbaumer
P.s. this is my first post so please excuse me if I posted this in the wrong section or if someone has asked the same thing before.
- 11-16-2010, 05:31 AM #2
Member
- Join Date
- Oct 2010
- Posts
- 26
- Rep Power
- 0
Hey mate, Im doing a university course for java and the book I am reading is "Absolute Java". I am doing the subject externally so I have no tutors and rely soely on the book, and it will get you to the level needed for most other branches with next to no knowledge of java.
Some of it can be tricky to work your head around but if you are truely dedicated then go for it.
Also pick up an earlier edition of the book because it is cheaper and they are all essentially the same(Only difference is typos and all that kinda stuff)
- 11-16-2010, 05:37 AM #3
Member
- Join Date
- Nov 2010
- Location
- CALIFORNIA
- Posts
- 4
- Rep Power
- 0
wow thanks for the fast reply.
I'll take a look at the book online. Is it this book Amazon.com: Absolute Java (9780321205674): Walter Savitch: Books?
Do you know of any tutorials online that would get me started?
thanks again,
ljbaumer
- 11-16-2010, 05:51 AM #4
Member
- Join Date
- Oct 2010
- Posts
- 26
- Rep Power
- 0
Yep that's the one, It will take you through,
Console Input and Output
Flow of Control
Classes
Static methods and Variables
Inheritance
Arrays
Exception Handling
Input Output
Swing (Basically stuff to do with graphical interface)
You probably have no idea what any of that stuff means but by the end of it you will =)
- 11-16-2010, 05:58 AM #5
Senior Member
- Join Date
- Mar 2009
- Posts
- 552
- Rep Power
- 5
Check out The Java Tutorials. It sounds to me from your (somewhat limited) explanation that you're learning from a book for Java programmers that want to learn how to program android apps. If thats not true, then you need a new book ;)
CSS and Javascript have absolutely nothing to do with Java. (Javascript isn't even Javascript, its ECMAScript :cool:)
In any case, you're probably best off to learn how to write Java applications for desktop/laptop computers before trying to create android apps.If the above doesn't make sense to you, ignore it, but remember it - might be useful!
And if you just randomly taught yourself to program, well... you're just like me!
- 11-17-2010, 04:29 AM #6
Member
- Join Date
- Nov 2010
- Location
- CALIFORNIA
- Posts
- 4
- Rep Power
- 0
- 11-17-2010, 05:59 AM #7
He's definitely not kidding. Not to discourage (quite the opposite in fact), but Android apps totally kicked my butt when I tried them out; it took me quite a while to get used to the API... So I wish you the best of luck--leave no stone unturned in your journey!
PS: Bookmark this: http://developer.android.com/guide/index.html
- 11-18-2010, 01:15 AM #8
Member
- Join Date
- Nov 2010
- Location
- CALIFORNIA
- Posts
- 4
- Rep Power
- 0
ok will do. I know lots about android and have made ROMS for them (editing /system and /framework files) but I just don't know java or coding so I might be able to do android a bit easier but I will try and make a desktop app first instead of doing an android one.
thanks for all of the help,
ljbaumer


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks