Learn Java for Android Development and over one million other books are available for Amazon Kindle . Learn more

Buy New

or
Sign in to turn on 1-Click ordering.
or
Amazon Prime free trial required. Sign up when you check out. Learn more
Buy Used
Used - Very Good See details
Price: £17.93

or
Sign in to turn on 1-Click ordering.
 
   
More Buying Choices
Have one to sell? Sell yours here
or
Get a £8.95 Amazon.co.uk Gift Card
Learn Java for Android Development
 
 
Start reading Learn Java for Android Development on your Kindle in under a minute.

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.

Learn Java for Android Development [Paperback]

Jeff Friesen
2.8 out of 5 stars  See all reviews (4 customer reviews)
RRP: £31.49
Price: £24.56 & this item Delivered FREE in the UK with Super Saver Delivery. See details and conditions
You Save: £6.93 (22%)
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
In stock.
Dispatched from and sold by Amazon.co.uk. Gift-wrap available.
Want guaranteed delivery by Friday, June 1? Choose Express delivery at checkout. See Details

Formats

Amazon Price New from Used from
Kindle Edition £16.67  
Paperback £24.56  
Trade In this Item for up to £8.95
Get an extra £5 when you trade in books worth £10 or more until June 30, 2012. Trade in Learn Java for Android Development for an Amazon.co.uk gift card of up to £8.95, which you can then spend on millions of items across the site. Trade-in values may vary (terms apply). Find more products eligible for trade-in.

Frequently Bought Together

Learn Java for Android Development + Android Application Development For Dummies (For Dummies (Computers)) + Hello, Android: Introducing Google's Mobile Development Platform (Pragmatic Programmers)
Price For All Three: £56.39

Show availability and delivery details

Buy the selected items together


Product details

  • Paperback: 635 pages
  • Publisher: APRESS; 1 edition (27 Sep 2010)
  • Language English
  • ISBN-10: 1430231564
  • ISBN-13: 978-1430231561
  • Product Dimensions: 23.6 x 19 x 3.8 cm
  • Average Customer Review: 2.8 out of 5 stars  See all reviews (4 customer reviews)
  • Amazon Bestsellers Rank: 286,033 in Books (See Top 100 in Books)

Product Description

Product Description

Android development is hot, and many programmers are interested in joining the fun. However, because this technology is based on Java, you should first obtain a solid grasp of the Java language and its foundational APIs to improve your chances of succeeding as an Android app developer. After all, you will be busy learning the architecture of an Android app, the various Android-specific APIs, and Android-specific tools. If you do not already know Java fundamentals, you will probably end up with a massive headache from also having to quickly cram those fundamentals into your knowledge base.  

Learn Java for Android Development
teaches programmers of any skill level the essential Java language and foundational Java API skills that must be learned to improve the programmer’s chances of succeeding as an Android app developer. Each of the book’s 10 chapters provides an exercise section that gives you the opportunity to reinforce your understanding of the chapter’s material. Answers to the book’s more than 300 exercises are provided in an appendix.

Once you complete this book, you will be ready to dive into Android, and you can start that journey by obtaining a copy of Beginning Android 2.  

What you’ll learn

  • The Java language: This book provides complete coverage of nearly every pre-Java version 7 language feature (native methods are briefly mentioned but not formally covered). Starting with those features related to classes and objects, you progress to object-oriented features related to inheritance, polymorphism, and interfaces. You then explore the advanced language features for nested types, packages, static imports, exceptions, assertions, annotations, generics, and enums. Continuing, you investigate strictfp, class literals, synchronized, volatile, the enhanced for loop statement, autoboxing/unboxing, and transient fields. The book also briefly presents most (if not all) of Java version 7’s language features, although not much is said about closures or modules (which were not finalized at the time of writing).
  • Java APIs: In addition to Object and APIs related to exceptions, you explore Math, StrictMath, BigDecimal, BigInteger, Package, Boolean, Character, Byte, Short, Integer, Long, Float, Double, Number, the References API, the Reflection API, String, StringBuffer, System, the Threading API, the collections framework, the concurrency utilities, the internationalization APIs, the Preferences API, Random, the Regular Expressions API, File, RandomAccessFile, stream classes, and writer/reader classes. You will also get a tiny taste of Swing in the context of internationalization.
  • Tools: You will learn how to use the JDK’s javac (compiler), java (application launcher), javadoc (Java documentation generator), and jar (Java archive creator, updater, and extractor) tools. You will also receive an introduction to the NetBeans and Eclipse integrated development environments. Although you can develop Android apps without NetBeans or Eclipse, working with these IDEs is much more pleasant.

