Looking For Java Learning Resources - Java for Android App Development

Hey everyone,
New to Android development, but not programming. Most of my programming falls in the category of web development, and a few web-apps. All very miniscule with Java, and that's my downfall right now mid-development.
See, I'm working on this application for my SecurSend web-app (that's currently offline, sorry), but my weakness in Java is proving to delay development. I've been scrounging around for resources on learning Java, but none have really proved successful..
Is there anything you guys could recommend from when you first got started?

Hi!
Try "Java The complete reference" by Herbert Schildt. It's a great book.
Sent from my ASUS_T00J using XDA Free mobile app

I got the basics off The New Boston's youtube series. Then I moved on to www.codingbat.com exercises.

Just go to javacodegeeks.com they have good guides

Related

Hey Devs, what's the best way to learn Android development?

I've been playing around with the App Inventor for the last few days. I like it, it's fast, it's pretty easy, and I find it fun. The problem is though, right now you can't publish apps to the market.
Throw in the fact that you can't make very robust or professional apps with the App Inventor and I've been thinking of trying the more traditional route.
But where do I begin? I've got the Android SDK, Java JRE, and Eclipse all installed and ready to go, but that's where I'm stalled.
I've got zero programming experience. Should I pick up a book for Android development? Should I start just developing for Java and move onto Android later? I've got a few ideas for applications, some for businesses, some for users, some paid and some ad-driven. I've got the ideas, but lack the knowledge to implement them.
Even the official Google Android tutorials seem a little over my head, like they were made for people that are already knowledgeable in programming.
There is so much information out there, it's hard to find a good "Starting from zero" point / tutorial.
Thanks for the suggestions!
You're going to want to become experienced with Java and then move into Android.
There is some good information on the web. I learned some of the basics from this guys videos:
http://www.youtube.com/watch?v=Hl-zzrqQoSE
I also picked up a book thats called Head First Java that is supposed to be really good and noob friendly, with easy to remember examples and challenges. I am nowhere near experienced, but I have been doing research on it for a while.
Beginning Android Development
I'd probably try Beginning Android 2 This edition covers Android 2.0+.
Those both require some experience with Java. You have to start with Java first.
engagedtosmile said:
You're going to want to become experienced with Java and then move into Android.
There is some good information on the web. I learned some of the basics from this guys videos:
http://www.youtube.com/watch?v=Hl-zzrqQoSE
I also picked up a book thats called Head First Java that is supposed to be really good and noob friendly, with easy to remember examples and challenges. I am nowhere near experienced, but I have been doing research on it for a while.
Click to expand...
Click to collapse
+1 on Head First Java. Several people have suggested it. Also, there was a thread where someone had posted information, but I have searched and can't find it. I will try again later.
Thanks for all the input! I'll pick up a copy of heads first java.
Sent from my PC36100 using XDA App

to develop or not to develop?

hiya there, im a complete noob to the developing software, well android for that matter. i see post after post of people developing and i just want to learn how to do it myself. you always appreciate things more if you know how they developed and the hard work gone in to them.
so please share the developing love and share your knowledge.
also are there any books available that may help?
many thanks
If you don't know java, you need to learn that first. There's always a dozen or so threads here every week with someone wanting to know where to start. So look at one of those for suggestions on websites and java books.
If you already know java, then go to the link below and read everything and work thru the tutorials.
http://developer.android.com/guide/practices/compatibility.html
Most people use Eclipse as the development tool. You can find some information on setting up Eclipse in my blog.
________________________________
http://ron-droid.blogspot.com
thank you buddy just wanting to contribute to the android world
If eclipse isnt your cup of tea then try Intellij. I find it much better than eclipse. The code completion, generation and analysis is top notch
From something awesome
Cheers I will try that out
Sent from my Desire HD using XDA App
I would recommend starting with Android App Inventor.
It's a relatively simple way for non devs to get started developing for Android.
I have decades of dev experience but a few months ago I was new to Android, and pretty new to Java,
AI allowed me to quickly jump into Android dev.
Unfortunately it's difficult to make a professional app using AI, so now I use the SDK and NDK, but much of what I learned in AI was transferable to the SDK/NDK environment.
Also, look at Droid Draw. It lets you drag and drop objects to create relatively simple apps. The advantage is that you can then review the java and xml files (the code behind what you created) that Droid Draw generates. There are different ways to learn...I like the "by example" way.

[Q] Reading materials and tutorials for a noob programmer

