[Q] !!! What's the Best Book to learn Android Development for beginners!!! - General Questions and Answers

The subject says most of it really. I'm looking for a book that will teach me to develop for the Android market. A book for beginners. The kind of book with lessons, tasks, examples etc..
I'm a complete novice when it comes to Android Development, I've no understanding of the Java programming language at all and only minimal xml knowledge. However I am very good with computers and learn quick, I've got the time the patience and the motivation + (a Samsung Nexus S & a HTC Desire S).
I know it takes time and practise but its something I really want to learn and have plenty of time on my hands at the moment.
I've done webdesign so understand html, css, online shopping carts etc.. not that that's going to help me a lot.
Maybe I'll need a couple of books one for Java and another for Android please provide your thoughts on this.
Any suggestions maybe with links (if allowed) would be greatly appreciated.
Many thanks in advance.
Marc
aka - NexusCrazy

This is one of the least visited forums on this site but the more resourceful in my opinion...visit and read, ask and inquire.
http://forum.xda-developers.com/forumdisplay.php?f=613
Cheers,
M_T_M

Related

[Q] !!! What's the Best Book to learn Android Development for beginners!!!

The subject says most of it really. I'm looking for a book that will teach me to develop for the Android market. A book for beginners. The kind of book with lessons, tasks, examples etc..
I'm a complete novice when it comes to Android Development, I've no understanding of the Java programming language at all and only minimal xml knowledge. However I am very good with computers and learn quick, I've got the time the patience and the motivation + (a Samsung Nexus S & a HTC Desire S).
I know it takes time and practise but its something I really want to learn and have plenty of time on my hands at the moment.
I've done webdesign so understand html, css, online shopping carts etc.. not that that's going to help me a lot.
Maybe I'll need a couple of books one for Java and another for Android please provide your thoughts on this.
Any suggestions maybe with links (if allowed) would be greatly appreciated.
Many thanks in advance.
Marc
aka - NexusCrazy
Though I've no links to books which you could buy..
Android applications are written in Java (J2SE, not a pared-down Java Mobile/Micro (Java ME) as found on many low-end phones) using an open-source J2SE implementation based on Apache Harmony along with tons of Android-specific libraries for things like UI and handy third-party libraries for things like HTTP requests and JSON parsing. That Java code is compiled and then transformed into Android-specific files in a format called .dex, and runs on the phone in a highly optimized VM runtime called Dalvik. Luckily, you’ll almost never have to think about any of those pieces in between writing your code and running it on the phone, since the tools take care of them for you.
You’ll want a recent version (3.4 or 3.5) of the Eclipse IDE (Integrated Development Environment) for J2SE, the Android SDK, and the Eclipse ADT plugin to interface with those tools and provide project templates. Be sure to check out Google’s complete installation instructions for details.
Here are some other links to get you started;
http://www.codeproject.com/KB/android/AndroidGuide.aspx
Android Developers website
Have fun programming,
Senax
I just started out and the android developer site is really awesome. I come here for regular roaming looking for answers.
They have a bunch of "real" tutorials that is a step by step building apps like a picture that you touch and it makes a noise, to this pic call app and etc.
I just started my first CS class and we are using "Java: How To Program" 8th. But I have researched these forums looking for the same question.
The most up to date forums that had recommended books:
Beginning Android, Head First and The Dummies Android Book. Although most of the stuff i read said the android site has pretty much everything you need to know and that books will help with getting to know the basics!
What about roms?
im going through a similar phase in my life with wanting to learn about Android and im downloading the ebooks to my rooted nook color now.. What would be the first few steps in just building a rom... im not interested as much in building programs... but i am a flashaholic.
The best book to learn about android development hasnt been published yet. I geuss thats just because you cant publish XDA Forums xD
Hopefully you're a pro by now, but if not, I picked up "Hello Android" today from Amazon, and it has received a lot of positive reviews.
Sent from my HTC ThunderBolt using XDA App
From my perspective I knew nothing about Java/Android, but I had a couple other programming languages under my belt. Just jumping into tutorials really helped me more than any reading material. Also there are a ton of helpful stackoverflow posts related to android, so if you get stuck a quick google search will usually help you out
Tutorials are best
Books help, but i like tutorials because they are direct information with real cases
unusualbob said:
From my perspective I knew nothing about Java/Android, but I had a couple other programming languages under my belt. Just jumping into tutorials really helped me more than any reading material. Also there are a ton of helpful stackoverflow posts related to android, so if you get stuck a quick google search will usually help you out
Click to expand...
Click to collapse
That's the way i took .
I knew C, SystemC, some bash and C++.
Started with the hello world tutorial and then i just dove in with an idea.
API documentation, StackOverflow and Google eventually got me where i wanted to be.
Then just repeat this process often enough with other ideas and will get comfortable with writing android apps.
But the android sdk is vast and i still find something cool and new everyday.
Also try #android-dev on freenode irc.
I took a couple of courses on C++, Java, and one in C. However, I really get lost when I look at how Android apps are developed. Also has anyone tried mobile development tools?

Starting to develop

