#6 in Java programming books
Use arrows to jump to the previous/next product

Reddit mentions of Programming Android: Java Programming For The New Generation Of Mobile Devices

Sentiment score: 3
Reddit mentions: 4

We found 4 Reddit mentions of Programming Android: Java Programming For The New Generation Of Mobile Devices. Here are the top ones.

Programming Android: Java Programming For The New Generation Of Mobile Devices
Buying options
View on Amazon.com
or
    Features:
  • Capacity: 8GB (2 x 4GB)
  • Speed: 133MHz CL9; Timing: 9-9-9-24 (1333MHz); Pin Out: 204 Pin
  • Tested at Apple compatibility lab to ensure functionality with all current DDR3-based MacBook Pro, iMac, and Macbook
  • Compatible with MacBook Pro (13-inch, Late 2011), MacBook Pro (13-inch, Early 2011), MacBook Pro (15-inch, Late 2011),MacBook Pro (15-inch, Early 2011), MacBook Pro (17-inch, Late 2011), MacBook Pro (17-inch, Early 2011)
  • Memory Type: DDR3; Speed: 1333MHz
Specs:
Height9.19 Inches
Length7 Inches
Number of items1
Release dateOctober 2012
Weight2.05 Pounds
Width1.3 Inches

idea-bulb Interested in what Redditors like? Check out our Shuffle feature

Shuffle: random products popular on Reddit

Found 4 comments on Programming Android: Java Programming For The New Generation Of Mobile Devices:

u/zappable · 2 pointsr/learnprogramming

Google has some pretty good official resources for getting started:
http://developer.android.com/training/index.html

If you want a book, check out Programming Android.

If you're interested in a full course with videos, Udacity and Google recently
partnered on one: https://www.udacity.com/course/ud853

u/the_argus · 2 pointsr/androiddev

I really liked this book. I wasn't sharp on Java and completely new to Android dev and it helped me understand the system better. Other than it I just use the examples on http://developer.android.com/training/index.html and that really got me started.

u/corbinbane · 1 pointr/androiddev

I would normally caution anyone using Android Studio this soon,but Eclipse feels just about as buggy as alpha software sometimes. "Where'd my project folder go? #$%@!! FU Eclipse!!!" :) Anyhow... it'll probably get the job done,just know its a very early software release.

Programming Android 2nd Edition multiple authors. ISBN:1449316646
AMAZON
A really useful book when you're trying to figure out the android framework or maybe a certain api. It doesn't cover EVERYTHING,but it'll get you going with most of the framework. It provides useful input on using Java with android as well. But still uses Eclipse and the ADT. Good luck!