Well, I've started learning Java and I read somewhere that Java is used to program apps for Android. Now, I'm not looking to make complex games and apps, more like a "database" app to store data and maybe some form of note taking application to start off with. Can you guys recommend reading material, tutorials and programs to further my eduction? I've hit a bit of a rough spot so far.
Android has a notepad tutorial you can start there for free lol
http://developer.android.com/resources/tutorials/notepad/index.html
And when I started most people said "Hello, Android" was the best for beginners.
You can also check www.apress.com they have a decent array for books for android,java...etc Any of those books can be purchased from them directly or from amazon.com
FreeTheWorld said:
Android has a notepad tutorial you can start there for free lol
http://developer.android.com/resources/tutorials/notepad/index.html
And when I started most people said "Hello, Android" was the best for beginners.
You can also check www.apress.com they have a decent array for books for android,java...etc Any of those books can be purchased from them directly or from amazon.com
Click to expand...
Click to collapse
The Apress books are very helpful with the examples in code. It helped me a lot and it still does. I've got Beginning Android 2. I didn't read the book from a to z, I just started trying stuff and search a lot on the internet, there are a lot of examples out there.
my favorite eclipse/java learning tips
i spent 25+ years developing on mainframes, then windows pcs, and now phones! what a ride!
my biggest hurdle was transforming my development thinking style from linear (fortran-77, Macro-32, pascal, assembler...) to the object-oriented mode. Classes, instantiation, "this", blew me away for awhile....ok, still does sometimes...
I programmed for the windows mobile phone for 2 years and wrote most of the stuff in lua. You can see some of the windows mobile clocks i designed here:
http://cid-cac4c4d76bc3616d.photos.live.com/browse.aspx/Windows%20Mobile%20Phone%20Development
here are the books and web sites that have helped me the most:
"Hello, Android", The Pragmatic Programmers, Ed Burnette, ISBN: 978-1-93435-656-2
"Beginning Android Application Development", Wrox, Wei-Meng Lee, ISBN: 978-1-118-01711-1
here are several great web sites:
http://developer.android.com/sdk/index.html
http://developer.android.com/guide/topics/graphics/2d-graphics.html
http://developer.android.com/reference/android/widget/package-summary.html
http://developer.android.com/resources/browser.html?tag=article
and a website with lots of examples:
http://www.java2s.com/Open-Source/Android/CatalogAndroid.htm
I hope those help.
mncessna said:
i spent 25+ years developing on mainframes, then windows pcs, and now phones! what a ride!
my biggest hurdle was transforming my development thinking style from linear (fortran-77, Macro-32, pascal, assembler...) to the object-oriented mode. Classes, instantiation, "this", blew me away for awhile....ok, still does sometimes...
I programmed for the windows mobile phone for 2 years and wrote most of the stuff in lua. You can see some of the windows mobile clocks i designed here:
http://cid-cac4c4d76bc3616d.photos.live.com/browse.aspx/Windows Mobile Phone Development
here are the books and web sites that have helped me the most:
"Hello, Android", The Pragmatic Programmers, Ed Burnette, ISBN: 978-1-93435-656-2
"Beginning Android Application Development", Wrox, Wei-Meng Lee, ISBN: 978-1-118-01711-1
here are several great web sites:
http://developer.android.com/sdk/index.html
http://developer.android.com/guide/topics/graphics/2d-graphics.html
http://developer.android.com/reference/android/widget/package-summary.html
http://developer.android.com/resources/browser.html?tag=article
and a website with lots of examples:
http://www.java2s.com/Open-Source/Android/CatalogAndroid.htm
I hope those help.
Click to expand...
Click to collapse
Thanks a million. I will definitely be buying those books, and thanks for the extra links!
Sent from my HTC Vision using XDA App
mncessna said:
i spent 25+ years developing on mainframes, then windows pcs, and now phones! what a ride!
my biggest hurdle was transforming my development thinking style from linear (fortran-77, Macro-32, pascal, assembler...) to the object-oriented mode. Classes, instantiation, "this", blew me away for awhile....ok, still does sometimes...
I programmed for the windows mobile phone for 2 years and wrote most of the stuff in lua. You can see some of the windows mobile clocks i designed here:
http://cid-cac4c4d76bc3616d.photos.live.com/browse.aspx/Windows Mobile Phone Development
here are the books and web sites that have helped me the most:
"Hello, Android", The Pragmatic Programmers, Ed Burnette, ISBN: 978-1-93435-656-2
"Beginning Android Application Development", Wrox, Wei-Meng Lee, ISBN: 978-1-118-01711-1
here are several great web sites:
http://developer.android.com/sdk/index.html
http://developer.android.com/guide/topics/graphics/2d-graphics.html
http://developer.android.com/reference/android/widget/package-summary.html
http://developer.android.com/resources/browser.html?tag=article
and a website with lots of examples:
http://www.java2s.com/Open-Source/Android/CatalogAndroid.htm
I hope those help.
Click to expand...
Click to collapse
Cool work by the way
Sent from my HTC Vision using XDA App
Thanks a million guys ,you've all been extremely helpful!
Sent from my HTC Vision using XDA App
Guys, is it better to study java first or go straight to android codes?
Sent from my SGH-T959 using XDA App
iynfynity said:
Guys, is it better to study java first or go straight to android codes?
Sent from my SGH-T959 using XDA App
Click to expand...
Click to collapse
I'd not wrote any code in java before I've started building apps for android. Only experience with VHDL, TCL, Makefiles and the basis of C++ and visual basic.
I think it is good to know the basis of Java and OOP but not necessary to be a java pro before you can start with android.
I've learned most from just start with simple android examples an try to understand what they do. If you have a question look on the internet and if you can't find the answer, just ask the question. There are a lot people willing to help.
I usually use the stackoverflow website (http://stackoverflow.com) to post my questions and looking for answers. When you'll be deep in development, these guys will be useful

Which is the best book for Android beginners ?

Hey guys, I want to find work as either a freelance android developer or even make money by developing my own apps. I started from zero only a month ago. I now have an acceptable knowledge of Java - I am familiar with most concepts. Now, I am starting Android ....now which book do you think I should start with ?
1. Busy Coder's guide to Android development by Mark Murphy
2. Beginner's Android 4 Applications by Wei-Meing Lee
3. Professional Android 4 Applications by Roto Meir.
I have bought all 3 books. But I wonder which I should start with before I move on to the next. Mind you, I am not a skilled java programmer shifting to android like many of you here. And how long do you think does it take for an average novice programmer to gain acceptable command of Android and develop apps ?
RedDevil99025 said:
Hey guys, I want to find work as either a freelance android developer or even make money by developing my own apps. I started from zero only a month ago. I now have an acceptable knowledge of Java - I am familiar with most concepts. Now, I am starting Android ....now which book do you think I should start with ?
1. Busy Coder's guide to Android development by Mark Murphy
2. Beginner's Android 4 Applications by Wei-Meing Lee
3. Professional Android 4 Applications by Roto Meir.
I have bought all 3 books. But I wonder which I should start with before I move on to the next. Mind you, I am not a skilled java programmer shifting to android like many of you here. And how long do you think does it take for an average novice programmer to gain acceptable command of Android and develop apps ?
Click to expand...
Click to collapse
Learning programming is nothing you can do casually. It can take quite a while.
However, it depends on what you define as good knowledge. You will get really good coding skills after decades of programming. But don't worry. You won't need skills as good as a professional developer's skills at the beginning. (And I don't claim to be as good as one of those old folks I described.)
It also depends on what you want to do. Some things like server communication are more complex while other things are easier.
I hope that this didn't discourage you. If you start with small apps, I am sure that you will be able to learn that. Coding is nothing magicial.
I'd start with book #2. I think that you can skip a lot of chapters of book #3 afterwards. I wasn't able to look into the first book on Amazon, but I think that I'd take that one as the last one.
However, make sure that you understand Java first. Without Java, the base for Android programming is missing.
I am sure that you can manage that. Enjoy it.
I'd also recommend book 2. It's very good for basic stuff.
I don't know any of these books, but i would also recommend you Googles Android Developer Site:
http://developer.android.com/training/index.html
There are great tutorials and all concepts of Android Applications are described in detail and quite easy to understand for beginners.
Thanks guys, as you suggest, I will start with book 2...
nikwen said:
Learning programming is nothing you can do casually. It can take quite a while.
However, it depends on what you define as good knowledge. You will get really good coding skills after decades of programming. But don't worry. You won't need skills as good as a professional developer's skills at the beginning. (And I don't claim to be as good as one of those old folks I described.)
It also depends on what you want to do. Some things like server communication are more complex while other things are easier.
I hope that this didn't discourage you. If you start with small apps, I am sure that you will be able to learn that. Coding is nothing magicial.
I'd start with book #2. I think that you can skip a lot of chapters of book #3 afterwards. I wasn't able to look into the first book on Amazon, but I think that I'd take that one as the last one.
However, make sure that you understand Java first. Without Java, the base for Android programming is missing.
I am sure that you can manage that. Enjoy it.
Click to expand...
Click to collapse
Thanks Nikwen.....I am gonna devote this whole month completely to android, probably work on it for 15-16 hours a day....at the end of the month, I will know where I stand, and whether I can make a career out of it, or not.
RedDevil99025 said:
Thanks Nikwen.....I am gonna devote this whole month completely to android, probably work on it for 15-16 hours a day....at the end of the month, I will know where I stand, and whether I can make a career out of it, or not.
Click to expand...
Click to collapse
Welcome.
Wow, that's much time. :good:
Enjoy it.
I'd also recommend stackoverflow.com
If you have a question regarding programming , there's a 95% chance it's been answered there
Sent from my SGH-I337M using xda app-developers app
alobo said:
I'd also recommend stackoverflow.com
If you have a question regarding programming , there's a 95% chance it's been answered there
Sent from my SGH-I337M using xda app-developers app
Click to expand...
Click to collapse
Right! :good:
Howevewr, I think it is even higher. :laugh:
Hello Every,
please use the following links for your android learning requirments
For Beginning
BEGINNING
ANDROID™ APPLICATION DEVELOPMENT Beginning Android Appication Development - Wei-Meng Lee
http://www.mediafire.com/?43g9rgzd2py396c
Android CookBook - Ian Darwin
http://www.mediafire.com/?7q5m1yd4wa90h43
Begging Android 4 - Grant Allen
http://www.mediafire.com/?d0sldbmcx9stdy3
Beginning Android 4 Games Development - Robert Green, Mario Zechner
http://www.mediafire.com/?nn8wcxjgsbozowt
Head First Android Development - Jonathan Simon
http://www.mediafire.com/?iq8n7grt2nu6m4v
Practical Android 4 Games Development - J. F. DiMarzio
http://www.mediafire.com/?2zkv7obn9wj2smf
Programming Android - Zigurd Mednieks
http://www.mediafire.com/?13u9b7shseu2bd1
For Pro
Professional Android Sensor Programming - Greg Milette, Adam Stroud
http://www.mediafire.com/?ei2w3u5t774q34c
Pro Android 4 - Satya Komatineni, Dave MacLean
http://www.mediafire.com/?dsebkb2b4b7ab1h
Advanced Android 4 Games - Vladimir Silva
http://www.mediafire.com/?nh5vq0jk5iqccdl
Pro Android media - Shawn Van Every
http://www.mediafire.com/?c83wjmum3r9e463
Pro Android Apps Performance Optimization - Hervé Guihot
http://www.mediafire.com/?aba5al9fa932za7
Please don't forgot to click thanks
your friend Ashish Gaur
Android is an open source and Linux-based operating system for mobile devices such as smartphones and tablet computers.
For writing apps for Android is more than just learning code syntax. If you've never learned to code, you can check out plenty of resources online.
There are plenty of eBooks that are available which provides clear depth tutorial for creating Android apps from scratch.
I would like to recommend you one such eBook where I am sure you would get benefit out from it.
Here is the eBook link @ learnsauce.com
The best programming language for beginners is Basic4Android (similar to Visual Basic).
Check out for my ebook on Amazon:
https://www.amazon.com/Game-development-Android-example-creating-ebook/dp/B0777PSGJZ
and start coding