Who this book is for

This book is for any programmer (including existing Java programmers and Objective-C (iPhone/iPad) programmers) of any skill level who needs to obtain a solid understanding of the Java language and foundational Java APIs before jumping into Android app development.

Table of Contents

  1. Getting Started with Java
  2. Learning Language Fundamentals
  3. Learning Object-Oriented Language Features
  4. Mastering Advanced Language Features, Part 1
  5. Mastering Advanced Language Features, Part 2
  6. Exploring the Basic APIs, Part 1
  7. Exploring the Basic APIs, Part 2
  8. Discovering the Collections Framework
  9. Discovering Additional Utility APIs
  10. Performing I/O
  11. Solutions to Exercises

About the Author

Jeff Friesen is a freelance tutor and software developer with an emphasis on Java (and now Android). In addition to writing Android Recipes, Jeff has written numerous articles on Java and other technologies for JavaWorld (www.javaworld.com), informIT (www.informit.com), java.net, and DevSource (www.devsource.com). Jeff can be contacted via his website at tutortutor.ca.

Inside This Book (Learn More)
Browse Sample Pages
Front Cover | Copyright | Table of Contents | Excerpt | Index
Search inside this book:

Tags Customers Associate with This Product

 (What's this?)
Click on a tag to find related items, discussions, and people.
 

Your tags: Add your first tag
 


Customer Reviews

Most Helpful Customer Reviews
4 of 4 people found the following review helpful
Not for beginners 18 Mar 2011
By MarkB
Format:Paperback
This is billed as the prequel to Beginning Android 2 (which is a great book by the way) and is billed as 'User level: Beginner' but throws concept after concept at you, introducing new stuff and not explaining it all, adding 'will cover in chapter n' which makes it hard to follow.

I'm also a bit thrown by some of the explanations as they seem contradictory. On occasion difficult topics are glossed over while simple stuff is explained in detail.

I got this book to refresh my Java skills as I learnt Java at University over a decade ago and I have forgotten most of the technicalities of the language, not to mention that it has moved on somewhat. I found a few concepts in 'Beginning Android 2' confusing and thought that this book would make an excellent accompaniment but so far it has only led to more questions.

Have I learnt anything form it? Undoubtedly.
Has it been enjoyable? No.
Would I recommend it? No, not unless you are taking a Java class where you can get stuff explained.

Will probably make a useful language reference down the line.

To be fair to the author, he appears to know Java inside out, but his ability to communicate that knowledge isn't the best.
Comment | 
Was this review helpful to you?
3 of 3 people found the following review helpful
Format:Paperback
Don't be over ambitious by the title.. This is just another Java SE book...The author has not delivered any specific implementation details within Android framework.. The examples still demonstrated by use of Java SE type explanations.. The content is useful for any Java programmer , even for beginner but the title is aimed just for marketing hence I only like to give 3 stars.

Code samples are too long for a beginner . I recommend you THE COMPLETE REFERENCE JAVA BY HERBERT SCHIDT Java The Complete Reference, Seventh Edition (Osborne Complete Reference Series) over this book as this gives you clear intuitive code examples. Do not be discourage because of number of pages. I found best explanation about Enums in THE COMPLETE REFERENCE JAVA BY HERBERT SCHIDT as my favourite part.
Comment | 
Was this review helpful to you?
2 of 2 people found the following review helpful
Useful for me! 13 April 2011
Format:Paperback
This is a very good book for me, it helps me to understand more the logics and concepts of JAVA, especially when I do not understand some lines on the samples listing in other android dev books. I don't thing it's for beginer, but great for me as the bits and parts of JAVA take their right shape and place: I.E. Abstract versus Interface class, when to use them etc...

Anyway, for me one book is not enough, and I already got 6. I constantly search in all of them to find the right answer. Understanding Java on Android is not easy!

P.S.: I would not be able to write the code without Eclipse
Comment | 
Was this review helpful to you?

Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 

Search Customer Discussions
Search all Amazon discussions
   


Listmania!


Look for similar items by category


Look for similar items by subject


Feedback


Amazon.co.uk Privacy Statement Amazon.co.uk Delivery Information Amazon.co.uk Returns & Exchanges