Hello, xdaDevelopers (Is it like that? Or XDADevelopers, or XdaDevelopers, well, doesn't matter, you can leave your opinion about that here, too.)!
I can see this is kinda a common thing around here, but, I really need the basics for programming, with a final goal of being able to make code for Android (from APKs to ROMs and such).
I just need people to point out good sources of learning, with a learning curve, please, that would be a great bonus in understanding what the heck I'm learning, from the basic of basic, to the goal here intended.
Maybe this is a bit too ambitious, but I pretend to be a professional programmer in the future, but I still have a kinda long way to college (3 years), and I wish I could start sooner that, it could even make my college life even simpler.
Well, I hope you leave your enlightenment in this thread. Thank you very much for any opinion given here.
*bump* Sorry. It was already in the second page. I just didn't want it to fall into oblivion.
Well your going to have to stsrt learnibg java if you want to make apps. Read some books. Also take a look at thenewboston channel on youtube.
Im learning myself. You just need to start and don't give up
Sent from my Galaxy SII
I'm also posting (lazy way of subscribing to this post). I knew java, although it was long ago. I'd need a refresh on everything. And then, knowing java is not the only thing you need, as you also need to know how to develop for android itself. Up to date, which book would you guys consider the most easy to follow to learn easily to program?
Thank you!
Yes. I'm asking for links or books (preferably e-books) that could have all that information. I just hope I can become a great XDA developer.
Griffrez said:
I just need people to point out good sources of learning
Click to expand...
Click to collapse
+1 to this. i would also like to get into learning how to develop for android.
google has a lot of info on their developers page, it's probably one of the better places to start.
i don't know many other good websites or books though. anyone have suggestions?
If you want to develop Application on Android. You will need...
1.JDK (Java Development Kit), which includes the JRE. ( I use Java SE 7 )
2.Eclipse with the Android Development ( I use Eclipse Classic 3.7.1 )
3.Android Development tools ADT Plugin for Eclipse
( I use android-sdk_r13-windows.zip )
more detail http://androidcontrol.blogspot.com/2011/10/android-development.html
java for the user interface "pretty" part of the apps, but the real heavy-lifting guts of the app (where the real magic happens) will normally be written in c
Tech_Boy said:
Well your going to have to stsrt learnibg java if you want to make apps. Read some books. Also take a look at thenewboston channel on youtube.
Im learning myself. You just need to start and don't give up
Sent from my Galaxy SII
Click to expand...
Click to collapse
I'm watching these. These are great. Starting with Java Development.

[Q] tip for development

Hello. I am starting to learn how to develop apps for smartphones, i have tons of ideas but onlu basic knowlage in C++, java and other languages used for creating them. Could some one help me to decide for which platform i should start? I want to start from easiest developing interface (i liked iOS, wp7), cheapest price in order to publish my app and when you do answer please tell me why (other pluses that i didn't highlighted and minuses). Thank you for your help and if i posted on the wrong section please move my thread. Oh and i am a student so if there are any discounts like for wp7 free access for students then do mind that too
so noone can help me?
Not sure myself
But I think Dreamspark has the tutorials to help you develop and you can go form there, I am interested as well just don't have the time.

Learn Java

Does anyone know of a good online source or book to learn java from? I'm about to install Linux on my laptop and would really like to know where I can learn Java and what IDE would be preferable.
Also, any links to Android development tutorials (basic stuff at first) would be much appreciated.
http://developer.android.com/resources/tutorials/hello-world.html
Just google "android hello world"...
Thanks man, I've seen plenty of third rate tutorials yet sadly didn't think to look at android's dev site.
Mmm personally get a dummy or concise to the point book. A book that doesn't dwell on every syntax and functionality available. Books that do tend to intimidate the beginner at first. (ME!) XD
Then when you get experience with the language, you can get one of those more proficient books. And start reading or finding the things you need.

Learning to Develop for the Android Platform

I'm a college student, Just finished a C programming, and Intro Java Class, ( i am starting a CSE minor at UCSD which i plan to finish by summer), relatively intelligent, very interested in technology.
What do I need to learn? Are there any books/textbooks anyone could recommend i read or follow to help me learn?
Im interested in developing apps and also custom roms!
I have just set up Eclipse and the Android SDK on my Mac. I know about the tutorials on googles developer site, i am just starting these but it seems like they require so prerequisite knowledge. I notices that the code in the my first app look alot like java. (if it isnt completely java)
Any other ideas or links anyone can share?
Any help/guidance would be greatly appreciated. Thanks!!!
Hi frarredo,
Make the tutorials from android-developers web site is a good start point, and in my opinion, you should use the android-developers web site always as the main reference to build your android applications. However, you have very good references in the internet like Vogela tutorials and others.
My first advice to you is: start reading the android documentation before you start the implementation process. You do not need to read all the documentation and can give a quick read to get a general idea. But, is very important that you understand some basic Android concepts. As you said, the tutorials seem to require some previous knowledge. If you read, it is much easy to understand what you are doing
I know that sometimes this is boring but is really very important.
The android-developers have a very good documentation, so take a look at: developer. android. com/ guide/ components
(I can not post links yet, sorry)
If you want to know more about Android and in the future build custom roms or whatever, I suggest you to read a very good book: Embebed Android from Karim Yaghmour.
Last, but not least, you have all the forums from xda

Categories

Resources