New Developer

Hey all,
I'm quite new to the Android development, but I have about a half a year of Java experience. I've been reading "Java Programming for Android Developers For Dummies" by Barry Burd, but I'm completely lost.
I need to make an Android app for school, so I just want to make a simple Tetris clone. Any help that anyone has would be very much appreciated!
First application
I would start with some easy application and after try to create something like tetris. For game you will need some framework not just Java and Android.
Yeah, something like http://libgdx.badlogicgames.com
dewsy96 said:
Hey all,
I'm quite new to the Android development, but I have about a half a year of Java experience. I've been reading "Java Programming for Android Developers For Dummies" by Barry Burd, but I'm completely lost.
I need to make an Android app for school, so I just want to make a simple Tetris clone. Any help that anyone has would be very much appreciated!
Click to expand...
Click to collapse
For learning android i suggest u take a look at the new boston tutorial series. For games, Beginning android 4 games is a very good read. It explains game development fundamentals in detail.
Super Wilmer
I'd suggest using libGDX as well, I'm starting to port our game Super Wilmer to it, the reason you want to go with a framework like this is so that you can port to other platforms, like iOS for example. They have a lot of good support material and getting started tutorials.
Here is the documentation to get you started...
http://libgdx.badlogicgames.com/documentation.html

Categories

Resources